* {
    box-sizing: border-box;
  }

  html,body
  {
      height: 100%;
      margin: 0px;
  }

  header{
    border-style: solid;
    margin-top: 10px;
  }

  header h1{
position: absolute;
top: 50px;
left: 155px;
font-size: 30px;
font-family: 'Lobster', cursive;

  }

header nav{
position: absolute;
top: 50px;
right: 50px;
}

header a {
    text-decoration: none;
    color: black;
}

header a:hover { 
    color:aqua;
 }

 header nav ul {
    list-style: none;
    font-size: 25px;
    font-family: 'Josefin Sans', sans-serif;
}

header nav li {
    display: inline;
    margin-left: 80px;
    text-transform: uppercase;
}

#section1{
background-color: black;
height:1000px;
padding: 0;
overflow:hidden;
}

#section1 #description{
    float:left;
    width:50%;
    height:100%
}

#section1 #image{
    float: right;
}

h2{
    position: relative;
    bottom:150px;
    left:20px;
color: white;
font-size: 80px;  
text-align: left;
font-family: 'Oxygen', sans-serif;
}

#section1 p{
    color: white;
    font-size: 30px;
    display: inline;
    text-align: left;
    font-family: 'Oxygen', sans-serif;
}


#section1 .button{
position: relative;
top: 250px;
left:50px;
background-color: white;
color: black;
padding: 20px;
text-decoration: none;
border-color: grey;
border-style: solid;
border-radius: 10px;
text-transform: capitalize;
font-weight: bold;
}

#section1 .button:hover {
    color:white;
    background-color: black;


}

#section1 figure figcaption{
    text-align: center;
    color: white;
    font-size: 24px;
    font-family: 'Abel', sans-serif;
}

#section1 img{
    border-style: solid;
    border-color: white;
}


#section2{
border-left: 0;
border-right: 0;
border-style: solid;
}

#section2 figure{
    align-items: center;
    display: flex;
}

#section2 img{
width: 50%;
height: 50%;
margin-right: 50px;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-color: grey;
}

#section2 figcaption{
    font-size: 80px;
    margin-right: 40px;
    border-style:solid;
    padding:10px;
    font-family: 'Josefin Sans', sans-serif;
}


.imagedesc{
    font-size: 30px;
    display:inline;
    font-family: 'Abel', sans-serif;
}

#section3{
height:650px;
padding: 0;
overflow:hidden;
background-color: rgb(236, 236, 236);
}

h4{
font-size: 56px;
text-align: center;
font-family: 'Lobster', cursive;
text-transform: capitalize;
font-weight: bold;
}

#section3 #aboutsection{
height:800px;
margin-left: 100px;
overflow:auto;
}

#section3 #aboutsection img{
    position:relative;
    border-radius: 100%;
    border-style: solid;
    float:left;
    margin-left: 100px;
}

#section3 #aboutsection p{
font-size: 30px;
text-align: center;
font-family: 'Oxygen', sans-serif;
margin-right: 550px;
margin-bottom: 100px;
font-weight: bold;
}

#section3 .button{
    position: relative;
    background-color: white;
    color: black;
    padding: 20px;
    text-decoration: none;
    border-color: grey;
    border-style: solid;
    border-radius: 10px;
    text-transform: capitalize;
    font-weight: bold;
    }

    #section3 .button:hover {
        color:white;
        background-color: black;
    
    
    }

#transition{
    transition: all .7s ease;
}

#transition:hover{
    box-shadow: 20px 20px black;
    width:80%;
    height:80%;
}

footer{
background-color: black;
display: flex;
padding: 80px;
}

h5{
color:white;  
font-size: 25px;  
text-transform: uppercase;
font-family: 'Josefin Sans', sans-serif;
}

footer a{
    color:white;
    text-decoration: none;
    font-size: 20px;
    line-height:2;
    font-family: 'Oxygen', sans-serif;
    text-align: center;
}

footer a:hover{
    text-decoration: underline;
}

footer .column1,.column2,.column3,.column4{
    height:100%;
    float: left;
    padding-right: 150px;
}

footer input{
    font-size: 25px;
    font-family: 'Oxygen', sans-serif;
}

footer button{
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
}