*{
    margin: 0 ; padding: 0; border: 0; box-sizing: border-box;
}
body{
    background-image: radial-gradient(rgba(29, 3, 99, 0.568),rgb(0, 0, 0));
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#header{
    height: 100px ;
    background-color: rgb(68, 64, 64);
    color: white;
    border: solid 4px black;
    border-radius: 50%;
    text-align: center;
    padding-top: 15px;
    font-style: italic;
    font-size: x-large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#navigation{
    height: 60px;
    background-color: rgb(36, 73, 61);
    margin-bottom: 20px;
    padding: 8px 24px;

}
#navigation a{
    color: rgb(29, 27, 23);
    font-size: 20pt;
    text-decoration: none;
    padding: 8px 24px;
   
}
#navigation a:last-child{
    position: absolute;
    right: 850px; top: 85px;
    background-image: url(../Images/fb.png);
    display: block;
    width: 48px; height: 48px; 
    background-size: cover;
    background-position: center center;
}

#hero1{
    height: 600px;
    background-image: url(../Images/lidye-1Shk_PkNkNw-unsplash.jpg);
    background-size: 75%;
    background-position: bottom;
    
}
#containter{
    max-width: 1200px;
    margin: 0 auto;
}
div#threeboxes{
    display:flex;
    justify-content:space-between;
    padding-top: 40px;
    margin-bottom: 20px;
    background-position: bottom;
}
div#threeboxes div{
    background-color: #fff;
    min-width: 200px;
    height: 350px;
    flex: 1 0 auto;
    margin: 0px 0px; 
 

}
div#threeboxes div:nth-child(1){
    background-image: url(../Images/jill-heyer-toxlLueLNDs-unsplash.jpg);
    background-size:75% ;
    background-position:bottom;
}
div#threeboxes div:nth-child(2){
    margin-left: 10px;
    margin-right: 10px;
    background-image: url(../Images/casey-lee-awj7sRviVXo-unsplash.jpg);
    background-size:75% ;
    background-position: bottom;
}
div#threeboxes div:nth-child(3){
    object-fit: contain;
    background-image: url(../Images/pablo-merchan-montes-MXovqM130UI-unsplash.jpg);
    background-position: center;
    background-size:75% ;
    
    
}
h2{

    transform: translateY(-60px) translateX(-90px);
}
p{
    margin-top: 5px;
    transform: translateX(5px);
    text-indent: 5px;
    text-align: left;
    inline-size: 400px;
}
div#content1{
    height: 340px;
    background-color: rgb(255, 255, 255);
    
}

h2{
    text-align: center;
    padding: 24px 0px 0px 0px;
    font-weight: normal;
    font-size: 200%;
    margin-bottom: -20px;

}
div#footer{
    color: rgb(29, 27, 23);
    font-size: 20pt;
    text-decoration: none;
    padding: 8px 24px;
}
#content1{
    background-image: url(../Images/ca-creative-bpPTlXWTOvg-unsplash.jpg);
    background-position: center center;
    background-size:75% ;

}
nav a {
    display: inline-block;
    background-color: rgb(19, 132, 197);
    color: #222;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #222;
    font-size: 16pt;
    padding: 12px 24px;
    margin: 8px;
}
nav a:hover{
   background-color: #6a6b66 ;
}
nav a:active {
   box-shadow: 1px 1px 1px #111;
   position: relative;
   top: 1px;

}