body {
    margin: 0;
    font-size: 90%;
    font-family: sans-serif;
}

a{
    color: white;
    text-decoration: none;
}

a.menu{
    padding: 12px 16px; 
    float: right;
}
a.menu:link, a.menu:visited {
    border: 2px solid white;
    color: white;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
  
a.menu:hover, a:active {
    /* color: black;
    background-color: #fff; */

    color: #fff;
    background-color: #0004;
}

a:hover{
    color: #e3e3e3;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;;
}

ul.topnav .right{
    float: none;
}
ul.topnav li {
    float: none;
}

ul.topnav li.bigger{
    font-size: 150%;
}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.topnav li a.bigger {
    display: block;
    color: white;
    text-align: center;
    padding: 9px 12px;
    text-decoration: none;
}


ul.topnav li a:hover:not(.active) {background-color: #111;}


.myGradient{ 
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    color: #fff;
    background: -moz-linear-gradient(-45deg, #8ec64e 0%, #41aba0 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8ec64e), color-stop(100%,#41aba0));
    background: -webkit-linear-gradient(-45deg, #8ec64e 0%,#41aba0 100%);
    background: -o-linear-gradient(-45deg, #8ec64e 0%,#41aba0 100%);
    background: -ms-linear-gradient(-45deg, #8ec64e 0%,#41aba0 100%);
    background: linear-gradient(135deg, #8ec64e 0%,#41aba0 100%);
}

.myGradientScreenshots{ 
    background: -moz-linear-gradient(-45deg, #8ec64e 0%, #41aba0 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8ec64e), color-stop(100%,#41aba0));
    background: -webkit-linear-gradient(-45deg, #8ec64e 0%,#41aba0 100%);
    background: -o-linear-gradient(-45deg, #8ec64e 0%,#41aba0 100%);
    background: -ms-linear-gradient(-45deg, #8ec64e 0%,#41aba0 100%);
    background: linear-gradient(135deg, #8ec64e 0%,#41aba0 100%);
}



.myGradient img{
    display: block;
    width: 250px;
    margin: auto;
}

.myGradient img.desktopImage{
    display: none;
}

.myGradient img.mobileImage{
    display: block;
}


.myGradient .rightSection{
    display: block;
    width: 100%;
    margin: auto;
}

.myGradient h1{
    font-weight: 300;
}
.myGradient h2{
    font-size: 130%;
    font-weight: 300;
}

/*.myGradient img.download{
    width: 150px;
    float: left;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24), 0 5px 13px 0 rgba(0,0,0,0.19);
}

.myGradient .downloadSpace{
    margin-right: 15px;
}*/

    .myGradient img.downloadSpace{
        width: 145px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19);
    }

    .myGradient img.download{
        width: 145px;
        float: left;
        border-radius: 10px;
        box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19);
    }



    .myGradient img.download:hover{
        box-shadow: 0 10px 14px 0 rgba(0,0,0,0.24), 0 14px 40px 0 rgba(0,0,0,0.19);
    }

    .myGradient img.downloadSpace:hover{
        box-shadow: 0 10px 14px 0 rgba(0,0,0,0.24), 0 14px 40px 0 rgba(0,0,0,0.19);
    }

.features{
    overflow: auto;
    width: 95%;
    margin: auto;
    color: dimgrey;
    clear: both;
    text-align: center;
    padding-bottom: 40px;
}

.features .grid{
    width:100%;
}

.features .grid img{
    margin-top: 30px;
    width: 70px;
}

.screenshot{
    overflow: auto;
    color: white;
    clear: both;
    text-align: center;
    padding-bottom: 40px;
    background-color: #9eb3ce; 
}

.screenshot .grid{
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    float: left;
}

.screenshot .grid img{
    width: 150px;
    height: 307px;
}

.features p{
    font-size: 115%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.features h2{
    font-size: 170%;
    color: #41aba0;
    margin-bottom: 0px;
}
.features h3{
    font-size: 140%;
    font-weight: 500;
    color: #333;
    margin-top: 0px;
    margin-bottom: 14px;
}

.contact{
    width: 100%;
    background: #222;
    padding-left: 5%;
    padding-right: 5%;
    margin: auto;
    color: whitesmoke;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 20px;
    text-align: center;
}

.contact h2{
    color: #41aba0;
    font-size: 170%;
    text-align: center;
}

.contact .grid{
    margin: auto;
    background: #222;
    width: 100%;
    padding-top: 10px;
    float: none;
}

.contact .grid img{
    display: block;
    width: 40px;
    margin: auto;
}


@media only screen and (min-width: 400px) {
    ul.topnav{
        padding-left: 10px;
    }
    ul.topnav li {
        float: left;
    }

    ul.topnav .right{
        background: red;
    }
    
}

@media only screen and (min-width: 550px) {
   .myGradient{ 
        overflow: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 80px;
    }
    
    .myGradient img{
        width: 230px;
        float: left;
        margin-right: 20px;
    }
    
    .myGradient .rightSection{
        margin-top: 80px;
        float: left;
        width: 45%;
    }
}

@media only screen and (min-width: 610px) {   
    .myGradient img{
        width: 250px;
        float: left;
        margin-right: 20px;
    }
    .myGradient .rightSection{
        margin-top: 80px;
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width: 650px) {    
    .myGradient .rightSection{
        margin-top: 80px;
        float: left;
        width: 55%;
    }

    .screenshot .grid img{
        width: 200px;
        height: 410px;
    }

}




@media only screen and (min-width: 768px) {
    /* For desktop: */
    body {
        font-size: 90%;
    }
    
    .myGradient{ 
        overflow: auto;
        padding-left: 40px;
        padding-right: 20px;
        padding-top: 80px;
    }
    
    .myGradient img{
        width: 270px;
        float: left;
        margin-right: 30px;
    }
    
    .myGradient img.desktopImage{
        display: block;
    }

    .myGradient img.mobileImage{
        display: none;
    }
    
    .myGradient .rightSection{
        margin-top: 80px;
        float: left;
        width: 400px;
    }
    
    .myGradient .rightSection .middle{
        margin: auto;
    }
    
    .myGradient .rightSection .middle a{

        display: block;
        margin: auto;
        
    }
    
    .myGradient img.download{
        width: 170px;
        float: left;
    }
    
    .myGradient img.downloadSpace{
        width: 170px;
        float: left;
        margin-right: 30px;
    }
    
/*
    .myGradient img.download:hover{
        box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19);
    }*/
    
    .myGradient h1{
        font-size: 300%;
        font-weight: 300;
    }
    .myGradient h2{
        font-weight: 400;
    }


    .features{
        width: 85%;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        clear: both;
        text-align: center;
    }

    .features .grid{
        width: 33.3%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
    }

    .features .grid img{
        width: 100px;
    }


    .features p{
        font-size: 115%;
    }

    .features h2{
        font-size: 170%;
    }
    .features h3{
        font-size: 150%;
        font-weight: 500;
    }
    
    
    .contact{
        width: 100%;
        background: #222;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 40px;
        margin: auto;
        color: whitesmoke;
        overflow: hidden;
        box-sizing: border-box;
    }

    .contact h2{
        text-align: center;
    }

    .contact .grid{
        margin: auto;
        background: #222;
        width: 33%;
        float: left;
    }

    .contact .grid img{
        width: 50px;
    }


}



@media only screen and (min-width: 1024px) {
    /* For desktop: */
    body {
        font-size: 100%;
    }
    
    .myGradient{ 
        overflow: auto;
        padding-left: 10%;
        padding-right: 5%;
        padding-top: 20px;
    }
    
    .myGradient img{
        width: 300px;
        margin-right: 80px;
    }
    
    .myGradient .rightSection{
        margin-top: 80px;
        float: left;
        width: 50%;
    }

    .screenshot{
        padding-top: 20px;
        padding-bottom: 20px;
        clear: both;
        text-align: center;
    }

    .screenshot .grid{
        width: 25%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .screenshot .grid img{
        width: 200px;
        height: 410px;
    }

}


