@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.sm:link, .sm:visited {
	-webkit-filter: grayscale(80%);
	opacity: 1;
	transition: 1s;
}
.sm:hover, .sm:active {
	-webkit-filter: grayscale(1%);
	opacity: 1;
	transition: .2s;
}

.footer-nav {
	background:#00A599;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:8px 0px 8px 0px;
}

.footer {
	background:#00635C;
	font-size:11px;
	color:#FFF;
	line-height:3em;
}

.welcomeText {
	font-family: 'Great Vibes', cursive;
}
	
.bodyText {
	font-family: 'Tangerine', cursive;
	font-size:2em;
	font-weight:600;
}

.bodyText2 {
	font-family: 'Niconne', cursive;
	font-size:24px;
	text-align:justify;
}

.normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


a.two:link {
	color: #FFF;
	text-decoration:none;
}
a.two:visited {
	color: #FFF;
	text-decoration:none;
}
a.two:hover {
	color: #0FF;
	text-decoration:none;
}

.justify {
	text-align:justify;
}