#fourbuttons a {
    width:25%;
    float:left;
    display: block;
    position: relative;
   
    height:100%;
}


/* full screen, including changes to mod_headerarea and main template */





body#pageid271 #outersite {
    height:100%;
}

body#pageid271 #mainheaderarea {
    height:85%;
}

body#pageid271 #fourbuttons {
    height:40%;
}

body#pageid271 #headerarea {
    height:60%;
 
}



#fourbuttons a:hover {
    filter:brightness(110%);
}



#fourbuttons a span.fourbuttonstext {
    position: absolute;
    top:50%;
    left:0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    color: #fff;
     font-size: 1.563em;
     font-family: 'Poppins', sans-serif;
     text-transform: uppercase;
     color: #fff;
     font-weight: 500;
     letter-spacing: 0.1em;
    
}

.fbdash {
    width: 10px;
    height: 2px;
    background: #fff;
    display: block;
    margin: auto;
}

.fbdash1 {
    margin-bottom: 0.8em;
}

.fbdash2 {
    margin-top: 0.8em;
}


.bgboximage {
    left:0;
    right:0;
    top:0;
    bottom:0;
    display:block;
    width:100%;
    background-position: center center;
    background-repeat:no-repeat;
    position:absolute;
    background-size:auto 70% ;
}

.bgboximage2 {
    position:absolute;
    left:0;
    right:0;
    top:0;
    display:block;
    bottom:0;
     background-position: left 10%;
    background-repeat:no-repeat;
    background-size:30% auto;
}

.bgboximage3 {
    position:absolute;
    left:0;
    right:0;
    top:0;
    display:block;
    bottom:0;
     background-position: right bottom;
    background-repeat:no-repeat;
    background-size:30% auto;
}



@media screen and (max-width: 1250px) {
    
    #fourbuttons a span.fourbuttonstext {
        font-size:1.2em;
    }
    

    



}


@media screen and (max-width: 1150px) {
    #fourbuttons a {
        width:50%;
        margin: 0;
        height:50%;
    }
    
    body#pageid271 #fourbuttons {
        height:44%;
    }
    
    body#pageid271 #headerarea {
        height:56%;
     
    }
    
    .bgboximage3 {
    
        background-size: auto 50%;
    }
    
}



@media screen and (max-width: 600px) {
    #fourbuttons a span.fourbuttonstext {
        font-size: 1.1em;
    
    }

}