/*----------------------------------------------------------- RESPONSIVE ------------------------------------------------------------------*/
/*----------------------------------------------------------- RESPONSIVE ------------------------------------------------------------------*/
@media screen and (max-width: 400px) {

}


@media screen and (max-width: 500px) {

}


@media screen and (max-width: 780px) {

  .noMoile{
    display: none;
  }


  /* ------------------- HEADER ------------------- */
  .desktopNav {
    width: 0px;
  }
  header #nav{
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 0px;
    background: white;
    overflow-x: hidden;
    transition: width 0.3s;
  }
  header #nav a{
    display: block;
    text-align: center;
    color: black;
  }
  .desktopNav a, .desktopNav p {
    font-size: 1.2em;
    text-shadow: none;
    margin-bottom: 1.4em;
  }

  .logo {
    font-size: 1.4em;
    line-height: 1em;
  }

  .introText-homePage p:nth-child(1) {
    font-size: 2em;
    line-height:1.5em;
  }
  .introText-homePage p:nth-child(2) {
    font-size: 1.2em;
    line-height:1.5em;
    text-align: left;
  }
  .introOptions-homePage p {
    font-size: 0.9em;
    white-space: nowrap;
  }
  .promotion-homePage .hytPlayerWrapOuter {
    height: 300px;
  }
  .serviceBlock-homePage {
    margin: 0px 0em;
  }

  /* ------------------- HOME ------------------- */
  .promotionTopBanner{
    background: none;
    position: fixed;
    display: block;
    width: 100%;
    margin-top: 10%;
    z-index: 21;
  }
  .promotionTopBanner-body{
    position: relative;
    display: block;
    max-width: 90%;
    margin: auto;
    background: #f2da55;
    border-radius: 0.3em;
  }
  .promotionTopBanner-section{
    display: block;
  }
  .promotionTopBanner-section2{
    text-align: center;
  }
  .promotionTopBanner-section2 span:nth-child(3){
    margin-bottom: 1em;
  }
  .padding-top-16{
    padding-top: 0em;
  }
  .promotionTopBanner-section3{
    text-align: center;
    padding-bottom: 0.5em;
  }
  .promotionTopBanner-close{
    position: absolute;
    top: 1em;
    right: 1em;
    padding: 0.4em 0.6em;
  }
  .promotionTopBanner-contact{
    min-width: 100%;
  }

  .serviceTit-windowsPage h2 {
    font-size: 2em;
  }
  .serviceTit-windowsPage p {
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: justify;
  }


}

@media screen and (min-width: 780px) {

  .noDesktop, a.noDesktop, p.noDesktop {
    display: none;
  }
  /* ------------------- HEADER ------------------- */

  header {
  }
  header #nav {
    position: fixed;
    z-index: 3;
    top: 2em;
    right: 3em;
    display: inline-block;
    font-size: 0.7em;
  }
  header a {
    display: inline-block;
    font-size: 1.4em;
    padding: 1em;
    color: black;
    text-shadow: 0px 0px 1px #424242;
  }

  #menuBtn {
    display: none;
  }

  /* ------------------- HOME ------------------- */
  .introText-homePage {
    margin-top: 4em;
    vertical-align: top;
    width: 50%;
    text-align: center;
  }
  .introText-homePage p {
    display: block;
    width: 600px;
    max-width: 100%;
    margin: auto;
    text-align: left;
  }
  .introText-homePage p:nth-child(1) {
    font-size: 3.5em;
    font-weight: bold;
  }
  .introText-homePage p:nth-child(2) {
    font-size: 1.4em;
    font-weight: lighter;
  }

  .introOptions-homePage{
    width: 49%;
    max-width: 600px;
    margin: 12em 0em 0em 0em;
    vertical-align: top;
  }
  .promotion-homePage .hytPlayerWrapOuter {
    height: 400px;
  }


  /* ------------------- WINDOWS ------------------- */
  .serviceTit-homePage h2 {
    font-size: 2.2em;
  }
  .serviceTit-windowsPage p {
    font-size: 1.2em;
  }

  .serviceTit-windowsPage h2 {
    font-size: 3em;
  }

}


@media screen and (min-width: 800px) {

}
@media screen and (max-width: 800px) {
  .promotionTopBanner-body{
    width: 80%;
  }
}


@media screen and (min-width: 900px) {

}


@media screen and (max-width: 1235px) {
  .promotionTopBanner-body{
    width: 100%;
  }
}
@media screen and (min-width: 1235px) {
  /* Header for IPAD */
  header #nav{
    top: 1em;
    left: auto;
  }
}
