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

body {
	
text-align: center;font-family: Gill Sans, "sans-serif";
}



img {width:80%;max-width:100%; vertical-align: middle; height:auto;}

h1 {
margin-top: 100px;	
text-align:center;	
font-size: 4em;	
	
	
}

h2 {
text-align: center;	
font-size: 3em;	
}

h3 {
font-size: 2.5em;	
text-align: center;	
}

p {
text-align: center;	
padding: 0em 6em 3em 6em;	
	font-size: 2em
}

header {align-content: center}

.sec2  { display:flex;list-style-type: none;
	
	font-size:  2rem;

font-weight: 700;
text-transform: uppercase;
	margin-top:20px;}

.sec2 .column {width:25%;}

nav ul li {
	margin-left: 5rem;
	margin-right: 5rem;
}

.fbook {color:coral}

nav ul li:hover {color:coral}


a:hover {color:coral}