 @import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');


    /******************************
    
              Essentials
    
    ******************************/

    body{
        font-family:ms gothic;
        color:black;
        font-size:16px;
        background-image:url('');
    }
    
    a{
        text-decoration:none;
    }
    
    #container{
        position:absolute;
        width:700px;
        left: 50%;
        margin-top:5px;
        transform: translateX(-50%);
        padding-bottom:20px;
    } 
    
    /* . . . . . . . . . . . . . . . . */    
    
    #header{
        border:5px #C9B99F ridge;
        border-bottom:none;
        /*background:#e1edff*/
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        background:#C9B99F;
        background-size: cover;
        object-fit: fill;
        background-size: 100%;
        background-position: 50% 35%; 
        /*background-image:url('https://64.media.tumblr.com/f080e7fb4bd0113838da2a32ecaa2280/7e008ed7829d371b-c9/s500x750/d0d2ad7494d334e040a4b5b97e8ec477f006ebf0.png'); */
        height:310px;
    }    

    /* . . . . . . . . . . . . . . . . */        
    
    #wrapper{
        /*border-top:none;*/
        border-bottom:5px #C9B99F ridge;
        border-right:5px #C9B99F ridge;
        border-top:5px #C9B99F ridge;
        border-left:5px #C9B99F ridge;
        background:#FCEDD6;
        height:320px;
        padding:10px;
        background-image:url('');
        /*original height was 690px*/
    }    
    
    /* . . . . . . . . . . . . . . . . */        
    
    .content{
        height:320px;
        width: 670px;
        margin-right: 5px;
        background: transparent;
        border: 1px transparent;

        
    }

    .content iframe {
    border: none;
    width: 660px;
    padding: 5px;

}
    
        /* . . . . . . . . . . . . . . . */      
    #header-links{
        height:22px;
        font-weight:bold;
        font-family:times;
        background:linear-gradient(to bottom, #C8F197 15%, #82C46D);
        color:#357335;
        letter-spacing:.5px;
        padding:5px;
    }
    /* . . . . . . . . . . . . . . . */      
    #header-links:hover{
        color:white;
        background:linear-gradient(to top, #C8F197 15%, #82C46D);
    }
        
    h1 {
    font-size: 36px;
    font-family: "Homemade Apple", cursive;
    font-weight: 400;
    font-style: normal;
    text-shadow: 1px 1px 3px black, 0 0 1em white, 0 0 0.2em white;
    color:white;
    font-size:36px;
    text-decoration:none;

}




.post{
    border:2px #E1D2BB ridge;
    margin:20px 0 10px 0;
}

.post h2{
    background-color:#E1D2BB;
    color:#000;
    /* font-weight:bold;*/
    padding:5px;
    border:2px dotted #E1D2BB;
    margin:0;
    font-size:17px;
}

.post-content{
    padding:15px;
    text-indent:20px;
}


  .imgwrapper h1 {
    text-align: center;
    font-size: 30px;
    font-family: lato;
    text-transform: uppercase;
}
.img-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.single-img {
    padding: 0 20px 20px;
}
img:hover {
    opacity: .5;
    transition: .9s;
}


::-webkit-scrollbar{
width: 2px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #7f704c;  
}
