body {
	background-color:white /*#6699FF#3366FF*/; 
}

h1 {
  text-align: center;
  font-size: 28px;
  font-family: Century Gothic, Segoe UI, Arial, Helvetica;
  font-weight: bold;
  color:#6699FF;
}


p {
  /*text-align: center;
  font-size: 18px;
  font-family: Century Gothic, Segoe UI, Arial, Helvetica;
  font-weight: normal;
  color: white;
   padding: 0px 30px 10px 30px;*/
  text-align: center;
  font-size: 18px;
  font-family: Century Gothic, Segoe UI, Arial, Helvetica;
  font-weight: normal;
  padding: 0px 30px 10px 30px;
  line-height: 34px;
  color: #000033;
}


div.bannerboxdiv {
	width:100%;
	text-align:center;
	position:fixed;
	background-color:#000033;
	cursor:pointer;
	font-family:Century Gothic, Segoe UI, Arial, Helvetica;
	font-size:14px;
	font-weight:normal;
	opacity:1;
	padding: 4px 0px 4px 0px;
	z-index:1000;
	opacity:0.7;

}
div.bannerboxdiv:hover {
	opacity:0.5;
	
}
div.bannerboxdivhidden {
	width:100%;
	text-align:center;
	position:fixed;
	background-color:white;
	cursor:pointer;
	font-family:Century Gothic, Segoe UI, Arial, Helvetica;
	font-size:14px;
	font-weight:normal;
	opacity:1;
	padding: 4px 0px 5px 0px;
}
a.banner{
	text-decoration:none;
	color:white;
	font-size:14px;
}



.headerbanner {
	background-color:white;
	position:fixed;
	top:0;
	width:100%;	
	box-shadow:0 0 30px 0 #C3C3C3;
}

.headerpartition {
	background-color:#6699FF;
	color:white;	
}
.headerimg{
	width:100%;
	max-width:400px;
}
.headerimg:hover{
	opacity:0.8;
}

.stylepartition {
	background-color:white;
	color:#6699FF;	
}
.styletitle {
	font-size: 28px;
	color:#000033;	
}
.styletext{
	color:#000033;
	padding:2px 50px 2px 50px;
	text-align:justify;
}
/*.stylebutton {
	background-color:#6699FF;
	color:white;
	text-decoration:none;
	font-size: 20px;
	padding:2px 15px 2px 15px;
	border: 1px solid white;
	display: inline-block;	
	border-radius: 5px 5px 5px 5px;  	
}*/

.stylebutton {
	color:#6699FF;
	text-decoration:none;
	font-size: 20px;
	font-weight:bold;	
}

.stylebutton:hover{
	opacity:0.5;
	cursor: pointer;
}

/*.selectedstylebutton {
	color:white;
	text-decoration:none;
	font-size: 20px;
	padding:2px 25px 2px 25px;
	border: 1px solid #FF0066;
	display: inline-block;
	border-radius: 5px 5px 5px 5px;  
}
.selectedstylebutton {
	color:#FF0066;
	text-decoration:none;
	font-size: 20px; 
	font-weight:bold;
}
.selectedstylebutton:hover{
	opacity:0.5;
	cursor: pointer;
}*/


.footerpartition {
	background-color:#6699FF;
	color:white;
	padding: 15px 15px 15px 15px;
}
.footerdiv {
	color:#6699FF;
}
.footertitle {
	font-size: 28px;
	color: white;
}
.footerimg{
	width:12%;
	min-width:200px;
}
.footerimg:hover{
	opacity:0.8;
}



.footerbutton {
	  cursor:pointer;
	  text-align: center;
	  font-size: 20px;
	  font-family: Century Gothic, Segoe UI, Arial, Helvetica;
	  font-weight:bold;
	  padding: 10px 10px 10px -10px;
	  line-height: 48px;
	  color: white; 
	  background-color: #FF0066;  
	  border:1px solid #FF0066;  
	  text-decoration:none;
	  display:inline-block;
	  width:300px;
	  border-radius: 5px 5px 5px 5px;  
}
.footerbutton:hover{
	opacity:0.8;
}



.social{
	background-color:#6699FF;
	opacity:1;
	padding: 15px 15px 15px 15px;
	color:white;
}

i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-instagram, i.fa.fa-google-plus, i.fa.fa-pinterest, i.fa.fa-code {
	font-size: 32px;
	height: 38px;
	line-height: 40px;
	margin: 5px;
	text-align: center;
	width: 38px;
	color: white;
	cursor:pointer;
}
i.fa.fa-facebook:hover, i.fa.fa-twitter:hover, i.fa.fa-instagram:hover, i.fa.fa-google-plus:hover, i.fa.fa-pinterest:hover, i.fa.fa-code:hover{
	opacity:0.7;
	cursor:pointer;
}

div.copyright {
	background-color:#F8F8F8;
	padding: 8px 8px 4px 8px;
}
.copyright{
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	color:#000033;
	opacity:0.8;
}




 /* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: white;
  position: relative;
  padding: 0px 0px 0px 0px;
}
/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  font-family: Century Gothic, Segoe UI, Arial, Helvetica;
  font-style: normal;
  padding: 5px 0px 0px 0px;

}
/* Style navigation menu links */
.topnav a {
  background-color: white;/*#FDF160;*/
  color: black;
  padding: 2px 0px 8px 0px;
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-family: Century Gothic, Segoe UI, Arial, Helvetica;
  font-style: normal;

}
/* Style the hamburger menu */
i.fa.fa-bars, i.fa.fa-bars:hover, i.fa.fa-bars:active {
  font-size: 20px;
  padding: 12px 10px 0px 10px;
}
.topnav a.icon {
  background-color: white;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: black;
}
/* Add a grey background color on mouse-over */
.topnav a:hover {
  font-size: 18px;
  font-family: Century Gothic, Segoe UI, Arial, Helvetica;
  font-style: normal;
  color: grey;
}
/* Style the active link (or home/logo) */
.active {
  background-color: white;
  color: black;
  font-size: 18px;
  font-family: Century Gothic, Segoe UI, Arial, Helvetica;
  font-style: normal;
} 

.bookimg:hover {
	opacity:0.5;
}


@media screen and (min-width: 1501px) {
  p {
    padding: 0px 280px 0px 280px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 1000px) {
  p {
    padding: 0px 150px 0px 150px;
  }
}
@media screen and (max-width: 999px) and (min-width: 700px) {
  p {
    padding: 0px 70px 0px 70px;
  }
}
@media screen and (max-width: 699px) and (min-width: 300px) {
  p {
    padding: 0px 30px 0px 30px;
	font-size:16px;
  }
}
@media screen and (max-width: 299px) and (min-width: 0px) {
  p {
    padding: 0px 3px 0px 3px;
	font-size:16px;
  }
}


@media screen and (max-width: 699px) and (min-width: 300px) {
  .stylebutton {
	font-size:16px;
  }
}
@media screen and (max-width: 299px) and (min-width: 0px) {
  .stylebutton {
	font-size:16px;
  }
}


@media screen and (max-width: 1499px) and (min-width: 500px) {
  .footerbutton {
    width: 300px;
	font-size:20px;
  }
}
@media screen and (max-width: 499px) and (min-width: 100px) {
  .footerbutton {
    width: 100%;
	font-size:18px;
  }
}




