body{
    font-family: Helvetica, arial;
    background: none ;
}

#header{ 
   background-color: #F1C40F;
   
}  

#header::after{
    content: '';
    display: table;
    clear: both;
}

img{
    float: left;
    width: 200px;
    padding-top: 10px;
   
}
ul{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li{
    display: inline-block;
    margin-left: 0px 35px;
    padding-top: 25px;
    padding-right: 100px;
    padding-bottom: 25px;
}

ul li a{
    color: #424949;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

ul a:hover{
    color: black;
}

#content{
     display: block;
     background-image: url("Ocean.jpg");
}

h2{
    text-align: left;
    font-size: 75px ;
    margin-left: 50px;
    margin-right: 300px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 200px;
    padding-bottom: 200px;
}

#intro{
    display: block;
    background-color: #3498DB;
    color: white;
    font-size: 2em;
    padding: 50px;
}

#latest{
    Background-color: #AED6F1;
    text-align: center;
    margin: 0 0px ;
    padding: 50px ;
}

#latest h3 {
    color:  #21618C ;
    font-size: 40px ;
    
}

button{
    border:none ;
    color: white;
    background-color:  #21618C;
    text-align: center;
    display: inline-block;
    font-size: 25px;
    margin: 10px 5px;
    padding: 10px 20px;
    cursor: pointer;
    opacity: 0.6;
}

button:hover{
    opacity: 1.0;
}

button a{ 
    text-decoration: none;
    color: white;
}

#container{
    background-color: #3498DB;
    margin: 0px;
    padding: 20px 50px;
    text-align: center;
    color: white;
    font-size: 50px;
    
}

#circle1{
    display: inline-block;
    background-color: #F1C40F;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 50px 75px;
    color: #21618C;
}

#circle1 p{
    padding-top:30;
    font-size: 25px;
    font-weight: bold;
}

#circle2{
    display: inline-block;
    background-color: #F1C40F;
    border-radius: 50%;
    width: 150px;
    height:150px;
    text-align: center;
    margin: 50px 75px;
    color: #21618C;
}

#circle2 p{
    padding-top:30;
    font-size: 25px;
    font-weight: bold;
}

#circle3{
    display: inline-block;
    background-color: #F1C40F;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 50px 75px;
    color: #21618C;
}

#circle3 p{
    padding-top:30;
    font-size: 25px;
    font-weight: bold;
}

#footer{
    background-color: #21618C;
    display: block;
    color: white;
    padding: 15 50px;
    margin: 0px;
}