@import url('https://fonts.googleapis.com/css?family=Luckiest+Guy|Pompiere|Schoolbell|Happy+Monkey|Skranji');


/*
font-family: 'Schoolbell', cursive;
    
    font-family: 'Pompiere', cursive;

    font-family: 'Luckiest Guy', cursive;

    font-family: 'Chela One', cursive;

    font-family: 'Erica One', cursive;


*/

body {
	background-color: #00ADEF;
	padding: 0px;
	margin: 0px;
	/* background-image: url(../images/58461622-Group-of-clouds-on-blue-sky-background-of-cartoon-clouds-vector-Stock-Vector.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 65vh;
	background-size: 100%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover; */
}
img {
	max-width: 100%;
}
#logo {
	position: relative;
	width: 55%;
	max-width: 1400px;
	margin: auto;
	overflow:hidden;
	display: block;
}
#stars {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
#fairy, #wings {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
#slogan {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
}
#slogan p {
	font-family: 'Pompiere', cursive;
	font-size: 40px;
	color: #CC0000;
	text-shadow: 3px 5px 5px rgba(0,0,0,0.45);
	-moz-text-shadow: 3px 5px 5px rgba(0,0,0,0.45);
	-webkit-text-shadow: 3px 5px 5px rgba(0,0,0,0.45);
	margin: 10px auto;
	
}
#mainTextArea{
	position: relative;
	width: 100%;
	/* max-width: 1400px; */
	margin: auto;
	overflow:visible;
	display: block;
	background-color: #DAF5FF;
	/* box-shadow: 5px 5px 8px rgba(0,0,0,0.45); */
	overflow: hidden;
	background-image: url(../images/sky.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
#mainText{
	position: relative;
	margin: 30px 8% 0px 8%;
	overflow:visible;
	display: block;
	overflow: hidden;
}
#leftCol {
	float: left;
	width: 20%;
}
#rightCol {
	float: right;
	width: 76%;
	display: block;
}
#rightColExp {
	float: right;
	width: 76%;
	display: block;
}
#mPhoto {
	float: right;
	max-width: 95%;
	margin-top: 15px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	
}

@keyframes starblink {
    0%   {left: 0px; top: 0px; opacity: 1.0;}
    49%  {left: 10px; top: 10px; opacity: 0.8;}
	50%  {left: 10px; top: 10px; opacity: 0.1;}
	51%  {left: 10px; top: 10px; opacity: 0.8;}
    100% {left: 0px; top: 0px; opacity: 1.0;}
}

.navigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 18px auto;
}
.navig {
	font-family: 'Skranji', cursive;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 165%;
	text-decoration: none;
	margin-left: 25px;
	margin-right: 25px;
	text-shadow: 3px 5px 5px rgba(0,0,0,0.45);
	-moz-text-shadow: 3px 5px 5px rgba(0,0,0,0.45);
	-webkit-text-shadow: 3px 5px 5px rgba(0,0,0,0.45);
}
.navig:hover {
	color: #FFFF99;
	text-decoration: none;
	text-shadow: 3px 5px 5px rgba(0,0,0,0.0);
	-moz-text-shadow: 3px 5px 5px rgba(0,0,0,0.0);
	-webkit-text-shadow: 3px 5px 5px rgba(0,0,0,0.0);
}
.navig:first-of-type {
    margin-left: 0px;
}
.navig:last-of-type {
    margin-right: 0px;
}

h1 {
	font-family:  'Skranji', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #333333;	
}
h2 {
	font-family: 'Skranji', cursive;
	font-weight:normal;
	font-size: 42px;
	color: #333333;	
}
h3 {
	font-family: 'Skranji', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #333333;
	line-height: 175%;	
}
.basicText {
	font-family: 'Happy Monkey', sans-serif;
	font-size: 24px;
	color: #333333;
	line-height: 175%;	
}
.mediumText {
	font-family: 'Happy Monkey', sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 155%;	
}
.mediumText a {
	color: #333333;
	text-decoration: underline;	
}
.mediumText a:hover {
	color: #999999;
	text-decoration: underline;	
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 145%;	
}
.smallText a, .mediumText a, .basicText a  {
	color: #333333;
	text-decoration: underline;
}
.smallText a:hover, .mediumText a:hover, .basicText a:hover {
	color: #999999;
	text-decoration: underline;
}
#aboutContent {
	display:block;
}
#experienceContent {
	display:block;
}
#contactContent, #donateContent, #volunteerContent {
	display:block;
}
.textLeft {
	clear: both;
	float: left;
	margin-left: 40px;
	margin-right: 10px;
	width: 108px;
	font-family: 'Happy Monkey', sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 145%;
	text-align: right;
}
.textRight {
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 18px;
	font-family: 'Happy Monkey', sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 145%;
	width: 80%;
}
.clearBoth {
	clear:both;
}
#footer {
	width: 98%;
	margin: auto;
}
#footerLinks {
	display: none;
}
#bottomPic {

}
#aboutLink {
	background-image: url(../images/tooth.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
}
#aboutLink:hover {
	background-image: url(../images/tooth-ov.png);
}
#topLinks a {
	white-space: nowrap;	
}
#form1 {
	position: relative;
	width: 96%;
	max-width: 600px;
	margin: auto;
}
#form1 input[type=text], #form1 textarea {
	width: 98%;
	padding: 3px;
	margin: auto;
}
#form1 input[type=submit] {
	position: relative;
	padding: 8px 14px;
	font-family: 'Happy Monkey', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 175%;
	background-color: #DD0000;
	border-radius: 8px;
	text-decoration: none;
}
#form1 input[type=submit]:hover {
	background-color: #666666;
}
#mainText li {
	margin-bottom: 16px;
	}
	#blog h2 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	#blogArticle {
	font-family: 'Happy Monkey', sans-serif;
	font-size: 24px;
	color: #333333;
	line-height: 175%;
	}
	.blogButton {
	position: relative;
	padding: 8px 14px;
	font-family: 'Happy Monkey', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 175%;
	background-color: #DD0000;
	border-radius: 8px;
	text-decoration: none;
	}
	.blogButton:hover {
	background-color: #666666;
	}
