body {
    background-image: url(herringbone.jpg);
    height: 100%;
}

#navbarSupportedContent {
    flex-flow: wrap column;
    align-content: flex-end;
}

#navBar {
    color:white;
    background-color: #4aaaa5;
    padding-bottom: 10px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

@media only screen and (max-width: 600px) {
    #navBar {
        width:100%;
        height:100%;
    }
    body {
        height:100%;
        width:100%;
    }

  }

.nav1, .nav2 {
    border-style: solid;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-width: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
}

.nav3 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
}

.navbar {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

#aboutMe, #contact, #portfolio {
    color:#4aaaa5;
    border-bottom-color: #777777;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.container {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 100px;
    background-color: white;
}

img {
    width:300px;
    height: 300px;
}

.page-footer {
    background-color: #666666;
    color: white;
    font-size: .75rem;
    border-top-width: 7px;
    border-bottom-width: 3px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-top-color: #4aaaa5;
    border-bottom-color: white;
}

.footer-column {
    padding-left: 0px;
}

.wordGuess, .rutgers, .rpgGame, .trivia {
    background-color: #4aaaa5;
    color: white;
    font-size: small;
    font-weight: bold;
    position: absolute;
    top: 83%;
    left: 9.5%;
    height: 17%;
    width: 81%;
}

.rps {
    background-color: #4aaaa5;
    color: white;
    font-size: small;
    font-weight: bold;
    position: absolute;
    top: 83%;
    left: 20.5%;
    height: 17%;
    width: 58.6%;

}

.thumbnail {
    position: relative;
}


.row1{
    margin-bottom: 10px;
}

a {
    color: black;
}

i {
    font-size: 2rem;
}