#main{
    margin: 7.1em 0px 0px 0px !important;
}
.content{
    /*padding: 1em;*/
    display: inline-block;
    width: 100%;
}
h1{
    letter-spacing: 0em !important;
    margin: 0px !important;
    padding: 0.6em 0px !important;
}
#wraptext{
    text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
}

.nav_footer{
    padding: 2em 0em;
}

.photolist{
    margin: 0;
    padding-left: 0em;
    list-style: none;
}


.sidemenu{
    width: 28%;
    padding: 2em;
    display: block;
    float: left;
}

.sidemenu > ul {
    list-style:none;
    margin: 0px;
    padding-left:0px;
}

.listview{
    padding: 0em 0em 1em 0em;
    display: inline-block;
    width: 100%;
    border-left: 0px solid black;
    font-size: 16px;
}

.listview > ul {
    list-style:none;
    margin: 0px;

}


h2, h3, h4, h5, h6 {
    letter-spacing: 0em !important;
    margin: 0px ;
}

.photo_grid{
    display: inline-block;
    padding-left: 1.8em;
    padding-bottom: 1em;

}

.photo_grid > a:hover > div{
    background-color: #e0e2df;
}

.album{
    border: 1px solid #aaa;
    padding: 8px;
    width: 100%;
    box-shadow: 5px 5px 3px rgba(173, 168, 168, 0.36);
}
.album_desc{
    text-align: center;
    padding-top: 10px;
}
/*
.content a{
    color: black !important;
    text-decoration: none !important;
}
.content a:focus, a:hover{
    color: black !important;
    text-decoration: none !important;
}
*/
.photo_grid{
    width: calc(100%/3.1);
    display: inline-block;
    /* padding-left: 1.8em; */
    /* padding-bottom: 1em; */
    /* width: 100%; */
}

.content .sharesocial a{
    color: #530A49 !important;
    text-decoration: none !important;
}
.content .sharesocial a:hover{
    color: black !important;
    text-decoration: none !important;
}

@media screen and (max-width: 980px) {
    #main {
        margin: 0px !important;
    }
    .sidemenu{
        display: none;
    }
    .content{
        width: 100%;
    }
    .content ul{
        padding-left: 0em;
    }
    .listview{
        width: 100%;
    }
    .album{
        width: 100% !important;
    }

    .album img{
        width:100% !important;
    }

    .photo_grid {
        padding-left: 0em;
        width: calc(100% / 3.03) !important;
    }
}

@media screen and (max-width: 736px) {
    #main {
        padding: 0em !important;
    }
    .photo_grid {
        width: 100% !important;
    }

}