/*
 * Globals
 */
#top-main-logo {
    max-width: 75%;
    max-height: 300px;
}

.about li{
    list-style: circle;
    text-align: left;
    color: $main-theme-color
}

#imagepreview {
    max-width: 100%;
    max-height: 100%;
}

.post-entry-modal {
   text-align: center;
}

.post-list .container {
    text-align: center;
    align-content: center;
}

.post-slider {
    width:100%;
    overflow: hidden;    
}

#gallery-container {
    margin: auto;
}

.post-list div.desc{
    background-color: #000;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
}

div.post-entry {
    
}

.fix {
    width: 100%;
    padding: 0px;
}