@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700italic,700);

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Regular-webfont.eot');
	src: url('../_fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Bold-webfont.eot');
	src: url('../_fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('../_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Bold-webfont.svg#webfontKr2CkGZp') format('svg');
	font-weight: bold;
	font-style:normal;
}

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
html {
    background-color: rgb(255,255,255);
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    height: 100%;
}
	

body {
	  background-color: rgb(255,255,255);
    background-image: url(../_images/img-back/tilly-bk.JPG);
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    clear: both;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
    font-size: 1em;
   color: black;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    position: relative;
    margin: 0 auto;    
} 
header {
    height: 380px;
    margin-bottom: 10px;
    position: relative;
    background-color: none;
    background-image: url(../_images/tillyface.png);
    background-repeat: no-repeat;
    padding-bottom: 0px;
}
header img{
	position: relative;
	text-align: left;
	float:left;
	
}
img, object, embed, video {
	max-width: 100%;
	-ms-interpolation-mode:bicubic;
}

.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
}
.logo a{
font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
	color: #fff;
	text-decoration: none;
	border: 3px solid #fff;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	background-color: #fff;
	color: #7accc8;
}
header a.logo span { display: none; }

ul.nav {
	background-color: none;
	color: rgba(255,0,0,1);
	font-size: 2em;
	text-align: center;
	width: 65%;
	font-family: 'Cantarell', sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 12px;
}
.nav li {
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
	color: rgba(255,0,0,1);
}
.nav a {
	color: rgba(204,0,0,1);
	text-decoration: none;
}
.nav a:hover {
	color: rgba(255,204,0,1);	
}


#main{
    font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
    font-size: 1em;
    color: black;
    width: 60%;
    background-color: rgba(251,243,243,0.5);
    border-radius: 40px 40px 40px 40px;
    -moz-box-shadow: 0px 5px 10px #888;
    -webkit-box-shadow: 0px 5px 10px #888;
    box-shadow: 0px 5px 10px #888;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 15px;
    display: inline;
    height: auto;
    margin-left: auto;
    float: right;
    margin-right: 60px;
    font-style: normal;
    font-weight: 400;
	border-width: 9px;
    border-style: dotted;
    border-color: rgba(174,192,192,1.00);
    
}

h1 {
	font-family: 'Satisfy', cursive;
	color: darkred;
	padding: 2em;
    text-align: center;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
}
h2 {
	font-family: 'Satisfy', cursive;
	color: black;
	padding: 2em;
    text-align: center;
	line-height: px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
}
p {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
    color: black;
    font-size: 1em;
	font-style: normal;
}
#main a{
    font-family: 'Cantarell', sans-serif;
    color: black;
    font-size: 1.1em;
	text-decoration: none;
	font-style: bold;
}
#main a:hover{
	font-family: 'Cantarell', sans-serif;
    color: red;
	font-size: 1.1em;
	text-decoration: none;
	font-style: bold;
}
#main img {
	padding: 10px;
}

button {
	cursor: hand;
	background-color: rgba(153,153,255,1);
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 3px 5px #888;
	color: rgba(51,51,51,1);
	border: none;
	display: block;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 5em;
	margin-left: auto;
	padding: 7px;
	width: 65%;
}
button p {
	font-size: 1.3em;
}
button:hover {
	transform: scale(1.2);
	background-color:rgba(204,204,51,1);
	color: rgba(51,51,51,1);
}


#main h4 span a{
	font-family: 'Satisfy', cursive;
   color: black;
	font-size: 2em;
	text-align: center;
}
#main h4 span a:hover{
	font-family: 'Satisfy', cursive;
     color: red;
	font-size: 2em;
	text-align: center;
}

div paypal{
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	
}
.paypal img{
	width: 0%;
	margin-right: auto;
	margin-left: auto;
}
footer {
	clear: both;
}

/*page-specific header styles*/

