body {
    background-image: url("../images/email-pattern.png");
    padding-bottom: 130px;
}

/* a:link, a:visited {
    color:#777777;
    text-decoration: none;
} */

.nav-link {
    color:#777777;
    text-decoration: none;
}

.resume {
    color:teal;
    position: relative;
    bottom: 0.5px;
}

.github {
    position: relative;
    bottom: 2px;
}

.linkedin {
    position: relative;
    bottom: 2px;
}

.active {
    background-color: #666666 !important;
}

.container-fluid {
    background-color: #ffffff;
    border-bottom: 2px solid #cccccc;
    padding: 0;
}

h1 {
    color:#ffffff;
    background-color:#4aaaa5;
    font-family: 'Georgia', Times, 'Times New Roman', serif;
    margin:0 auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

nav {
    margin: auto 0;
    border:0;
}

h2 {
    color:#4aaaa5;
    border-bottom: 2px solid #dddddd;
    font-family: 'Georgia', Times, 'Times New Roman', serif;
    padding-bottom: 15px;
    font-weight: bold;
}

.midsection{
    color: #777777;
    background-color:#ffffff;
    border: 1px solid #dddddd;
    padding:50px;
    position: relative;
    top: 35px;
}

.profile-pic {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.bio {
    margin: 20px;
}
.footer {
    background-color: #666666;
    color: #dddddd;
    border-top: 8px solid #4aaaa5;
    height: 60px;
    position: fixed;
    bottom: 0;
    width:100%;
}

#copyright {
    position: relative;
    top: 15px;
}

.portfolio-pic {
    border: 1px solid #dddddd; 
}

.button-container {
    margin-top: 20px;
    /* margin: 20px; */
}

button[type=button] {
    background-color: #4aaaa5;
    color:#ffffff;
    font-size: 1em;
    border: none;
}

button[type=button]:hover{
    background-color:#666666;
}

button[type=submit] {
    background-color: #4aaaa5;
    color:#ffffff;
    border: none;
}

button[type=submit]:hover{
    background-color:#666666;
}

@media screen and (max-width: 640px) {
    nav {
        text-align: center;
        padding:0px !important;
    }
    .content {
        padding: 0px 20px;
    }    
}

@media screen and (min-width: 576px) {
    nav {
       justify-content: center;
    }
} 

@media screen and (min-width: 992px) {
    nav {
       justify-content: flex-end;
    }  
} 