/*##1a151e
##2c212a
##443239
##61474a
##83645e
##a88877
##cfb598
##f9ecc4*/


body{
    background-color: #443239;
    background-image: url('');
    margin: 0px;
    color: #cfb598;
    font-family: Tahoma;
    }

    h1,h2,h3 {
        color: #f9ecc4;
    }

    h4,h5,h6 {
        color: #cfb598;
    }
    
    #all{
    width: 830px;
    }
    
    #side{
    text-align: center;
    width: 123px;
    height: calc(100vh - 10px);
    float: left;
    background-color: #2c212a;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #61474a;
    }
    
    #sideicon{
    border: 1px solid #71628f;
    }
    
    .sideheader{
    font-weight: normal;
    margin: 5px 0px 0px 5px;
    font-size: 20px;
    }
    
    #aboutheader{
    margin: 0px 0px -5px 0px;
    }
    
    #about{
    text-align: left;  
    margin: 10px 0px 10px 0px;
    letter-spacing: 1px;
    }
    
    .divider, hr{
        border: none;
        border-bottom: 2px dashed #83645e;
    }
    
    ul{
    padding: 0px;
    margin: 0px;
    }
    
    li{
    list-style-type: none;
    margin: 5px 0;
    }
    
    #main{
    width: 685px;
    height: 100vh;
    float: left;
    background-color: #1a151e;
    overflow: scroll;
    overflow-x: hidden;
    }
    
    #header{
    background-image: url('/images/header.jpg');
    background-size: auto 228px;
    background-color: #313131;
    height: 228px;
    border-bottom: 1px solid #748fb7;
    }

    #main p {
        padding-bottom: 10px;
    }

    #header h1{
    margin: 0px;
    font-weight: normal;
    color: #fff;
    font-size: 50px;
    line-height: 105px;
    text-transform: uppercase; 
    }
    
    .subheader{
    font-weight: normal;
    font-size: 30px;
    margin: 0px 0px -5px 0px;
    padding: 10px 10px 0px 10px;
    }
    
    .postcontainer{
    padding: 10px;
    position: relative;
    }
    
    .iconanddatecontainer{
    min-height: 92px;
    border-bottom: 2px dashed #83645e;
    }

    .icon{
    /*border: 1px solid #83645e;*/
    }
    
    .posttext{
    padding: 0px 15px 0px 15px;
    /*letter-spacing: 1px;*/
    text-align: justify;
    margin-top: -4px;
    }
    
    .iconanddatecontainer p,
    .posttext p {
        margin: 0px
    }
    
    .icon{
    float: left;
    margin-left: auto;
    margin-right: 0;
    }
    
    .date{
    position: absolute;
    right: 10px;
    }
    
    a{
    text-decoration: none;
    color: #a88877;
    }
    
    a:visited{
    color: #a88877;
    }
    
    a:hover{
    font-style: italic;
    font-weight: bold;
    }
    
    a:active{
    font-weight: bold;
    font-style: italic;
    }
    
    ::-webkit-scrollbar{
    width: 5px; 
    }
        
    ::-webkit-scrollbar-track{
    background-color: transparent;
    }
    
    ::-webkit-scrollbar-thumb{
    background-color: #fff;
    }
    
    #bg{
    position:fixed;
    bottom: 0px;
    right: 0;
    opacity: 0.9;
    }
    
    #credit{
    font-size: 12px;
    }

    #dancer, #bg {
        pointer-events: none;
    }


@media only screen and (max-width: 830px)
{
    #all{
    width: 100%;
    }

    #main{
    width: 77.5vw;
    }

    #header {
        background-size: auto calc(77.5vw / 3);
        height: calc(77.5vw / 3);
    }

    #sideicon {
        width:75%;
        padding: 0;
        border:0;
    }

    #side {
        border-width: 0;
        width: 19vw;
        left: 77.5vw;
        position:fixed;
    }

    #dancer {
        width: 20vw;
    }
}
    