#download-now {
    height: 80vh;
    width: 100%;
    background-image: url("../img/PageHeaders/App-Login.jpg");
    background-size: cover;
    background-position: center;
}

#text-download {
    flex-grow: 2;
    height: 100%;
    align-items: flex-start;
    z-index: 2;
    padding-left: 15%;
}

#text-download h1 {
    text-align: left;
}


#image-download {
    flex-grow: 1;
    width: 50%;
    height: 100%;
    z-index: 2;

}

#image-download img {
    margin-top: 40vh;
    height: 100%;
}

.textSpacer h3 {
    font-weight: 400;
    font-style: italic;
}

.textSpacer#statement{
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

.textSpacer p{
    font-weight: 400;
    font-style: italic;
}

.featureBox {
    height: 100vh;
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 10vh auto;
}

.featureBox .header {
    justify-content: flex-start;
}

.featureBox .blue {
    color: #317794;
    font-weight: 600;
    margin-left: 0.5%;
}

.featureBox .black {
    color: #30363D;
    text-align: center;
    margin-bottom: 0;
}

.featureBox .verticalLine {
    background-color: #317794;
    width: 0.5%;
    height: 90%;
    margin-left: 2.5%;
}

.featureExplanation {
    width: 100%;
    height: 100%;
    background-color: white;
}

.reversed {
    flex-direction: row-reverse;
}

.featureImage {
    height: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.featureImage img {
    height: 90%;
}

.featureText {
    flex-grow: 2;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 5%;
    padding: 5% 0;
}

.featureText p {
    color: #30363D;
    text-align: center;
    margin-bottom: 0;
}

.downloadNow {
    width: 80%;
    margin-top: 10vh;
    margin-bottom: 10vh;
    display: flex;
    flex-direction: column;
    border: 5px solid #317794;
    border-radius: 15px;
}

.downloadNow div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.downloadNow .horizontalFlex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.downloadNow p {
    color: #30363D;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.downloadNow #newsletter{
    text-align: left;
}

.newsletter-inputStack {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.newsletter-inputStack #email {
    width: 100%;
    height: 4vh;
    border-color: #575e66;
    border-width: 3px;
    border-radius: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #575e66;
    opacity: 1; /* Firefox */
  }

#newsletter {
    color: #747B88;
    
}

.downloadNow .container{
    align-items: center;
    justify-content: center;
    text-align: center;
}

.downloadNow .NewsletterContainer {
    margin: 5vh;
}

.downloadNow .icons{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#imageSmartphones1 {
    height: auto;
    width: 50%;
}

#appIcon {
    width: 10vh;
}

.logosDownload{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1vw;
}

#qrCode{
    height: 50%;
    margin-right: 35%;
}

#slider-spacer.textSpacer {
    margin-top: 5%;
    height: 30vh;
}

.smallSpacer {
    width: 50%;
    border-radius: 10px;
}

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

    #image-download img{
        margin-right: 10vw;
    }

    .logosDownload img{
        width: 12.5vw;
    }

    #imageSmartphones1{
        width: 125%;
    }
}


@media only screen and (min-width: 420px) and (max-width: 1400px) {
    #text-download h1 {
        text-align: left;
    }

    .smallSpacer {
        width: 60vw;
    }

    button.btnBig {
        width: 50vw;
    }
}

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

    #statement h3 {
        font-size: 4rem;
    }

    #statement p {
        font-size: 3rem;
    }

    .featureBox h3 {
        font-size: 4rem;
    }

    .featureBox h4 {
        font-size: 3rem;
    }

    #image-download{
        display: none;
    }

    #text-download {
        height: 50%;
        padding-left: 0;
        align-items: center;
    }

    #text-download h1{
        text-align: center;
    }

    .smallSpacer {
        margin-top: 5%;
    }
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
    .featureBox{
        height: 100%;
    }

    .featureBox .header{
        justify-content: center;
    }

    .verticalLine{
        display: none;
    }

    .featureExplanation{
        flex-direction: column;
    }

    .featureImage {
        justify-content: center;
    }

    .featureImage img{
        width: 60%;
    }

    #appIcon {
        display: none;
    }

    .downloadNow .horizontalFlex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .downloadNow .NewsletterContainer {
        margin-left: 5vw;
        margin-right: 5vw;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
}

@media only screen and (max-width: 550px) {
    .logosDownload img {
        width: 20rem;
    }
}

@media only screen and (min-width: 100px) and (max-width: 420px) {
    #download-now{
        height: 80vh;
        flex-direction: column;
    }

    #text-download{
        height: 50%;
        padding-left: 0;
        align-items: center;
    }

    #text-download h1{
        text-align: center;
    }

    .logosDownload{
        flex-direction: column;
    }

    .logosDownload img{
        margin: 2.5%;
    }

    #image-download{
        display: none;
    }

    #download-spacer{
        display: none;
    }

    .featureBox{
        height: 100%;
    }

    .featureBox .header{
        justify-content: center;
    }

    .verticalLine{
        display: none;
    }

    .featureExplanation{
        flex-direction: column;
    }


    .featureImage{
        padding: 0;
        margin-top: 10%;
        justify-content: center;
    }

    .featureImage img{
        width: 60%;
    }

    .downloadNow{
        display: none;
    }
}

@media (orientation: portrait) { 
    .featureBox{
        height: 100%;
        gap: 5vh;
    }
    
    .featureBox .header{
        justify-content: center;
    }
    
    .verticalLine{
        display: none;
    }
    
    .featureExplanation{
        flex-direction: column;
        margin-bottom: 5vh;
    }
    
    .featureImage {
        justify-content: center;
    }
    
    .featureImage img{
        width: 60%;
    }
}
