body {
    background-image: url("images/kbeKrBrf.jpeg");
    background-repeat:no-repeat;
    /*background-size:cover;*/    
}

#mainView {
    background-image:url("/images/bg2.jpg");
    background-repeat:no-repeat;
    background-size:cover;    
    background-position-y:top;
    background-position-x:center;
    width:90%;
    margin-top:40px;
    height:930px;

}

#aboutView {
   width:90%;
   margin-top:40px;

}

.menuItem{
    padding-top:40px!important;    
}

    .menuItem a {
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size:1.5em;
        font-weight:700;
        color:#6c6c6c;
        text-decoration:none;
        display:inline-block;
    }

        .menuItem a:hover {
            color:white;
        }

.highlightLang {
    color:#b6b6b6!important;
    text-shadow:2px 1px 2px white;
}

.col-sm-2 {
    width:210px!important;
}

.container-fluid {
    width:70%!important;
    /*margin-left:100px!important;*/
}

#logoImg {
    height:200px;
}

@media screen and (max-width:1272px){
    body{
        /*background-repeat:repeat-y;*/        
        
    }
    #mainView {
        background-image: url("images/thinkbeKrBrf.jpeg");
        /*background-position:20% 1%; 
        background-size:auto; */       
        background-repeat:repeat-y;
    }
        #logoImg{        
        height:150px;        
    }

}

@media only screen and (max-width:796px) {
                #logoImg{        
        height:100px;        
    }

}

@media only screen and (max-width:400px) {
            #logoImg{        
        height:100px;        
    }

}
