_child_theme.scss 906 Bytes
.home.page-template-default {
    #main-nav {
        background:none 
    }
    .entry-header {
        display: none;
    }

}
#full-width-page-wrapper,
#content,
#page-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 280px);
    padding-top: 0px;
    @media only screen and (max-width: 1260px) {
        width: 100%;
    }
    #content {
        position: relative;
    }
}

.wrapper .container{
    padding:0 0px 40px 50px;
    @media only screen and (max-width: 1260px) {
        padding:0 15px;
    }
}
.um-um_account_id {
    margin-top: 50px;
    width: 80%!important;
}

h1{
    color: #1A3668;
    font-size: 39px;
    line-height: 49px;
}

h2{
    color: #1A3668;
    font-size: 28px;
    line-height: 36px;
    
}
p{
    color: #1A3668;
    font-size: 16px;
    line-height: 24px; 
}

#full-width-page-wrapper{
    padding-top:70px;
}