html,body {
    margin: 0px;
    padding: 0px;
    overflow-x:hidden;
    height: 100%;
    color:#6c464f
}

#container{
    min-height:100%;
}

.banner {
    width: 1200px;
    height: 100px;
    border-radius: 10px;
    margin-right: 10px;
}

a {
    display:block;
}

p.aboutme {
    text-align: left;
    margin:auto;
    padding-top:20px;
    padding-bottom:20px;
}

.face {
    margin: auto;
    display: block;
    width:300px;
}

.about {
    width: 500px;
    padding-left: 10px;
}

.gallery {
    height:400px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
}

.footer {
    bottom:0;
    position: absolute;
    padding: 10px;
}


.header {
    height: 100%;
    bottom: 0px;
    background-color: #fcd7ad;
    overflow: auto;
    /* position:fixed; */
}

.side-nav {
    width: 250px;
    height: 100%;
    background-color: #577399;
    position:fixed;
    top:0;
    left:0;
    padding:20px 30px;
    float:left;
}

.logo {
    display: block;
    margin-bottom: 130px;
}

.logo-img {
    width:150px;
}

.nav-links {
    list-style: none;
    position: relative;
}

.nav-links li {
    padding: 10px 0;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.nav-links li a i{
    font-size: 22px;
    margin-right: 20px;
}

.active {
    background-color: white;
    width:100%;
    height: 47px;
    position: absolute;
    left: 0;
    top: 9%;
    z-index: -1;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(255, 255, 255, 0.4);
    display: none;
    transition: top 0.5s;
}

.nav-links li:hover a {
    color: #577399;
    transition: 0.3s;
}

.nav-links li:hover ~ .active{
    display: block;
}

.nav-links li:nth-child(1):hover ~ .active {
    top: 9%
}

.nav-links li:nth-child(2):hover ~ .active {
    top: 42%
} 

.nav-links li:nth-child(3):hover ~ .active {
    top: 76%
}

.logo-icon {
    display: none;
    width: 45px;
}

.content {
    height: 100%;
    padding: 0 336px;
    float:left;
    /* width: calc(100% - 310px); */
}

/*
@media only screen and (max-width: 600px) {
    .side-nav {
        width: 110px;
    }
    .logo-icon {
        display: block;
    }
    .logo-img {
        display: none;
    }
    .nav-links li a p {
        display: none;
    }

    .nav-links li a i {
        margin-right: 0;
    }

    .nav-links li a {
        justify-content: center;
    }
}
*/

.social-buttons {
    height: 16px;
    width: 16px;
    background-color: white;
    float: left;
    padding-bottom: 50px;
    padding-right: 50px;
    margin: 25px;
    border-radius: 100px;
    display: block;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
}

.social-buttons p {
    padding-left:20px;
    padding-bottom: 10px;
}