/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
  #header {
    height: 10%;
  }

  #navBar {
    padding-top: 0px;
  }
  #navBar a {
    float: right;
    clear: both;
    border-left: 1px solid #FFFFFF;
    width: 100%;
    font-size: 25px;
  }

  #svgLogoWrapper {
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    width: 820px !important;
    left: -10%;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #svgLogoWrapper {
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    width: 510px !important;
    left: -25%;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #initialLogo {
    margin: 20px auto;
    max-width: 100%;
  }

  #logo {
    width: 100%;
    text-align: center;
  }

  #navBar {
    width: 100%;
    text-align: center;
  }

  .contact td {
    display: block !important;
    padding-bottom: 0px;
  }

  .contact td + td {
    padding-bottom: 40px;
  }

  #svgLogoWrapper {
    transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -webkit-transform: scale(0.2, 0.2);
    width: 205px !important;
    left: -20%;
  }
}
