body {
    background: url(/sites/default/themes/custom/corrections_theme/images/bgBody.jpg) repeat-x left 0% / auto 100rem;
}

.region-header-top .block {
   margin-bottom: 0em;
}

.front #page-container {
    background-image: url(/sites/default/themes/custom/corrections_theme/images/bgHighlighted.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.maintenance-text{
   font-size: 1.2rem;
   padding: 1rem 10rem;
   color: #FFFFFF;
   background-color: rgba(18,31,77,0.85);
}

@media (max-width: 500px) {
   .maintenance-text {
      padding: 1rem 2rem;
   }
}

@media (max-width: 959px) {
   .block-search {
       margin-bottom: -1.5em !important;
       margin-top: 5em !important;
   }
   .block-google-translate {
      margin-top: 2em;
   }
}