/* Enter Your Custom CSS Here */

h5 {
    color: #000;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Hind', arial, helvetica, tahoma, sans-serif;
}

h1.page-title, h1.entry-title {
    font-size: 30px;
    display: none;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 110%;
    margin-bottom: 0;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

#headerin {
    width: 100%;
    float: left;
    clear: left;
    background: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 0;
    position: absolute;
    z-index: 2;
}

h1.site-title {
    font-size: 20px;
    display: none;
    color: #000;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0;
    margin-bottom: 5px;
    float: left;
    letter-spacing: 2px;
    font-weight: 600;
    clear: left;
}

h2.site-description {
    font-size: 13px !important;
    text-transform: none;
    margin: 0;
    margin-bottom: 5px;
    color: #000;
    font-weight: normal;
    line-height: 120%;
    float: left;
    clear: left;
    display: none;
}

#mainmenu {
    width: 55%;
    float: right;
    margin-top: 12px;
    margin-bottom: 0;
}

#copyinfo {
    width: 90%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    background: #231f20;
    text-align: center;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 100%;
    font-weight: 600;
    color: #FFDE16;
    text-transform: uppercase;
}
#comments {
    width: 100%;
    display: none;
    clear: both;
    float: left;
    margin-top: 30px;
}

#contentwrapper {
    width: 100%;
    float: left;
    clear: left;
    margin: 0;
    padding: 0;
    margin-top: 60px;
    /* margin-bottom: 20px; */
    position: relative;
    opacity: 0;
}
.entry {
    margin-bottom: -100px;
}

#headerline {
    max-width: 90%;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.home #headerin {
    background: #ffe600;
}

