/* site.css */

header {
	background-color: #05199D;
	background-image: url("img/banner.jpg");
	background-repeat: no-repeat;
	padding: 125px;
	background-position: center;
	background-size: contain;	

}


body { 
	background-color: #05199D;
	color: #B0B2BC;

}


footer	{
	margin: 10%;
	background-color: #05199D;
	color: #BCBECE;
	font-size: 15px;
	text-align: center;
	border-style: solid;
	border-color: #A9AFCD;
	border-radius: 3px;
	padding-bottom: 2px;
	padding-top:20px;

}

.link{
	font-style: Times New Roman;
	font-size: 25px;
	color:#BCBECE;

}
.link:hover{
	font-style: Times New Roman;
	color:#BCBECE;
}
.link:visited{
	font-style: Times New Roman;
	color:#F4F5FA;
}
.boxed{
	font-size: 20px;
	color: #A9AFCD;
	border: 1px #A9AFCD;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.intro{
	font-size: 20px;
	color: #A9AFCD;
	border: 1px #A9AFCD;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 80px;
}

.footlink{
	font-style: Times New Roman;
	font-size: 15px;
	color:#BCBECE;
}
.footlink:hover{
	font-style: Times New Roman;
	color:#BCBECE;
}
.footlink:visited{
	font-style: Times New Roman;
	color:#F4F5FA;
}
.video{
	padding: 20px;

}
