.slide1 {
    background: url('../img/banner.jpg') top center no-repeat;
    position: relative;
    background-size: cover;
}

.banner .container {
    position:relative;
    height: 100%;
}

.banner .rsABlock {
    top: 32%;
}

.banner .font1 {
    font-size: 16px;
    font-weight: 100;
    color: #f6be4a;
    line-height: 1.2;
    margin-bottom: 8px;
    text-shadow: 0px 0px 4px rgb(0 0 0);
} 

.banner .font2 {
    font-size: 52px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    text-shadow: 0px 0px 4px rgb(0 0 0);
}

.banner .font3 {
    font-size: 22px;
    color: #f6be4a;
    line-height: 1.5;
    font-weight: 100;
    letter-spacing: 0.5px;

     text-shadow: 0px 0px 4px rgb(0 0 0);
}

@media screen and (max-width: 1400px) {
    .banner .rsABlock {
        padding-left:40px;
    }
}

@media screen and (max-width: 1100px) {
    .banner .font2 {
        font-size: 40px;
        text-shadow: 0px 0px 4px rgb(0 0 0);
    }
    
    .banner .font3 {
        text-shadow: 0px 0px 4px rgb(0 0 0);
    }
}

@media screen and (max-width: 1000px) {
   .banner .rsABlock {
       top:5%;
   }
}

@media screen and (max-width: 650px) {
    .banner .font2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 400px) {
    .banner .font2 {
        font-size: 25px;
    }
}