@charset "utf-8";
/* CSS Document */

/*************Fonts start*************/
@font-face
{
	font-family:Vanilla;
	src:url(../../fonts/Vanilla.ttf);
}
/*************Fonts end*************/

/*************Header start*************/
h1
{
	/*Title*/
	float:left;
	position:relative;
  	top:10px;
	
	font-family:Vanilla;
	color:#FFF056;
	font-size:4.5vh;	
}

#header a
{
	text-decoration:none;
	border-bottom:2px solid #fff0556;
}

#header h2
{
	/*Navigation text*/
	font-family:Vanilla;
	color:#FFF056;
	font-size:3.5vh;
	border-bottom:5px solid #fff0556;
}
/*************Header end*************/

/*************Footer start*************/
#footerTop p
{
	display:none;
}

#footerTop a
{
	width:100%;
	line-height: 12vh;
	
	display: block;
	margin: 0 auto 0px;
	padding:0 0 0 0;
	
	font-family: Vanilla;
	font-size: 3.5vh;
	text-decoration: none;
	color: #191919;
	background-color: #fff056;
}

#footer h2
{
	/*Footer title*/
	font-family:Vanilla;
	color:#FFF056;
	font-size:1.8vh;
}

#footerBottom a,
#footerBottom p
{
	/*Footer links and text*/
	font-family:Calibri;
	font-size:1.5vh;
	color:#fff;
	text-decoration:none;
}
/*************Footer end*************/

/*************Modal start*************/
.modalWindow h2
{
	/*Modal title*/
	font-family:Vanilla;
	font-size:3.5vh;
	color:#FFF056;
}

.modalWindow p,
.modalWindow label
{
	/*Modal text*/
	font-family:Calibri;
	font-size:3vh;
	color:#fff;
}

.modalWindow a,
.modalWindow a:visited
{
	/*Modal links*/
	font-family:Calibri;
	font-size:3vh
	color:#FFF;
}

.formButton
{
	/*Form button text*/
	font-family:Vanilla;
	font-size:3.5vh;
}

.err
{
	/*Error message text*/
	color:#FF0004 !important;
}
/*************Modal end*************/