html{
    height:100%;
}

body{
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

#header{
    position:absolute;
    z-index: 1;
    top:0;
    left:0;
    height:65px;
    width:100%;
}
#header_holder{
    position:relative;
    height:100%;
    width:100%;
}


#logo_holder{
    position:relative;
    width:275px;
    height:64px;
    border-bottom: 1px solid #5DBA93;
}

#logo{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}

#menu_holder{
    position:absolute;
    right:100px;
    top:50%;
    transform: translateY(-50%);
}

.menu_button{
    display: inline-block;
    color:#FFF;
    padding: 5px 13px;
    border-radius: 24px;
    cursor:pointer;
}

.menu_button:hover{
    background-color: #FFF;
    color:#45DC99;
}
.menu_button.active{
    background-color: #FFF;
    color:#45DC99;
}

@media (max-width: 767.98px) { 
    #header{
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        height: 103px;
        width: 100%;
    }

    #header_holder{
        position:relative;
        height:100%;
        width:100%;
        background-color: #45DC99;
    }

    #logo_holder{
        position:relative;
        width:275px;
        height:64px;
        border-bottom: 1px solid #5DBA93;
    }

    #menu_holder{
        position: relative;;
        right:unset;
        top:unset;
        transform: unset;
    }
}

#spacer{
    display: block;
    width: 100%;
    height: 103px;
}

#slider{
    position:relative;
    width:100%;
}

.slider_bg{
    float:right;
    width:63%;
}

.h_bg{
    float:right;
    width:50%;
}

.slider_asset_holder{
    position:relative;
    width:100%;
    background-color: aqua;
}
.slider_slide{
    width:100%;
    position: absolute;
    top:0;
    left:0;
}

.slider_assets{
    display:none;
    position:absolute;
    transition: all 0.5s ease-out;
    
}
.no_transition{
    transition:none;
}


.color-1{color:#304753}
.color-2{color:#45DC99}
.color-3{color:#316091}
.color-4{color:#77B0F2}

.font-1{
    font-size: 2em;
    font-weight: 100;
}

.font-2{
    font-size: 2em;
    font-weight: 800;
}

.font-3{
    font-size: 1.5em;
    font-weight: 800;
}

.font-4{
    font-size: 1em;
    font-weight: 500;
}

.font-5{
    font-size: 1.3em;
    font-weight: 800;
}

.slider_type_1{
font-weight: 100;
color:#45DC99;
}

.slider_type_2{
    font-weight: 600;
    color:#304753;  
    line-height: 0.9em;
}

.slider_type_3{
    font-weight: 300;
    color:#45DC99;
    line-height:1.3em;
}


footer{
    margin-top:40px;
    min-height: 200px;
    background-color: #45DC99;
}