html {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    margin:0px;
    padding:0px;
    position: relative;
}

body {
    margin-top:0px;
    padding:0px;
    position: relative;
}

h1 {
    font-size: 48px;
    margin: 40px 0px 0px 0px;
}

.logo {
    margin: 40px 0px 0px 40px;
}

.title {
    margin: 500px 0px 0px 40px;
    font-size: 96px;
    font-weight: 900;
    line-height: 85%;
    color: #ffffff;
    width: 100%;
    display: block;
    float: left;
}

.slogan{
    margin: 20px 0px 0px 40px;
    font-size: 48px;
    font-weight: 900;
    line-height: 100%;
    color: #f9ff47;
    width: 100%;
    display: block;
    float: left;
}

.flr_header {
    background: url(img/bg.jpg) no-repeat top center;
    background-size: cover;
    height: 1000px;
    display: block;
}

.flr_details {
    width: 100%;
    float: left;
    padding: 0px 40px 0px 40px;
}

.flr_block_title {
    float: left;
    padding: 0px 40px 0px 40px;
}

.detail_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

.detail_description {
    line-height: 140%;;
}

.detail_description {

}

.flr_footer {
    float: left;
    padding: 20px 40px 20px 40px;
}



@media only screen and (max-width: 48em) {
    h1 {
        font-size: 36px;
        margin: 40px 0px 0px 0px;
        line-height:90%;
    }

    .flr_header {
        position: relative;
        background: url(img/bg.jpg) no-repeat left -200px top;
        background-size: cover;
        height: 400px;
        display: block;
        padding: 20px 0px 0px 0px;
    }

    .logo {
        display: block;
        position: relative;
        margin: 0px auto;
    }

    .title {
        margin: 150px 0px 0px 10px;
        font-size: 48px;
        font-weight: 900;
        line-height: 85%;
        color: #ffffff;
        width: 100%;
        display: block;
        float: left;
    }
    
    .slogan{
        margin: 10px 0px 0px 10px;
        font-size: 24px;
        font-weight: 900;
        line-height: 100%;
        color: #f9ff47;
        width: 100%;
        display: block;
        float: left;
    }

    
    .flr_details {
        width: 100%;
        float: left;
        padding: 0px 10px 0px 10px;
    }

    .flr_block_title {
        float: left;
        padding: 0px 10px 0px 10px;
        line-height:50%;
    }

    .detail_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 40px;
    }

    .detail_description {
        line-height: 140%;;
    }

    .flr_footer {
        float: left;
        padding: 20px 10px 20px 10px;
    }
    
}