body{
    
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background-image: url('background.jpg');
    background-size: 100% 100%;
}
h1 {
    color:rgb(197, 138, 61);
    padding-top: 10px;
    Position: absolute;
    float: left;

}
h3{
    
    color:goldenrod;
}

p {
    color:rgb(113, 179, 105);
}
.container .logo {
    position: justify;
    max-width: 100%;
    max-height: auto;
    
}

ul{
     list-style-type: none;
     margin: 0;
     padding: 0;
     position:justify;
     top: 0;
     width: 100%;
     border: 1px solid #e7e7e7;
     background-color: rgb(219, 144, 32);
   

}

/*li a{
display: block;
float: left;
border-right: 1px solid #e7e7e7;

    display: block;
    color:bisque;
    padding: 8px;
    text-decoration: none;
} */
/*Source code found from w3schools.com*/
 .dropbtn {

    float: left;
    background-color: darkgoldenrod;
    color: rgb(86, 158, 118);
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position:absolute;
    

   /* top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    
}

.dropbtn:hover, .dropbtn:focus {
    background-color: forestgreen;
}

.dropdown {
    float: left;
    position: relative;
    /*display: inline-block;*/
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #47a04c;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

.dropdown-content a {
    color:rgb(201, 178, 76);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: bisque;}

.show {display:block;}

li a:hover{
    background-color: rgb(59,86,51,255);
}

@media screen and (max-width: 800px)  {
    .topnav a{
        float: none;
        
        width: 100%;
    }
    h1{
        padding-top: 150px;

    }
    
}

.container {
    position: relative;
    width: 100%;
}

.linkedin:hover {
    background-color:rgb(201, 178, 76);

}

.linkedin {
    color:azure;
}

