html {
    line-height: 1.2;
    height: 100%;
    background-image: url('../images/backgroundLadderImage/photo-1516216628859-9bccecab13ca@2x.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: -14rem top;
    font-family: 'Twemoji Country Flags','Open Sans', sans-serif;
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #333333;
}
body {}::-webkit-input-placeholder {
    /* Chrome */

    color: #333333;
}

:-ms-input-placeholder {
    /* IE 10+ */

    color: #333333;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #333333;
    opacity: 1;
}
:-moz-placeholder {
    /* Firefox 4 - 18 */

    color: #333333;
    opacity: 1;
}
h2 {
    margin: 0;
}
.logo {
    text-align: center;
    margin-top: 3%;
}
.content {
    margin-top: 15px;
    color: #fff;
}
.logo img {
    display: inline-block;
    width: 30%;
}
.logo h2 {
    font-size: 50px;
    padding-top: 15px;
    text-align: center;
}
.subcription-info {
    width: 40%;
    margin: 3.5% auto 50px;
}
.contact-title i {
    color: #FFF;
    font-size: 1.8em;
    text-align: right;
    display: block;
    padding: 65px 0 0 0;
}
.contact textarea {
    width: 100%;
    background: transparent;
    font-size: 13px;
    padding: 15px;
    height: 100px;
    border: 1px solid #EDEDED;
    outline: none;
    resize: none;
    margin-bottom: 5px;
    color: #FFF;
}
.contact-submit {
    background-color: #3892e0;
    border: 2px solid #3892e0;
    color: #FFF;
    width: 100%;
    display: block;
    word-spacing: 1px;
    outline: none;
    margin: 0 auto;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}
footer {
    padding: 30px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    position: fixed;
    left: 0;
    bottom: 10px;
    height: 30px;
    width: 100%;
    margin-top: 10px;
}
.footer a {
    color: #f7941d;
}
.credits {
    padding-top: 10px;
}
.subscribe_form {
    position: relative;
}
.subscribe_form .subscribe {
    right: 1px;
    top: 2px;
    width: 160px;
    height: 46px;
    position: absolute;
    color: #FFF;
    background-color: #01abce;
    border: medium none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: 18px;
    /* margin-right: -33px; */
}
h2.subs-title {
    font-size: 1.9rem;
    padding: 3% 0px 20px;
    text-align: center;
}
.subscribe_form input {
    height: 50px;
    border: none;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 3px;
    color: #333333;
    background: transparent;
    /* border: 2px solid #01abce; */
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px !important;
    padding-bottom:0px !important;
    box-sizing: border-box;
}
.subscribe_form button {
    height: 47px;
    border: none;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    /* border-radius: 30px; */
    color: #01abce;
    background: transparent;
    /* border: 2px solid #01abce !important; */
}
.subscribe_form input[type=email] {
    padding-left: 30px;

}
.subscribe_form input[type=text] {
    padding-left: 30px;

}

.copyright {
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px black;
}
.demo {
    text-align: center;
    color: #333333;
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
    text-shadow: 2px 2px 2px gray;
}
.book {
    margin-left: 15px;
    text-shadow: 2px 2px 2px gray;
    color: #f7941d;
}
/*color: #01abce;*/
/*****Media Queries*****/
/* For Tablets: */

@media (min-width: 501px) and (max-width: 901px) {
    .logo img {
        display: inline-block;
        width: 40%;
    }
    .content {
        margin-top: 5px;
        color: #fff;
    }
    .contact-title {
        padding: 15px;
    }
    .section-padding {
        padding: 60px 30px;
    }
    .subscribe_form .subscribe {
        width: 100px;
        font-size: 15px;
    }
    .subcription-info {
        width: 60%;
        margin: 0 auto;
    }
    body {
        overflow-x: hidden;
    }
    footer {
        color: #fff;
        text-align: center;
        background-color: transparent;
        position: fixed;
        left: 0;
        bottom: 10px;
        height: 30px;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .copyright {
        margin: 0;
    }
    .logo h2 {
        font-size: 40px;
        padding-top: 15px;
        text-align: center;
    }
    h2.subs-title {
        font-size: 20px;
        padding: 3% 0px 20px;
        text-align: center;
        margin-top: 20px;
    }
}
.loginButtonForMobile {
    display: none;
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 641px) {
    /* Your CSS Here*/

    html {
        line-height: 1.2;
        height: 100%;
        background-image: url('../images/backgroundLadderImage/photo-1516216628859-9bccecab13ca@2x.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
         background-position: center top;
        font-family: 'Twemoji Country Flags', 'Open Sans', sans-serif;
        overflow: hidden;
    }
    h2.subs-title {
        display: none;
    }
}
/* Tablet Portrait */

@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    html {
        line-height: 1.2;
        height: 100%;
        background-image: url('../images/backgroundLadderImage/photo-1516216628859-9bccecab13ca.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: -54rem top;
        overflow: hidden;
        font-family: 'Twemoji Country Flags', 'Open Sans', sans-serif;
    }
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    html {
        background-image: url('../images/backgroundLadderImage/photo-1516216628859-9bccecab13ca@2x.png');
        background-position: -20rem top;
    }
}
/* For Mobiles: */

@media (min-width: 20px) and (max-width: 501px) and (orientation: portrait) {
    html {
        line-height: 1.2;
        height: 100%;
        background-image: url('../images/backgroundLadderImage/photo-1516216628859-9bccecab13ca.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center top;
        font-family: 'Twemoji Country Flags', 'Open Sans', sans-serif;
    }
    body {
        overflow-x: hidden;
    }
    .content {
        margin-top: 5px;
        color: #fff;
    }
    .contact-title {
        padding: 15px;
    }
    .section-padding {
        padding: 60px 30px;
    }
    .subscribe_form .subscribe {
        width: 100px;
        font-size: 15px;
    }
    .subcription-info {
        width: 80%;
        margin: auto;
        margin-top: 10%;
    }
    footer {
        color: #fff;
        text-align: center;
        font-size: 12px;
        position: fixed;
        left: 0;
        bottom: 10px;
        height: 30px;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
        margin-top: -20% !important;
        display: inline-block !important;
    }
    .demo {
        display: none;
    }
    .logo h2 {
        font-size: 20px;
        margin-bottom: 10%;
    }
    h2.subs-title {
        display: none;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        display: inline-block;
        width: 80%;
        margin-top: 5%;
    }
    input {
        font-size: 12px;
    }
    button {
        font-size: 12px;
    }
    .copyright {
        /*  margin-top: -20%; */
    }
    .loginButtonForMobile {
        display: block;
        color: #fff;
    }
    .subscribe_form input {
        height: 35px;
        /*background-color: tranparent;*/
        text-align: center;
    }
    .subscribe_form .subscribe {
        margin-top: 50px;
        width: 100%;
        height: 40px;
        margin-right: 0;
        border-radius: 30px;
    }
    .subscribe_form input[type=email] {
        padding-left: 0px;
    }
}
/* Mobile soft-keyboard pops up  */

@media screen and (max-aspect-ratio: 13/9) and (max-width: 501px) {
    html {
        line-height: 1.2;
        height: 100%;
        background-image: url('../images/backgroundLadderImage/photo-1516216628859-9bccecab13ca.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center top;
        overflow: hidden;
        font-family: 'Twemoji Country Flags', 'Open Sans', sans-serif;
    }
    body {
        overflow-x: hidden;
    }
    .content {
        margin-top: 5px;
        color: #fff;
    }
    .contact-title {
        padding: 15px;
    }
    .section-padding {
        padding: 60px 30px;
    }
    .subscribe_form .subscribe {
        width: 100px;
        font-size: 15px;
    }
    .subcription-info {
        width: 80%;
        margin: auto;
        margin-top: 10%;
    }
    footer {
        display: none;
    }
    .demo {
        display: none;
    }
    .logo h2 {
        font-size: 20px;
        margin-bottom: 10%;
    }
    h2.subs-title {
        display: none;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        display: inline-block;
        width: 80%;
        margin-top: 5%;
    }
    input {
        font-size: 12px;
    }
    button {
        font-size: 12px;
    }
    .copyright {
        /*  margin-top: -20%; */
    }
    .loginButtonForMobile {
        display: block;
        color: #fff;
    }
    .subscribe_form input {
        height: 35px;
        /*background: tranparent;*/
        text-align: center;
    }
    .subscribe_form .subscribe {
        margin-top: 50px;
        width: 100%;
        height: 40px;
        margin-right: 0;
        border-radius: 30px;
    }
    .subscribe_form input[type=email] {
        padding-left: 0;
    }
}
@media screen and (max-aspect-ratio: 13/9) and (max-device-height: 500px) {
    /* landscape styles here */

    .logo {
        display: none !important;
    }
    .demo {
        display: none;
    }
    .subs-title {
        display: none;
    }
    .subcription-info {
        width: 85%;
        margin-top: 3%;
    }
    .copyright {
        font-size: 0.7rem;
    }
}
@media screen and (min-device-width: 320px) and (max-device-width: 736px) {
    /* landscape styles here */

    .demo {
        display: none;
    }
    .subs-title {
        display: none;
    }
    .subcription-info {
        width: 85%;
        margin-top: 3%;
    }
    .copyright {
        font-size: 0.7rem;
    }
}
