@charset "UTF-8";
/* CSS Document */


/*Reset CSS*/
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,  pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
     margin:0;
     padding:0;
     border:0;
     outline:0;
     font-size:100%;
     vertical-align:baseline;
     background:transparent;
 }

 body {
     line-height:1;
 }

 article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section{ 
     display:block;
 }

 nav ul {
    list-style:none;
 }

 blockquote, q {
    quotes:none;
 }

 blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
 }

 a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
 }

 /* change colors to suit your needs */
 ins {
    text-decoration:none;
 }

 /* change colors to suit your needs */
 mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
 }

 del {
    text-decoration: line-through;
 }

 abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
 }

 table {
    border-collapse:collapse;
    border-spacing:0;
 }

 /* change border color to suit your needs */
 hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
 }

 input, select {
    vertical-align:middle;
 }


/*Overall Size*/
#wrapper {
    margin-left:auto;
    margin-right:auto;
    width:1063px;
}

body{
	background-image: url("../Images/background.png");
	background-repeat: no-repeat;
	background-position:center;
}



.container{
	margin:auto;
	overflow:hidden;
	justify-content:center;
	text-align:center;
	display:flex;

}

.container2{
	margin:auto;
	overflow:hidden;
	justify-content:center;
	text-align:center;
	display:flex;
	width:900px;
}


/*Header*/
header{
	background:#005DA4;
	color:#ffffff;
	min-height:162px;
	border:1px solid #707070;
}


#title{
	color: #ffffff;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:40px;
	font-weight:700;
    width:1100px;
    margin-left:50px;
    
}


 .vl {
    border-left: 4px solid white;
    height: 50px;
    float:left;
    margin-top: 58px;
    margin-left: 25px;
    
    
    
 }



/*icons*/
.item:hover {opacity:0.7;}
.item{
	padding-top:40px;
 	text-align:center;
	flex:1;
	color: #ffffff;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:12px;
	font-weight: 700;
	text-transform: uppercase;
	flex-basis:30%;	
}


h2{
	color: #005DA4;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top:38px;
}



/*Body*/
p{
	padding-top:30px;
	color: #505050;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align:left;
	width: 940px;
	font-size:21px;
	font-weight:400; 
	line-height:28px;
}

p2{
	 color: rgba(255, 255, 255, 0.8);
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:16px;
	
	

}

footer{
	padding:20px;
	
	
	font-weight: 400;
	text-align:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	width: calc(100% - 90px);
	margin-left:50px;
	margin-top:18px;
	text-indent:-10.5px;
	line-height: 20px;
	
}

a { color: #005DA4; } /* CSS link color */


#overlay {
	position: fixed;
	width: 100%;
	height: 0px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f9f9f9;
	opacity: .95;
	z-index: 1000;
	pointer-events: none;
}

#overlay-text {
	text-align: center;
	top: 30%;
	width: 100%;
	font-size: 2em;
	color: black;
	opacity: 0.0;
	pointer-events: none;
}

.vl {
    border-color:#eeeeee;
    border-width:2.5px;
}

