body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
}

#nav-wallpaper{
    background: rgb(88,94,185);
    background: linear-gradient(125deg, rgba(88,94,185,1) 0%, rgba(34,46,91,1) 45%, rgba(28,55,130,1) 59%, rgba(75,164,156,1) 79%);

    
}

a{
    text-decoration: none;
}

#main-nav{

    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #f1f1f1;
    background-color: #555960;
    border-bottom: 1.5px solid #000;
    /* box-shadow: 2px 2px 10px #000; */
    padding: 20px;
}

#main-nav #left-nav{

    display: flex;
    /* flex: 1; */

}

#main-nav #right-nav{

    /* flex: 2; */
    display: flex;
    justify-content: flex-end;

}

#main-nav #right-nav nav{

    list-style-type: none;
    padding: 10px;
}

#main-nav #right-nav nav a{

    padding: 30px;
    font-size: 24px;
    text-decoration: none;
    color: #f1f1f1;
}

#app-icon-image{
    padding: 10px;
}

#app-icon-image img{

    width: 65px;
    height: 65px;
    border-radius: 15px;

}

#main-nav #left-nav #nav-website-name{
    padding: 10px;
}

#wallpaper-section{

    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 15vh;

}

#wallpaper-section #screenshot{

    padding: 50px;
    /* flex: 1; */
}

#wallpaper-section #screenshot img{

    height: 600px;
    width: 100%;
    border: 10px solid #111;
    border-top: 10px solid #111;
    border-bottom: 10px solid #111;
    border-radius: 30px;
    box-shadow: 2px 5px 10px rgba(0,0,0,.8);

}

#wallpaper-section #promotional-text{
    /* flex: 1; */
    color: #f1f1f1;
    padding: 40px;
}

#wallpaper-section #promotional-text .store-badge{

    height: 50px;
}

#app-desc-section{

    display: flex;
    justify-content: stretch;
    padding: 10%;
}

#app-desc-left{

    flex: 1;
    margin: 4%;

}

#app-desc-right{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#app-desc-right p{

    font-size: 18px;


}

#app-desc-right .download-link-btn{

    border: 1px solid #3a8088;
    border-radius: 10px;
    transition-duration: 0.6s;
    padding: 15px;
    font-size: 20px;
    text-decoration: none;
    color: #3a8088;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}


#app-desc-right .download-link-btn:hover{
    background-color: #3a8088;
    transition-duration: 0.3s;
    color: #fff;
}


#app-features-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10%;
    color: #fff;
    background: rgb(88,94,185);
    background: linear-gradient(125deg, rgba(88,94,185,1) 0%, rgba(52,59,166,1) 39%, rgba(37,116,138,1) 83%, rgba(51,98,94,1) 100%);
}

#app-features-section p{

    font-size: 20px;

}

#app-features-section ul{

    font-size: 24px;
    list-style-type: none;

}

#app-screens-section{

    /* display: flex; */
    justify-content: stretch;
    padding: 50px;
    text-align: center;

}



.swiper {
    width: 23%;
    height: 50%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-pagination{

    background: #000;
    opacity: 0.5;
    color: #fff;
  }


  #app-screens-section #app-screens-left{
    /* flex: 1; */
    padding: 20px;
  }

    #app-screens-section #app-screens-right{
        /* flex: 1.5; */

    }

    #footer-container{
        display: flex;
        flex-direction: column;
        min-height: 200px;
        background-color: #555960;
        color: #FFF;
        padding: 45px;
        font-size: 18px;
        border-top: 1px solid #000;
    }

    #footer-sections{
        justify-content: stretch;
        align-items: center;
    }

    #footer-sections .footer-sec{

        flex: 1;
        padding: 10px;
    }

    #footer-sections .footer-sec ul li{

        list-style-type: none;
        font-size: 20px;
    }



    #footer-sections #left-footer{

        

    }

    #footer-sections #center-footer{

    }

    #footer-sections #right-footer{

        text-align: center;

    }

    .nav-sub-header{

        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .store-badge-footer{

        height: 45px;
        margin: 10px;
    }



    /* Privacy Screen --------------------------- */


    #privacy-section{

        padding: 40px;
        padding-top: 60px;
        margin: auto;
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 1.5em;
        width: 70%;
        font-weight: 100;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    #app-features-bottom{
        font-family: sans-serif;
        font-size: 16px;
        font-weight: 300;
    }

    #privacy-policy-desc{
        white-space: pre-line;
    }