/* lg */
@media (min-width: 1200px) {
    .morebook {
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 300;
        width: 550px;
        height: 40px;
        /*background-color: #267D99;*/
        color: #00E4FF !important;
        /*padding: 10px 30px 35px 30px;*/
    }

    .content-left {
        padding-left: 100px;
    }

    .fafaheight {
        height: 60px;
    }

    .h2height {
        padding-bottom: 45px;
    }

    body > section {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .morebook {
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 300;
        width: 450px;
        height: 30px;
        /*background-color: #267D99;*/
        color: #00E4FF !important;
        /*padding: 7px 20px 30px 25px;*/
    }

    .content-left {
        padding-left: 80px;
    }

    .header-text h1 {
        font-size: 24px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .header-text h4 {
        font-size: 17px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-text {
        top: 20% !important;
    }
    .fafaheight {
        height:100px;
    }
    .h2height {
        padding-bottom: 45px;
    }
    body > section {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  .morebook {
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        width: 350px;
        height: 30px;
        /*background-color: #267D99;*/
        color: #00E4FF !important;
        /*padding: 5px 10px 20px 15px;*/
    }
  .headHRBlack {
    margin-bottom:10px !important;
    border:1px solid #000 !important;
    }
  .headHRWhite {
    margin-bottom:10px !important;
    border:1px solid #fff !important;
    }
    .content-left {
        padding-left: 80px;
    }

    .header-text h1 {
        font-size: 20px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .header-text h4 {
        font-size: 16px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-text {
        top: 30% !important;
    }
    .fafaheight {
        height:100px;
    }
    .h2height {
        padding-bottom: 45px;
    }
    body > section {
        padding-top: 110px;
        padding-bottom: 30px;
    }
}

/* xs */
@media (max-width: 767px) {
     .morebook {
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-size: 11px;
        font-weight: 300;
        width: 245px;
        height: 15px;
        /*background-color: #267D99;*/
        color: #00E4FF !important;
        /*padding: 0 5px 15px 5px;*/
    }
      .headHRBlack {
    margin-bottom:0px !important;
    border:1px solid #000 !important;
    }
  .headHRWhite {
    margin-bottom:0px !important;
    border:1px solid #fff !important;
    }
    .content-left {
        padding-left: 25px;
    }

    .header-text h1 {
        font-size: 14px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .header-text h4 {
        font-size: 12px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .header-text {
        top: 1% !important;
    }
    .fafaheight {
        height:80px;
    }
    .h2height {
        padding-bottom: 0px;
    }
    body > section {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}

/* XS Portrait */
@media (max-width: 320px) and (max-width: 480px) {
    .morebook {
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-size: 9px;
        font-weight: 300;
        width: 200px;
        height: 15px;
        /*background-color: #267D99;*/
        color: #00E4FF !important;
        /*padding: 0 5px 19px 5px;*/
    }

    .content-left {
        padding-left: 25px;
    }

    .header-text h1 {
        font-size: 12px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .header-text h4 {
        font-size: 11px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .header-text {
        top: 1% !important;
    }
    .fafaheight {
        height:120px;
    }
    .h2height {
        padding-bottom: 0;
    }
    body > section {
        padding-top: 75px;
        padding-bottom: 20px;
    }
}

@media (min-width: 786px) and (max-width: 1280px) {
  .morebook {
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 300;
        width: 550px;
        height: 30px;
        /*background-color: #267D99;*/
        color: #00E4FF !important;
        /*padding: 5px 10px 20px 15px;*/
    }

    .content-left {
        padding-left: 80px;
    }

    .header-text h1 {
        font-size: 36px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .header-text h4 {
        font-size: 20px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-text {
        top: 30% !important;
    }
    .fafaheight {
        height:80px;
    }
    .h2height {
        padding-bottom: 15px;
    }
    body > section {
        padding-top: 110px;
        padding-bottom: 30px;
    }
}

@media (min-width: 786px) and (max-width: 1024px) {
  .morebook {
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 300;
        width: 450px;
        height: 30px;
        /*background-color: #267D99;*/
        color: #00E4FF !important;
        /*padding: 5px 10px 20px 15px;*/
    }

    .content-left {
        padding-left: 80px;
    }

    .header-text h1 {
        font-size: 20px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .header-text h4 {
        font-size: 20px;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-text {
        top: 30% !important;
    }
    .fafaheight {
        height:80px;
    }
    .h2height {
        padding-bottom: 45px;
    }
    body > section {
        padding-top: 110px;
        padding-bottom: 30px;
    }
}




.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 560px
}
.header-text {
    position: absolute;
    top: 25%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}
.headHRBlack {
border:2px solid #000;width: 80px;margin-bottom:10px;
}
.headHRWhite {
border:2px solid #fff;width: 80px;margin-bottom:10px;
}
.footerIcons {
text-align:right;
}
