body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    color: #333;
    background-color: #ddd;
    background-color: #eee;
    line-height: 150%;
    -webkit-font-smoothing: subpixel-antialiased;
}
#main{
    position: relative;
    min-height: 100px;
    padding: 30px 15px;
}
.tg_widget_container{
    max-width: 1024px;
}
.admin{
    display: none;
}
button{
    outline:none !IMPORTANT;
}
#hamburger_menu{
    display: none;
}
@media screen and (max-width: 1000px) {

    #hamburger_menu{
        display: block;
        position: absolute;
        top:15px;
        right:15px;
    }
    #hamburger_menu i.material-icons{
        font-size: 44px;
    }
    #navigation{
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        width: 320px;
        margin: auto;
        z-index: 10;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        padding: 20px 20px;
        display: none;
    }
    #navigation a{
        display: block;
        text-align: center;
        width: 100%;
        padding: 10px 0px;
        color: black;
        text-transform: uppercase;
    }
    #logo{
        padding: 15px 15px 10px 15px;
    }
    #msms{
        margin-top: 0px;
        font-size: 14px;
    }
    #wfp{
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
    
}
