.dwldSection{
   background-image: url('/svg/backgroundWave.svg');
   background-repeat: no-repeat;
   background-position: bottom;
   background-size: contain;
   height: auto;
}

main{
    padding-top: 10%;
}

main section{
    display: flex;
    border-width: 0px;
    border-style: solid;
    margin: 0;
}

#dwldContainer{
    width: 50%;
    margin: 0;
}
#logo{
    height: 40%;
    margin-left: 10%;
    margin-right: 10%;
    max-width: 450px;
}
#dwld{
    margin-top: 5%;
    margin-left: 10%;
    font-size: 4vmax;
    width: 100%;
}
#dwld a{
    color: var(--primary);
}
main #buttons{
    display: flex;
    justify-content: space-evenly;
    margin: 0px 15px;
    width: 75%;
    max-width: 500px;
}

#phoneContiner{
    width: 50%;
    margin: 0;
}
#phone{
    width: 40%;
    float: right;
    padding: 10%;
}




.features{
    background-image: url('/svg/layer.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    justify-content: center;
    background-color: var(--black);
    border-width: 0px;
    display: block;
    padding: 15px;
}
.features h1{
    font-size: 8vmin;
    margin-top: 0;
}
.features h2{
    font-size: 3vmin;
}
.features p{
    font-size: 2vmin;
}
.features h2, .features p{
    color: var(--white);
}
#TitleContainer{
    text-align: center;
    height: 20vmin;
}

.featuresList{
    display: flex;
    align-items: center;
    justify-content: center;
}
.featuresList aside{
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.featuresList article{
    display: flex;
    flex-direction: column;
}
.featuresList #left{
    text-align: right;
    padding-right: 15px;
}
.features article img{
    max-height: 760px;
    min-height: 300px;
}
.featuresList #right{
    padding-left: 15px;
}

footer{
    background-image: url('/svg/FooterBackground.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-color: var(--black);
    padding: 20vmax 2%;
    position: relative;
}
footer h2{
    margin: 0;
}
footer h2, footer h2 a{
    font-size: 3vmin;
    color: var(--white)
}
footer #images{
    position: absolute;
    bottom: 0;
    display: flex;
    width: calc(95% - 20px);
    justify-content: space-between;
    padding: 15px;
}
footer #images #links img{
    width: 25%;
    min-width: 30px;
}
footer #images #buttons{
    width: 40%;
    min-width: 250px;
    max-width: 450px;
}
@media screen and (max-width: 1100px) {
    #phone{
        width: 70%;
    }
    #dwld{
        font-size: 5vmin;
    }
}
