@import url('https://fonts.googleapis.com/css?family=Acme|Source+Sans+Pro&display=swap');
body {
    background: #fff;
}
.section1 {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 75px;
}
.section-one-phone {
    background-image: url(../images/screen-web-1@2x-min.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 784px;
    width: 392px;
}
.section-one-text {
    padding-top: 180px;
}
.travel-logo {
    background-image: url(../images/logo-mobile-copy-9@2x-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 126px;
    width: 293px;
}
.section-one-text-block-one {
    font-family: 'Acme', sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.30;
    letter-spacing: -0.25px;
    color: #4668dd;
    margin-left: 55px;
}
.section-one-text-block-two {
    display: inline-block;
    margin-left: 55px;
    margin-top: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.12px;
    color: #4668dd;
}
#download-ios-app {
    background-image: url(../images/download-on-the-app-store-badge-us-uk-rgb-blk-092917-copy@2x-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 153px;
    margin-left: 55px;
    margin-top: 75px;
}
#download-android-app {
    background-image: url(../images/google-play.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 176px;
    margin-left: 10px;
    margin-top: 16px;
}
.section2 {
    margin-top: 85px;
    background-image: linear-gradient(127deg, #00c4cc, #7529e8);
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 44px;
}
.section-two-text-block-one {
    padding-top: 55px;
    font-family: 'Acme', sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.30;
    letter-spacing: -0.25px;
    color: #ffffff;
}
.section-two-text-block-two {
    text-align: center;
    margin-top: 11px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.12px;
    color: #ffffff;
}
.section-two-phone {
    margin: 0 auto;
    background-image: url(../images/screen-web-2@2x-min.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 775px;
    width: 387px;
    margin-top: 22px;
}
.unsubscribe-section {
    margin-bottom:-30px;
    margin-top:20px;
    text-align: center;
    color:#4668dd;
    font-size:20px;
}
.icons a {
    display: inline-block;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.11px;
    color: #030303;
}
.footer a {
    font-size: 16px;
    line-height: 27px;
    color: #030303;
    text-decoration: none;
}
.footer a:hover {
    color: #4668dd;
    text-decoration: none;
}
footer > .icons a {
    display: inline-block;
}
.footer > .icons a > #download-ios-app {
    margin-left: 0;
}
footer > .footer-links {
    text-align: center;
    margin-top: 30px;
    width: auto;
    line-height: 1;
}
footer > .footer-links a {
    margin: 0 20px;
}
footer span {
    margin-top: 30px;
    padding: 0px 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.11px;
    text-align: center;
    color: #4a4a4a;
}
.hidden_desktop {
    display: none;
}

@media only screen and (max-width: 600px) {
    footer > .footer-links {
        margin-top: 30px;
        width: 150px;
        display: grid;
    }
    footer > .footer-links a {
        margin: 0;
    }
    footer span {
        padding: 0px 40px;
    }
    .hidden_mobile {
        display: none;
    }
    .hidden_desktop {
        display: block;
    }
    .section1 {
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 35px;
    }
    .section-one-phone {
        margin-top: 30px;
        height: 490px;
        width: 60%;
        background-size: contain;
    }
    .section-one-text {
        padding-top: 44px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #download-ios-app {
        margin-top: 22px;
        margin-left: 0;
    }
    #download-android-app {
        margin-left: 0;
    }
    .section-one-text-block-one {
        padding: 10px;
        margin-left: 0;
        text-align: center;
    }
    .section-one-text-block-two {
        padding: 10px;
        margin-left: 0;
        margin-top: 22px;
        text-align: center;
    }
    .section-two-text-block-two {
        padding: 10px;
    }
    .section-two-phone {
        margin-top: 30px;
        height: 490px;
        width: 60%;
        background-size: contain;
    }
}


@media only screen and (max-width:768px) and (min-width: 600px) {
    .section-one-phone {
        margin-top: 10px;
        width: 300px;
        height: auto;
    }
    #download-ios-app {
        margin-top: 44px;
    }
}