@charset "utf-8";

* html { height: 1px; }
* { margin: 0; padding: 0; line-height: 130% }

body {
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #2b5797;
    font-family:'Nunito',Helvetica,AppleGothic,sans-serif;
}

table, div {border-collapse:collapse;border-spacing:0;}
ul,ol {list-style-type:none;}

a:visited {text-decoration:none;color: #fff;}
a:active {text-decoration:none;color: #fff;}
a:link {text-decoration:none;color: #fff;}
a:hover {color: #fafafa;text-decoration: underline;}

.diagonal {
    position: absolute;
    top: 0;
    width: 100%;
    height: 450px;
    background-image: linear-gradient(#2b5797, #13294b);
    transform: skewY(-2deg);
    transform-origin: top left;
    z-index: -999;
}

header {
    margin:0;
    padding:0;
}

nav {
    width: 100%;
    clear: both;
    display: inline-block;
    flex-direction: row;
    margin:0;
    padding:0;
    align-items: center;


}

nav .navleft {
    float:left;
    padding-top:20px;
    padding-left:20px;
}

nav .navleft a {
    color:#dce9ff;
    font-size:1.4em;
    font-weight:100;
}

nav .navright {
    float:right;
    padding-top:25px;
    padding-right:20px;
    font-size:1em;
    color:#eee;
}

main {
    padding: 0;
    margin: 0;


}


section .container {

}

section .container h1 {
    font-size:2.15em;
    font-weight:700;
    font-style: italic;
}

section .container p {
    font-weight:200;
    font-size:1.75em;
    color: #cfe1ff;
}

section .container ul {
    text-align: justify;
}

section .container li {
    font-size:1.5em;
    color:#eee;
    margin-top:15px;
    font-weight: 100;
    line-height: 120%;
}

section .container strong {
    color: #fff;
    text-decoration: underline;
}

section .container small {
    font-weight: 100;
    font-size: 1.0em;
}


footer {
    margin-top:20px;
    text-align:center;
    font-size:13px;
    padding-right:8px;
    padding-left:8px;
    padding-top:50px;

    clear:both;
    position: relative;
    height: 100px;
    overflow: hidden;

}

footer .indent {
    margin-top:15px;
    margin-bottom:15px;
    border-top:1px solid #1f3f73;
    border-bottom:1px solid #2b4f8f;
}

footer p {
    font-size:1.2em;
    text-align:center;
}

footer span {
    font-size:1em;
    color:#d9e7ff;
}

footer span u {
    word-break: keep-all;
    white-space: nowrap;
    text-decoration: none;
}

footer .diagonal {
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-image: linear-gradient(#1d3f73, #0f2144);
    transform: skewY(-1.5deg);
    transform-origin: top right;
    z-index: -99;


}

#topper {

}

#topper .content {
    text-align: center;
    overflow: hidden;


}

#topper .content h2 {
    font-size: 8em;
    color: #fff;
    font-weight: 100;
    margin:20px;
    letter-spacing: -0.05em;
}

#topper .content p {
    font-size:2em;
    color: #d6e5ff;
    font-weight:200;
    margin-bottom:20px;
}

#introduction {

}

#introduction .indent {
    margin-top:25px;
    margin-bottom:25px;
    border-top:1px solid #1f3f73;
    border-bottom:1px solid #2b4f8f;
}

#screenshots {
    overflow: hidden;
    background: #1f3f73;
    transform: skewY(1.5deg);
    transform-origin: top left;

    -webkit-box-shadow: 0 0 125px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 125px 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 125px 10px rgba(0,0,0,0.2);
}


#screenshots .diagonal {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    background: #1f3f73;
    transform: skewY(1.5deg);
    transform-origin: top left;
    z-index: -99;
}



#screenshots .container {
    transform: skewY(-1.5deg);
    transform-origin: top left;
}

#screenshots .imglist {
    text-align: center;
}

#screenshots  .imglist figure img {
    width: 75%;
    border: 0;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;

    -webkit-box-shadow: 0 0 25px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 25px 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 25px 10px rgba(0,0,0,0.3);
}

#screenshots  .imglist figure img:hover {
    -webkit-box-shadow: 0 0 55px 10px rgba(255,255,255,0.2);
    -moz-box-shadow: 0 0 55px 10px rgba(255,255,255,0.2);
    box-shadow: 0 0 55px 10px rgba(255,255,255,0.2);
}

#screenshots  .imglist figcaption {
    margin-bottom:20px;
    text-align: center;
    padding-left:10px;
    color: #c6ddff;
}

#more ul {
    list-style-position : inside;
    list-style-type: disc;
}

#more ul li {
    font-size:1.0em;
    line-height: 100%;
}


#heading .btn {

    background-image: linear-gradient(#5fa2ff, #2f66b5);
    border: 1px solid #0f2442;
    color: #fff;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;

    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
}

#heading .btn:hover {
    background-image: linear-gradient(#3f7fd6, #5ca5ff);
}

#morebuttons {
    text-align: center;
}

#morebuttons .btn {

    background-image: linear-gradient(#4fb8e4, #2f86b8);
    color: #fff;
    border:0;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;

    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;

    margin:10px 20px;
}

#morebuttons .btn:hover {
    background-image: linear-gradient(#2f86b8, #4fb8e4);
}

/* larger screen */
@media (min-width: 750px) {

    .maximizer {
        width:750px;
        margin:auto;
    }

    footer .indent {
        width:550px;
        margin-left:auto;
        margin-right:auto;
    }

    .nomobile {

    }

}


/* mobile */
@media (max-width: 759px) {

    .maximizer {
        margin: auto;
    }

    .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    #topper .content h2 {
        font-size:4em;
        font-weight: 400;
    }

    #introduction {
        margin-top:180px;
    }

    #screenshots .imglist figure img {
        width: 95%;
    }

    .nomobile {
        display:none;
    }

}
