#aboutus-container{
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: table;
    width: 100%;

}

.aboutus{
    position: relative;
    bottom: 40px;
    overflow: hidden;
}

#aboutus-content{
    margin: 0 30% 0 10%;
    color: #FFFFFF;
    font-size: 1.2em;
    padding-top: 10%;
    text-align: justify;
}

pre{
    display: none;
}

section[id*=-container] hgroup {
    margin-left: 10%;
    padding-top: 150px;
    max-width: 800px;
    color: white;
}

.slider-container{
    overflow: hidden;
    width: 100%;
}

@media screen  and (max-width: 992px) {
    body {
        overflow: initial !important;
    }
    
    section[id*=-container] {
        height: 480px;
    }
    section[id*=-container] hgroup > h1 {
        font-size: 25px;
    }
    section[id*=-container] hgroup > h1::after {
        width: 50%
    }
    section[id*=-container] hgroup > h4 {
        font-size: 17px;
        padding-bottom: 10px;
    }
    section[id*=-container] hgroup {
        margin-left: 0;
        margin: 0px 5%;
    }
    .scroll_down{
      display: none;
    }
    #aboutus-content{
        margin: 0 5%;
    }
}


@media (max-height: 750px) {
    section[id*=-container] hgroup > h1::after {
        margin-bottom: 20px;
    }
}

@media (min-width: 500px){
    .top{
     background-size: cover;
     background-image: none !important;
     display: block;
     height: 200px;
       }
}

@media (max-width: 500px){
    
    section[id*=-container] hgroup > h1 {
    font-size: 1.5em;
    }
    
    #aboutus-container{
        background-image: none !important;
        background-color: #fff;
        height: auto;
        padding-bottom: 50px;

    }
    #aboutus-content{
        color: #000;
        margin: 0px 5% 0 5%;
        text-align: left;

    }
    
    
    
    section[id*=-container] hgroup {
    padding-top: 100px;

}
    .top{
        min-height: 150px;

        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px;
    }

    
    section[id*=-container] hgroup > h1::after {
        margin-bottom: 0;
    }
    
    .aboutus{
        margin-top: 40px;
        position: relative;
    }
}

@media (max-width: 450px){
    section[id*=-container] hgroup{
        padding-top: 100px;
    }
}

@media (max-width: 350px){
    #aboutus-container{
        padding-bottom: 0;
    }
}

@media (max-height: 600px){
    #aboutus-container{
        min-height: 100%;
    }
}




