/* CSS Document */

html{
	/*min-height: 100% !important;
    height: 100%;*/
}

body{
	background-color: #85B8CB !important;
	background:url(../img/2402.png) repeat;
	padding-top:5px;
	font-family:Spinnaker-Regular !important;
}


#content{
	/*margin-top:40px;*/
	padding:20px 40px 20px 10px;
	
}

#content-wrapper{
	margin-top:25px; 
	color:#333; 
	background-color: rgba(209,221,219,0.6) !important;
	-webkit-box-shadow: 0px 0px 111px 13px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 111px 13px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 111px 13px rgba(255,255,255,0.5);
	moz-border-radius: 20px; border-radius: 20px;
}

#footer {
	position: fixed	;
	bottom:0;
	width:100%;
	height:60px;			/* Height of the footer */
	background: #283b42;
}

/* TEXT */
.contentText{
	font-size:20px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
/* BUTTONS */

.mainButtons{
	height:80px; 
	/*background-color:#AB171C; */
	float:left; 
	margin:10px;
	padding:5px 20px 5px 20px;
	line-height:65px;
	font-size:22px;
	font-family:Spinnaker-Regular;
}


.responsive-menu{
	display:none;
}

/* Links */
a:link{ color: inherit;}
a:visited{ color: white; text-decoration: none; }
a:hover{ color: #5A2A0A; text-decoration: none; }
a:active{ color: white; text-decoration: none; }


a{
-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
	
	-webkit-transition: border .2s ease;
	-moz-transition: border .2s ease;
	-ms-transition: border .2s ease;
	-o-transition: border .2s ease;
	transition: border .2s ease;
}


a:LINK.footer {color: #5A2A0A;	}
a:VISITED.footer{ text-decoration: none;color: #5A2A0A;}
a:HOVER.footer{ text-decoration: none; color: #A84F13;}
a:ACTIVE.footer{ text-decoration: none;color: white;}



@media screen and (max-width: 1320px){
}

@media screen and (max-width: 1170px){
}

@media screen and (min-width: 1199px){
	.menu > p:nth-child(1){	margin-left:-120px; }
	.menu > p:nth-child(2){	margin-left:-100px; }
	.menu > p:nth-child(3){	margin-left:-80px; }
	.menu > p:nth-child(4){	margin-left:-100px; }
	.menu > p:nth-child(5){	margin-left:-120px; }
	.expand{ font-size:20px; }
}

@media screen and (max-width: 991px){
	.menu{
		display:none;
	}
	.expand{ font-size:20px; }
}

@media screen and (max-width: 420px){
	.expand{ font-size:12px; }
}


/* FONTS */
@font-face { font-family: 'Spinnaker-Regular'; src: url('../fonts/Spinnaker-Regular.ttf') format('truetype'); }


input, textarea {
	color:black !important;
}


