/* Big tablet to 1200px ( widths smaller than the 1140px row) */
@media only screen and (max-width: 4000px) {
  .titleName,
  h1,
  h2,
  h3 {
    background-color: rgba(1, 71, 133, 0);
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 120%;
    padding: 1px;
    margin: 0;
    display: inline;
    float: left;
    list-style: none;
    margin-top: 35px;
    margin-left: 350px;
    position: fixed;
    top: 0;
    left: 0;
    letter-spacing: 1px;
  }

  .titleName h2 {
    margin-top: 70px;
    margin-left: 400px;
  }

  .phonenumber h3 {
    display: inline;
    background-color: rgba(1, 71, 133, 0);
    font-size: 80%;
    margin-top: 35px;
    margin-left: 800px;
    letter-spacing: 0px;
  }

  .imageLogoCTSP {
    display: inline;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 90px;
    margin-left: 780px;
  }

  .imageLogoCSHO {
    display: inline;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 90px;
    margin-left: 850px;
  }

  .Info {
    display: inline-block;
    width: 290px;
    padding: 10px;
    border: 1px solid gray;
    margin: 0px;
    float: right;
    position: absolute;
    top: 250px;
    right: 85px;
    text-align: left;
    font-size: 110%;
    font-weight: 400;
  }
}

/* Small tablets to big tablets: from 768 to 1023px */
@media only screen and (max-width: 1150px) {
  .Info {
    display: inline-block;
    width: 220px;
    padding: 0px;
    border: 1px solid gray;
    margin: 0px;
    float: right;
    position: absolute;
    top: 250px;
    right: 45px;
    text-align: center;
    font-size: 90%;
    font-weight: 400;
  }
}

/* Small phones to small tablets: from 481 to 1000px */
@media only screen and (max-width: 1000px) {
  .titleName h1 {
    background-color: #014785;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 120%;
    padding: 1px;
    margin: 0;
    display: inline-block;
    float: right;
    list-style: none;
    margin-top: 20px;
    margin-right: 420px;
    position: fixed;
    top: 0;
    right: 0;
    letter-spacing: 1px;
  }

  .titleName h2 {
    background-color: #014785;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 120%;
    padding: 1px;
    margin: 0;
    display: inline-block;
    float: right;
    list-style: none;
    margin-top: 55px;
    margin-right: 480px;
    position: fixed;
    top: 0;
    right: 0;
    letter-spacing: 1px;
  }

  .phonenumber h3 {
    background-color: #014785;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 80%;
    padding: 1px;
    margin: 0;
    display: inline-block;
    float: right;
    list-style: none;
    margin-top: 25px;
    margin-right: 100px;
    position: fixed;
    top: 0;
    right: 0;
  }

  .imageLogoCTSP {
    display: inline-block;
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 90px;
    margin-right: 190px;
  }

  .imageLogoCSHO {
    display: inline-block;
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 90px;
    margin-right: 120px;
  }
}

/* Small phones to small tablets: from 481 to 900px */
@media only screen and (max-width: 900px) {
  .imageLogoCTSP {
    display: inline-block;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 80px;
    margin-left: 630px;
  }

  .imageLogoCSHO {
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 80px;
    margin-left: 700px;
  }

  .Info {
    display: none;
  }

  .nav {
    float: right;
    list-style: none;
    margin-top: 170px;
    margin-right: 70px;
    position: fixed;
    /*        top: 0;*/
    /*        right: 0;*/
  }

  .nav li {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }

  .nav li: a:link,
    .nav li: a:visited {
    display: block;
    border: 0;
  }
}

/* Small phones to small tablets: from 481 to 767px */
@media only screen and (max-width: 800px) {
  .nav {
    float: right;
    list-style: none;
    margin-top: 150px;
    margin-right: 40px;
    position: fixed;
    /*        top: 0;*/
    /*        right: 0;*/
  }

  .trainingBoxes {
    margin-top: 0px;
    padding-top: 0px;
  }

  .mobile-nav-icon {
    display: inline-block;
  }

  /*
    .titleName h1 {
        background-color: #014785;
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 90%;
        padding: 1px;
        margin: 0;
        display: inline-block;
        float: right;
        list-style: none;
        margin-top: 10px;
        margin-right: 310px;
        position: fixed;
        top: 0;
        right: 0;
        letter-spacing: 1px;
    }
*/

  /*
    .titleName h2 {
        background-color: #014785;
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 90%;
        padding: 1px;
        margin: 0;
        display: inline-block;
        float: right;
        list-style: none;
        margin-top: 35px;
        margin-right: 350px;
        position: fixed;
        top: 0;
        right: 0;
        letter-spacing: 1px;
    }
*/

  /*
    .phonenumber h3 {
        background-color: #014785;
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 60%;
        padding: 1px;
        margin: 0;
        display: inline-block;
        float: right;
        list-style: none;
        margin-top: 15px;
        margin-right: 40px;
        position: fixed;
        top: 0;
        right: 0;
    }
*/
  /*

    .imageLogoCTSP {
        display: inline;
        float: right;
        position: fixed;
        top: 0;
        left: 0;
        margin-top: 75px;
        margin-right: 430px;
    }

    .imageLogoCSHO {
        display: inline-block;
        float: right;
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 75px;
        margin-right: 400px;
    }
*/
}

/* Small phones: from 0 to 480px */
@media only screen and (max-width: 500px) {
  .nav {
    font-size: 70%;
    float: right;
    list-style: none;
    margin-top: 80px;
    margin-right: 10px;
    position: fixed;
    /*        top: 0;*/
    /*        right: 0;*/
  }

  .titleName h1 {
    background-color: #014785;
    color: rgb(255, 255, 255);
    /*        font-weight: 400;*/
    font-size: 70%;
    padding: 5px;
    margin: 0;
    display: inline;
    float: left;
    list-style: none;
    /*        text-align: center;*/
    margin-top: 2px;
    margin-left: 105px;
    position: fixed;
    top: 0;
    left: 0;
    letter-spacing: 1px;
  }

  .titleName h2 {
    background-color: rgba(1, 71, 133, 0);
    font-size: 60%;
    padding: 2px;
    margin: 0;
    display: inline;
    margin-top: 25px;
    margin-left: 140px;
    position: fixed;
    top: 0;
    left: 0;
    letter-spacing: 1px;
  }

  .phonenumber h3 {
    font-size: 55%;
    padding: 8px;
    margin: 0;
    display: inline;
    margin-top: 1px;
    margin-left: 310px;
    top: 0;
    left: 0;
  }

  .span-1-of-4 {
    display: block;
    text-align: left;
    padding-left: 70px;
    margin-top: 0px;
  }
}
