
html {
    background-size: cover;
    background-color: #0f0e0e;
    color: #c4d7e7;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Lucida Console", "Courier New", monospace;
}

img {
  border: 2px solid #c4d7e7;
}

#wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    display: block;
}

#contentMenuWrap {
    width: 100%;
    margin: 0 auto;
}

#HeaderBox {
    background-color: #0f0e0e;
    margin-top: 50px;
    width: 100%;
    height: 150px;
    max-width: 996px;
}

#contentBox {
    background-color: #0f0e0e;
    border: 2px solid #c4d7e7;
    width: 740px;
    height: 390px;
    float: right;
    font-size: 20px;
    padding: 20px 30px;
    line-height: 20px;
    overflow-x: auto;
}

.profilebox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row ;
    flex-direction: row;
}

/* MENU ITEMS */
#menuDown {
    width: 100%;
    height: auto;
    bottom: 10px;
}

.button {
    background-color: #0f0e0e;
    font-size: 20px;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
    width: 182px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #c4d7e7;
}

.button:hover {
    background-color: #638288;
}

.profile {
    display: -webkit-flex;
    display: flex;
    float: left !important;
    margin: 47px;
    border: 3px solid transparent;
}

.profile:hover {
    border: 3px solid #c4d7e7;
    cursor: pointer;
}

a {
    color: #c4d7e7 !important;
    text-decoration: none;
}

h1 {
    font-weight: normal;
}

@media all and (max-width: 1000px) {

    .button {
        width: 98%;
    }

    .profile {
        margin: 0;
        width: 100%;
    }

    .profile img {
        width: 100%;
        height: auto;
    }

    #wrap {
        width: 98% !important;
        margin: 0 auto;
    }

    #contextBox {
        width: auto;
        padding: 10px 15px;
        line-height: 25px;
        float: left;
    }

    #menuDown {
        float: left;
    }

    #HeaderBox {
        margin: 0;
    }

    #HeaderBox img {
        width: auto;
        height: 100%;
    }

    #HeaderBox {
        display: none;
    }
}