/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/* Increase the body font size on small touch devices */
body {
  font-size: 100%;
}

html {
  background: #000;
}

/* css hack for background-image-cover for mobile */
#block-block-2 {
  display:block;
  position: fixed; 
  left: -50%; 
  top: 5%;
  width: 200%; 
  z-index: -100;
}
#block-block-2 img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 95%;
  max-width: none;
}

#footer-wrapper {display:none;}
#block-menu-menu-mobile-menu {display:block}

.at-mt .at-menu-toggle {
  width: 50%
}

.at-mt .at-menu-toggle h2 {
  margin-bottom: 5px;
  background: rgba(38,42,53, 0.75);
  width: 100%;
}

.at-mt .at-menu-toggle h2 a {
  border: 0;
  padding: 2px 10px;
  color: #ddd;
}

/* Menu items */
.at-mt .at-menu-toggle ul.menu li a {
  background: rgba(38,42,53, 0.75);
  border-bottom: 0;
  padding-top: 4px;
  color: #ddd;
}