.addComment {
	position: relative;
	padding: 2px 8px;
	font-family: 'Happy Monkey', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 175%;
	background-color: #DD0000;
	border-radius: 8px;
	text-decoration: none;
}

@media only screen and (max-width: 1200px) {
	#logo {
	position: relative;
	width: 65%;
	max-width: 1400px;
	margin: auto;
	overflow:visible;
	display: block;
	}
}

@media only screen and (max-width: 1080px) {
	#logo {
	position: relative;
	width: 75%;
	max-width: 1400px;
	margin: auto;
	overflow:visible;
	display: block;
	}
	#mainTextArea{
	/* width: 90%; */
	}
	#slogan p {
	font-size: 32px;
	color: #CC0000;
	margin: 0px auto;
	}
	.navig {
	font-size: 32px;
	margin-left: 0px;
	margin-right: 0px;
	}
	h1 {
	font-size: 30px;
	}
	h2 {
	font-size: 36px;
	}
	h3 {
	font-size: 16px;
	}
	.basicText {
	font-size: 16px;
	}
	.mediumText {
	font-size: 14px;
	}
	.smallText {
	font-size: 12px;
	}
	.textLeft {
	float: none;
	margin-left: 0px;
	margin-right: 10px;
	width: auto;
	font-size: 14px;
	text-align: left;
	}
	.textRight {
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 145%;
	}
}
@media only screen and (max-width: 880px) {
	#logo {
	position: relative;
	width: 85%;
	max-width: 1400px;
	margin: auto;
	overflow:visible;
	display: block;
	}
	#slogan p {
	font-size: 32px;
	color: #CC0000;
	margin: 0px auto;
	}
	.navig {
	font-size: 24px;
	margin-left: 18px;
	margin-right: 18px;
	}
	h1 {
	font-size: 28px;
	}
	h2 {
	font-size: 34px;
	}
	h3 {
	font-size: 16px;
	}
	.basicText {
	font-size: 16px;
	}
	.smallText {
	font-size: 12px;
	}
	
	

}
@media only screen and (max-width: 680px) {
	#logo {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: auto;
	overflow:visible;
	display: block;
	}
	#slogan p {
	font-size: 28px;
	color: #CC0000;
	margin: 0px auto;
	}
	.navig {
	font-size: 28px;
	margin-left: 18px;
	margin-right: 18px;
	}
	h1 {
	font-size: 21px;
	}
	h2 {
	font-size: 30px;
	}
	h3 {
	font-size: 16px;
	}
	#mPhoto {
	float: none;
	max-width: 65%;
	margin: auto;
	}
	
}
@media only screen and (max-width: 580px) {
	#mainTextArea{
	width: 100%;
	}
	#leftCol {
	float: none;
	width: 80%;
	margin: auto;
	}
	#rightCol {
	float: none;
	width: 100%;
	display: block;
	clear:both;
	}
	h1 {
	text-align:center;
	}
	#slogan p {
	font-size: 21px;
	color: #CC0000;
	margin: 0px auto;
	}
	.navigText {
	font-size: 30px;
	color: transparent;
	line-height: 30px;
	}
	.navig {
	display: block;
	color: #00ADEF;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 3px 5px 5px rgba(0,0,0,0.1);
	-moz-text-shadow: 3px 5px 5px rgba(0,0,0,0.1);
	-webkit-text-shadow: 3px 5px 5px rgba(0,0,0,0.1);
	}
	.navig:first-of-type {
    margin-left: auto;
	}
	.navig:last-of-type {
    margin-right: auto;
	}
	#logo {
	margin-bottom: 18px;
	}
	#topLinks {
	display: none;
	}
	#footerLinks {
	display: block;
	}
	.seperator {
	display: none;
	}
	.navig:hover {
	color: #FFFF99;
	text-decoration: none;
	text-shadow: 2px 3px 1px rgba(0,0,0,0.4);
	-moz-text-shadow: 2px 3px 1px rgba(0,0,0,0.4);
	-webkit-text-shadow: 2px 3px 1px rgba(0,0,0,0.4);
	}
	#contactInfo {
	text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	#slogan p {
	font-size: 18px;
	}
	#logo img {
	margin-bottom: 18px;
	}
	
}

