﻿
/*LG*/
.bannerLgDiv {
    margin-top: 80px; 
    position: absolute; 
    display: block; 
    height: 400px; 
    width: 400px;
}

.bannerText {
    text-align: center;
    font-family:'DIN Offc';
    font-weight: 100;
    color: white;
    padding-right: 0;
}

.bannerXlButton {
    background-color: transparent; 
    border-color: white; 
    border-radius: 10px;
    height: 40px;
    margin-top: 10px;
    font-family:'DIN Offc';
    font-weight: 800;
    color: white;
}

/*MD*/
.bannerMdDiv {
    margin-top: 40px; 
    position: absolute; 
    display: block; 
    height: 400px; 
    width: 400px;
}

.bannerMdButton {
    background-color: transparent; 
    border-color: white;
    border-radius: 10px; 
    height: 40px;
    margin-top: 10px;
    font-family:'DIN Offc';
    font-weight: 800;
    color: white;
}

/*SM*/
.bannerSmDiv {
    margin-top: 20px; 
    position: absolute; 
    display: block; 
    height: 400px; 
    width: 400px;
}

.bannerSmButton {
    background-color: transparent; 
    border-color: white;
    border-radius: 10px; 
    height: 40px;
    margin-top: 10px;
    font-family:'DIN Offc';
    font-weight: 800;
    color: white;
}

/*XS*/
.bannerTextXs {
    text-align: center;
    font-family:'DIN Offc';
    font-weight: 100;
    color: gray;
    padding-right: 0;
}

.bannerXsButton {
    background-color: transparent;
    border-color: gray;
    border-radius: 10px; 
    width: 160px; 
    height: 40px;
    margin-top: 10px;
    font-family:'DIN Offc';
    font-weight: 800;
    color: gray;
}

#features {
    background-image: url('../images/Common/backgound.png');
}

#whoweare {
    background-image: url('../images/Home/trial-bg.png');
}
