/* LESS Document */
@media screen and (max-width: 900px) {
   header #topbar {
    display: none;
  } 
  header table #eelslogo {
    display: block;
    max-height: 50px;
  }
  header .hamburger-container {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 7px;
    right: 10px;
  }
  header .hamburger-container img {
    height: 40px;
    width: 40px;
  }
  header #dropdown-menu {
    display: none;
    width: 250px;
    height: auto;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #000000;
	  z-index: 100;
  }
  header #dropdown-menu ul {
    list-style: none;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: left;
    padding-left: 10px;
	  z-index: 101;
  }
  header #dropdown-menu ul li {
    margin-bottom: 10px;
  }
  header #dropdown-menu ul li a {
    color: white;
    text-decoration: none;
  }
  header #dropdown-menu ul li a:hover {
    color: #ec3887;
  }
}
@media screen and (min-width: 900px) {
  header .hamburger-container {
    display: none;
  }
  header #dropdown-menu {
    display: none !important;
  }
}
/* LESS Document */
@media screen and (max-width: 900px) {
  body {
    overflow-x: hidden;
  }
  .bg {
    width: 360px;
    margin-top: 30px;
    overflow-x: hidden;
  }
  .bg section {
    width: 200%;
    margin-left: -50%;
  }
  #splash-button-container #splash-button-wrapper .leftcolumn {
    width: 50%;
	  z-index: -1;
  }
  #splash-button-container #splash-button-wrapper .middle-column {
    display: none !important;
  }
  #splash-button-container #splash-button-wrapper .rightcolumn {
    width: 50%;
	  z-index: -1;
  }
  #social_media {
    display: none;
  }
}
@media screen and (max-width: 400px) and (min-width: 300px) {
  #splash-button-container {
    top: 400px !important;
	  z-index: -1;
  }
}
@media screen and (max-width: 500px) and (min-width: 400px) {
  #splash-button-container {
    top: 500px !important;
	  z-index: -1;
  }
}
@media screen and (max-width: 600px) and (min-width: 500px) {
  #splash-button-container {
    top: 600px !important;
	  z-index: -1;
  }
}
@media screen and (max-width: 700px) and (min-width: 600px) {
  #splash-button-container {
    top: 700px !important;
	  z-index: -1;
  }
}
@media screen and (max-width: 800px) and (min-width: 700px) {
  #splash-button-container {
    top: 800px !important;
	    z-index: -1;
  }
}
@media screen and (max-width: 900px) and (min-width: 800px) {
  #splash-button-container {
    top: 900px !important;
	  z-index: -1;
  }
	
@media screen and (max-width: 1000px) and (min-width: 900px) {
  #splash-button-container {
    top: 900px !important;
	  z-index: -1;
  }
	
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  #splash-button-container {
    top: 1000px !important;
	  z-index: -1
  }
	
	}
