@charset "UTF-8";
@import url("../webfonts/SourceSansPro_Light/stylesheet.css");
@import url("../webfonts/Condiment_Regular/stylesheet.css");
@import url("../webfonts/Bitter_Regular/stylesheet.css");

* {
	padding: 0;
	margin: 0;
	width: auto;
}

body {
	background-image: url(../_images/bkgd.jpg);
	background-size: cover;
	font-size: 1em;
	font-style: normal;
	font-weight: 200;
	font-family: "SourceSansPro Light", "GillSans Light", sans-serif;	
}
p, h1, h2, h3, h4, h5, h6 {
	padding-left: 2%;
	padding-right: 2%;
}
p {
	margin-bottom: 1.5%;
	color: rgba(0,0,0,1.00)
}

h1 {
	font-size: 2em;
	font-style: normal;
	font-weight: 400;
	font-family: "Condiment Regular", "Times New Roman Bold Italic", cursive;
col
; 	color: rgba(0,0,0,1.00);
}
h2, h3, h4, h5, h6  {
	font-style: normal;
	font-weight: 400;
	font-family: "Bitter Regular", "Courier New Bold", serif;
}
h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	background-color: #228FCC;
	color: rgba(255,255,255,1.00);
	padding: 1%;
}
a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(249,255,27,1.00);
	font-weight: bolder;
}
#about {
}

#menu {
}

.special {
}

article#special2 {
	margin-bottom: 5px;
	margin-right: auto;
	text-align: center;
}

header,nav,section,article,aside {
	display: block;
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 20px;
}

header {
	text-align: center;
	clear: both;
	background-image: url(../_images/headerBkg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
header h1 {
	text-indent: -2000px;
}
header img {
	width: 20%;
	height: 20%;
	display: block;
	padding-left: 1%;
	padding-top: 1%;
}
h3 a .size {
	padding-left: 0px;
}
header nav h3 a {
	font-size: 1.5em;
	font-style: normal;
	font-weight: 400;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
nav {
	background-color: #6cb0e4;
	color: #FFFFFF;
	margin-bottom: 2%;
	font-size: 1.2em;
}
nav ul {
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}
nav ul li {
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
ul li a:hover  {
	text-decoration: none;
}
ul li a {
	text-decoration: none;
}
section img {
	max-width: 100%;
	height: auto;
}

section#sectionOne {
	width: 35%;
	margin-right: 2%;
	float: left;
	display: block;
	min-height: 300px;
	background-repeat: no-repeat;
}
section#sectionTwo {
	width: 60%;
	clear: none;
}

footer {
	background-color: #6cb0e4;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	padding: 2%;
	margin-top: 2%;
	clear: both;
}


article.mainText {
	margin-bottom: 1%;
	margin-top: 1%;
	background-color: rgba(255,255,255,1.00);
}

#wrapper {
	width: 100%;
	max-width: 960px;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
}

footer img {
}

.mainText p a {
	color: #6cb0e4;
}

#image {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

article#special {

	margin-right: auto;
	text-align: center;
}
article#contact {

	margin-right: auto;
	text-align: center;
}

h4 {
	font-style: italic;
	font-size: 0.8em;
	color: #0E80C2;
}

#sectionTwo .mainText a {
	color: #6CB0E4;
}
#sectionTwo .mainText a:hover {
	color: #f5de71;
}

.custom-menu {
margin: 10px auto;  
height: 400px; 
width: 67%
} 
 
 
.custom-menu li { 
width: 200px;
height: 200px;
overflow: hidden;
position: relative;
float: left;
background: #f5de71;
margin-right: 4px;
border-radius: 110px; 
 
transition: 500ms; 
-webkit-transition: 500ms; /* Safari & Chrome */
-o-transition: 500ms; /* Opera */
-moz-transition: 500ms; /* Old firefox */
 
} 
 
.custom-menu li a { 
color: #fff;
text-align: center; 
text-decoration: none; 
} 
 
 
.custom-menu li:hover {
 
transform: rotate(360deg) scale(1.3,1.3);
-webkit-transform: rotate(360deg) scale(1.3,1.3); /* Safari & Chrome */
-o-transform: rotate(360deg) scale(1.3,1.3); /* Opera */
-moz-transform: rotate(360deg) scale(1.3,1.3); /* Old firefox */
 
transition: 500ms;  
-webkit-transition: 500ms; /* Safari & Chrome */
-o-transition: 500ms; /* Opera */
-moz-transition: 500ms; /* Old firefox */
 
background-color: #29abe2; 
border: 7px solid #fff; 
} 
 
 
.content { 
margin-top: 32px; 
} 
 
 
.link { 
font-size: 22px; 
color: #fff; 
}
 
.secondary { 
transform: translateY(-200px); 
-webkit-transform: translateY(-200px); /* Safari & Chrome */
-o-transform: translateY(-200px);  /* Opera */
-moz-transform: translateY(-200px);  /* Old firefox */
 
transition: 1s;
-webkit-transition: 1s; /* Safari & Chrome */
-o-transition: 1s; /* Opera */
-moz-transition: 1s; /* Old firefox */
} 
 
 
.custom-menu li:hover .link {
font-size: 30px; 
}
 
.custom-menu li:hover .secondary { 
transform: translateY(0px);
-webkit-transform: translateY(0px);  /* Safari & Chrome */
-o-transform: translateY(0px); /* Opera */
-moz-transform: translateY(0px);  /* Old firefox */
} 
 
 
/* purple */
li.custom-menu1:hover { 
background-color: purple;
}
 
/* dark blue */
 
li.custom-menu2:hover { 
background-color: #014B67;
} 
 
 
/* orange */
li.custom-menu3:hover {
background-color: orange; 
} 
 
/* red */
li.custom-menu4:hover { 
background-color: red; 
} 

#sectionTwo .mainText.bkgImage {
	background-image: url(../_images/headerBkg.jpg);
}

.headerCenter {
	text-align: center;
	text-indent: -2000px;
}
a.disable-link {
    pointer-events: none;
    cursor: default;
}
@media screen and (max-width:750px){
.size {
}
}

@media screen and (max-width:600px){
	
header {
	background-image: url(../_images/headerBkg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
header h1 {
	text-indent: 0px;
	color:#f5de71;
	background-color: #277DC4;
}
header img {
	width: 30%;
	height: 30%;
	display: block;
	padding-left: 1%;
}

.special {
	visibility: hidden;
}
section#sectionOne {
	visibility: hidden;
	display: none;
}
article#special {
	visibility: hidden;
	display: none;
}
section#sectionTwo {
	width: 100%
}

header nav h3 {
	clear: both;
	font-size: .8em;
}

   a[class="disable-link"] {
      pointer-events: auto !important;
      cursor: auto !important;
   }



.noShow {
	text-indent: -2000px;
	font-size: 0em;
	
}
