header {
    color: #4aaaa5;
    background: #ffffff;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    border-bottom: 6px solid #cccccc;
}

.header_links {
    text-transform: uppercase;
    font-size: 16px;
}

.navbar, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #4aaaa5 !important;
}

body {
    background-size: contain;
    background-image: url("../images/pentagon.png");
    padding: 0px;
    margin: 0px;
}

#btmspacer {
    padding: 20px 0px 20px 0px;
}

#footertxt {
    text-align: center;
}

h1, h2 {
    background-color: #4aaaa5;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 2px;
    height: 100%;
    padding: 13px 35px 6px 35px;
}

h2.accent {
    background-color: #ffffff;
    padding-top: 0px;
    padding-left: 0px;
    color: #4aaaa5;

    margin-bottom: 35px;
    border-bottom: 2px solid #cccccc;
}

.menu * {
    background: initial;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    border: 0px;
    border-left: 2px solid #cccccc;
}

.menu *:first-child {
    border: 0px;
}

div {
    color: #777777;
}

div.card {
    box-sizing: border-box;
    background-color: #ffffff;
    margin-top: 32px;
    padding: 30px;
}

div.menu {
    float: right;
}

div.menu * {
    float: left;
}


section.left {
    float: left;
    border: Teal 3px solid;
}

section {
    float: right;
    border: Teal 3px solid;
}

p {
      /* color: #777777; */
      font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}

li {
    color: #777777;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}

footer {
    color: lightgrey;
    background-color: #666666;
    /* float: clear;   */
    border-top: 7px solid #4aaaa5;
    padding-top: 20px;
    padding-bottom: 20px;
}
a {
    text-decoration: none;
    color: grey;
}

nav {
    width: 100%;
    border-color: #dddddd;
    font-size: 10px
}


input {
    line-height: 150%;
    height: 75%;
}


.main {
    background-color: #ffffff;
}

img.bounded {
    height: 200px;
}

#profile_pic {
    float: left;
    width: 200px;
    height: 200px;
    padding-right: 20px;
}

.container {
    position: relative;
    margin: auto;
    width: 960px;
}

.name {
    float: left;
}

.link {
    color: #666666;
    padding: 15px;
}

h4 {
    font-weight: 600;
    color:#4aaaa5;
}

.box{
    width: 300px;
    height: 200px;
    display: inline-block;
    background: #666666;
    margin-right: 30px;
    margin-bottom: 30px;
}

.box:hover{
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.box_title {
    color: #ffffff;
    height: 50px;
    background: #4aaaa5;
    margin-top: 140px;
    text-align: center;
    z-index: 5;
}

.box_title p{
    padding: 10px;
    font-family: 'Georgia', Times, Times New Roman, serif;
}

.box_title:hover {
    background: #1c403e;
}

#hangman_box {
    background: url("../images/hangman.jpg");
    z-index: 0;
}

#rpg_game_box {
    background: url("../images/RPG.jpg");
    z-index: 0;
}

#trivia_box {
    background: url("../images/trivia.jpg");
    z-index: 0;
}

#rutgers_info_widget_box {
    background: url("../images/rutgers.jpg");
    z-index: 0;
}

#rock_paper_scissors_box{
    background: url("../images/RPSLS.jpg");
    z-index: 0;
}

input,
textarea {
    width: 100%;
    padding: 5px 0;
}

input {
    margin-bottom: 10px;
}

#message-input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    resize: vertical;
    height: 200px;
    border: 1px solid #666666af;
    border-radius: 5px;
}

#message-input:focus {
    outline: none;
    border: 2px solid #666666;
    
}

textarea {
    resize: none; 
}

button {
    background: #4aaaa5;
    padding: 5px 20px;
    color: #ffffff;
    font-size: 14px;
}
button:hover {
    background: #1c403e;
}

@media only screen and (max-width: 980px) {
    .main {
        width: 720px;
    }

    .header, {
        width: 270px;
    }

    header, .nav, .navbar, footer {
        width: 100%;
        min-width: 740px;
    }

    #profile_pic {
        width: 165px;
    }
}

@media only screen and (max-width: 768px) {
    .main {
        width: 600px;
    }

    .header {
        width: 150px;
    }

    header, .nav, .navbar, footer {
        width: 100%;
        min-width: 650px;
    }

    #profile_pic {
        width: 165px;
    }

}

@media only screen and (max-width: 640px) {
    .main {
        width: 340px;
    }
}    