@media screen and (max-width: 1280px) {
	
	header a.logo { width: 120px; height: 44px; }
	article { width: 75%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px; border-right: none; border-bottom: 1px solid #555; }
 }
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––– */

footer{
	background-color: none;
	height: outo;
	background-size: cover;
	box-shadow: 0px 10px 0px #888;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
}
footer img{
	padding: 5px;
}
ul.social{
	display: block;
	padding-top: 20px;
	margin: auto;
	list-style-type: none;
	text-align: center;
}
ul.social li{
	font-size: 2em;
	display: inline;
	padding: 0 1%;
}
ul.social li a{
	color: #666;
}
ul.social li.facebook a:hover{color: rgb(59,89,152);}
ul.social li.twitter a:hover{color: rgb(0,172,237);}
ul.social li.instagram a:hover{color: rgb(81,127,237);}
ul.social li.youtube a:hover{color: rgb(187,0,0);}
ul.social li.flickr a:hover{color: rgb(255,0, 132);}
 
 p.copyright{
	font-family: 'Montserrat', sans-serif;
    color: black;
	text-align: center;
	font-size: .7em;
	padding-bottom: 5px;
}
 footer #privacy {
	padding: 20px;
}
footer #privacy p {
	font-family: 'Montserrat', sans-serif;
    color: black;
	font-size: 0.5em;
	text-align: justify;
	-webkit-transition: font-size .5s ease;
	-moz-transition: font-size .5s ease;
	-o-transition: font-size .5s ease;
	transition: font-size .5s ease;
}
footer #privacy h3{
	font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
	color: #333;
	text-align: center;
}
footer #privacy p:hover {
	font-size: 1em;
}

@media screen and (max-width: 1024px){
    article {
	width: 90%;
	float: none;
	margin-bottom: 40px;
}
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px;
	 border-right: none; border-bottom: 1px solid #555; }
	aside { width: 100%; float: none; }
}

@media screen and (max-width: 850px) {
	article { width: 85%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px;
	 border-right: none; border-bottom: 1px solid #555; }
	aside { width: 100%; float: none;}
}
@media screen and (max-width: 760px) {
	article { width: 80%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px;
	 border-right: none; border-bottom: 1px solid #555; }
	aside { width: 100%; float: none; }
}
@media screen and (max-width: 650px) {
	header div.student p {
	font-size: 2em;
	padding-left: 30px;}
	article { width: 65%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px;
	 border-right: none; border-bottom: 1px solid #555; }
    aside { width: 100%; float: none; }

}
@-webkit-keyframes spotlightBG {
      0% {background-color: aliceblue;}
     25% {background-color: rgba(206,164,241,0.4);}
     50% {background-color: rgba(153,153,153,0.3);}
     75% {background-color: #99D2E4;}
     100% {background-color: rgba(112,190,158,0.3);}	
}

@-moz-keyframes spotlightBG {
      0% {background-color: aliceblue;}
     25% {background-color: rgba(206,164,241,0.4)}
     50% {background-color: rgba(153,153,153,0.3);}
     75% {background-color: #99D2E4;}
     100% {background-color: rgba(112,190,158,0.3);}	
}
@-o-keyframes spotlightBG {
      0% {background-color: aliceblue;}
     25% {background-color: rgba(206,164,241,04);}
     50% {background-color: rgba(153,153,153,0.3);}
     75% {background-color: #99D2E4;}
     100% {background-color: rgba(112,190,158,0.3);}	
}
@keyframes spotlightBG {
      0% {background-color: aliceblue;}
     25% {background-color: rgba(206,164,241,0.4);}
     50% {background-color: rgba(153,153,153,0.3);}
     75% {background-color: #99D2E4;}
     100% {background-color: rgba(112,190,158,0.3);}	
}
@-webkit-keyframes nameCom {
      0% {color: none;}
     50% {color: #666666;}
     100% {color: #999;}	
}
@-moz-keyframes nameCom {
      0% {color: none;}
     50% {color: #666666;}
     100% {color: #999;}	
}
@-o-keyframes nameCom {
      0% {color: none;}
     50% {color: #666666;}
     100% {color: #999;}	
}
@keyframes nameCom {
      0% {color: none;}
     50% {color: #666666;}
     100% {color: #999;}	
}
div.nameCom {
	height: 100px;
	width:auto;
	text-align: left;
	margin: 0px;
}

div.nameCom {
     background-color: none;    
     -webkit-animation: spotlightBG 30s infinite alternate;
     -moz-animation: spotlightBG 30s infinite alternate;
     -o-animation: spotlightBG 30s infinite alternate;
     animation: spotlightBG 30s infinite alternate;
 }
div.nameCom p {
	color: #D6D6D6;
	font-size: 3em;
	padding-top: 20px;
	padding-left: 30px;
	-webkit-animation: studentName 30s infinite alternate;	
	-moz-animation: studentName 30s infinite alternate;	
	-o-animation: studentName 30s infinite alternate;	
	animation: studentName 30s infinite alternate;	
}
