/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body, html {    background: url('/bg.jpg');
background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

.br {    position: absolute !important;
    top: 120px !important; right: 120px !important;  }

.bgg {}


@media (max-width: 576px) { 
    .br { position: absolute !important;
    top: 0px !important; right: 0px !important;}

   body, html {background: url('/bg3.jpg'); min-height: 100%; background-size: cover;}
    .bgg
    
    {background-color: rgba(255, 255, 255, 0.4); width: 100%; padding-left: 20px;}

}

@media (max-width: 992px) { .br {    position: absolute !important;
    top: 0px !important; right: 0px !important;} 


}
