

body{
    font-family: 'Palatino Linotype', Verdana, Tahoma;
    font-size: 1em;
    margin: 0;
    background-image: url(/images/tile.png);
}



ul{
    text-align: center;
    padding: 15px 0px 15px 0px;
    border-bottom: 2px black solid;
    background-color: white;
}

li{
    display: inline;
    padding: 50px;
}

a, a:link a:visited {
    color: black;
    text-decoration: none;
}


header{
    background-image: url(images/background.jpg);
	background-position: center; 
    background-size: 100%;
    text-align: center;
    color: white;
    margin-top: -20px;
}

h1{
    font-size: 180%;
}

header p{
    line-height: 300%;
    font-size: 130%;
    letter-spacing: 2px;
}

.header-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.header-content img{
	margin-bottom: 70px;
    margin-top: 50px;
}

.header-text{
    background-color: rgba(0,0,0,.3);
    display: table;
    margin: -20px auto 0px auto;
    padding: 30px 20px 10px 20px;
}


.about-us img{
	max-width: 100%;
	border: black solid 1px;
	display: block;
	margin: auto;
}

h2{
    font-size: 140%;
    color: #082855;
    text-align: center;
    margin: 70px 0px 40px 0px;
    font-weight: bold;
}

h3{
    font-size: 120%;
    color: #1166C1;
    font-weight: bold;
}




.benefits {
	width: 800px;
    justify-content: center;
    text-align: center;
}
	

.benefits img{
    display: block;
	max-width: 220px;
	margin: auto;    
	border-radius: 50%;
}

.benefits span{
	width: 100%;
	margin-top: 15px;
	display: inline-block;
	text-align: center;
}

.Img1{
    border: 1px solid black;
    padding: 5px;
}


.Img2, .Img3{
    border: 1px solid orange;
    padding: 5px;
}



footer{
    text-align: center;
    background-color: #082855;
    color: white;
    padding: 25px 0px 25px 0px;
    margin-top: 30px;
}

footer h4{
    line-height: 300%;
    font-weight: bold;
}

footer p{
    line-height: 40%;
}