﻿body {
    margin: 0;
    font-family: 'Open Sans', Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    color: #484848;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    max-width: 95%;
}

.header {
    background-color: #333;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.left {
    text-align: left;
    display: inline-block;
}

#navbar {
    text-align: right;
    display: inline-block;
    color: white;
    float: right;
    padding-top: 12px;
}

    #navbar a:link, #navbar a:visited {
        color: #FFF;
        text-decoration: none;
        display: inline-block;
        margin-left: 15px;
        font-size: 13px;
    }

    #navbar a:hover {
        text-decoration: underline;
    }

#m-nav {
    text-align: right;
    display: inline-block;
    color: white;
    float: right;
    padding-top: 10px;
    display: none;
}

#mobile-menu {
    background-color: #444;
    display: none;
    clear: both;
}

    #mobile-menu a:link, #mobile-menu a:visited {
        display: block;
        padding: 10px;
        border-bottom: 1px #888 solid;
        color: white;
        text-decoration: none;
    }

        #mobile-menu a:link:last-child {
            border-bottom: none;
        }

a:link, a:visited {
    color: blue;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #FF6600;
}

#name {
    margin-top: 20px;
    font-size: 60px;
    color: #446CB3;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
}

.tagline {
    margin-top: 20px;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Arvo', serif;
    color: #484848;
}

.vmiddle {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

#hpcontent {
    padding-top: 100px;
}

#footer {
    background-color: #202020;
    color: #EEE;
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
}

    #footer a:link, #footer a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #footer a:hover {
        text-decoration: underline;
    }

#doc {
    width: 400px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

#hp-banner {
    width: 800px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    float: right;
}

#featurelist {
    display: inline-block;
    width: 1084px;
    max-width: 90%;
}

.feature {
    text-align: center;
    margin: 20px;
    width: 500px;
    display: inline-block;
    float: left;
    min-height: 220px;
    max-width: 90%;
}

.feature-image {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 80px;
    height: 80px;
    margin: auto;
}

    .feature-image img {
        width: 80px;
        height: auto;
    }

.feature-title {
    font-weight: bold;
    font-size: 30px;
    font-family: 'Arvo', serif;
    color: #0099ff;
    text-align: center;
}

.feature-description {
    margin-top: 10px;
    text-align: center;
}

#allfeatures {
    text-align: left;
    display: inline-block;
}

    #allfeatures ul {
        list-style: none;
        padding: 0;
        margin: 5px;
    }

        #allfeatures ul li {
            padding-left: 24px;
            background-image: url('Images/check.png');
            background-position-x: left;
            background-position-y: center;
            background-repeat: no-repeat;
            line-height: 2;
        }

a.btn-dl, a.btn-dl:visited {
    display: inline-block;
    border: 1px solid #42729B;
    background-color: #2C82C9;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    width: 300px;
    margin: 10px;
    max-width: 80%;
}

    a.btn-dl:hover {
        background-color: #42729B;
    }

a.btn-bn, a.btn-bn:visited {
    display: inline-block;
    border: 1px solid #16A086;
    background-color: #27AE60;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    width: 300px;
    margin: 10px;
    max-width: 80%;
}

    a.btn-bn:hover {
        background-color: #16A086;
    }

.pagecontent {
    margin-top: 60px;
    min-height: 100vh;
}

.pagetitle {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding: 20px 0;
}

#tbl-compare {
    width: 650px;
    margin: 10px auto;
    border-collapse: collapse;
    max-width: 100%;
}

    #tbl-compare th {
        border-bottom: 1px solid #0099ff;
        padding: 8px;
    }

    #tbl-compare td {
        text-align: center;
        padding: 8px;
        border-bottom: 1px solid #0099ff;
    }

    #tbl-compare tr td:first-child {
        text-align: left;
    }

.green {
    color: #27AE60;
    font-weight: bold;
}

#screenshots img, #user-guide img {
    max-width: 100%;
    height: auto;
}


@media only screen and (max-width: 767px) {
    .fullscreen-bg {
        display: none;
    }
    
    #hp-banner {
        width: 100%;
        display: block;
        text-align: center;
        box-sizing: border-box;
        float: none;
    }

    #name {
        margin-top: 20px;
        font-size: 20px;
        background: none;
        padding: 0;
        display: block;
    }

    .tagline {
        font-size: 16px;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    #hpcontent {
        padding-top: 20px;
    }

    .feature {
        float: none;
        margin: 10px;
        min-height: unset;
    }

    .feature-image {
        width: 48px;
        height: 48px;
    }

        .feature-image img {
            width: 48px;
            height: auto;
        }

    .feature-title {
        font-size: 20px;
    }

    #footer {
        padding: 10px;
    }

    #tbl-compare {
        display: inline-block;
    }
}

@media only screen and (max-width: 1023px) {
    .header {
        position: relative;
    }

    #navbar {
        display: none;
    }

    #m-nav {
        display: inline-block;
    }

    .pagecontent {
        margin-top: 10px;
    }

    #doc {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .feature {
        float: none;
        margin: 10px;
        min-height: unset;
    }

    .feature-image {
        width: 48px;
        height: 48px;
    }

        .feature-image img {
            width: 48px;
            height: auto;
        }

    .feature-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .feature {
        text-align: center;
        margin: 10px;
        width: 400px;
        display: inline-block;
        float: left;
        min-height: 240px;
        max-width: 90%;
    }

    #doc {
        width: 20%;
    }

    #hp-banner {
        width: 80%;
    }
    
    #doc img {
        width: 150px;
        height: auto;
    }
}


.footer {
    background: #19222A;
    padding: 30px 0;
}

    .footer .column {
        width: 390px;
        padding-bottom: 20px;
        vertical-align: top;
    }

    .footer h1 {
        color: #0099ff;
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 23px;
        line-height: normal;
    }

    .footer ul {
        margin: 0;
        padding: 0;
        font-size: 13px;
    }

        .footer ul li {
            margin: 0;
            padding: 4px 0;
            list-style: none;
        }

            .footer ul li a {
                color: #b4c4d5;
                text-decoration: none;
            }

                .footer ul li a:hover {
                    color: #ff6600;
                }

    .footer p {
        margin: 0;
        padding: 0;
        font-size: 13px;
        color: #b4c4d5;
    }

        .footer p span {
            color: #ff6600;
        }

        .footer p a {
            color: #0099ff;
            text-decoration: none;
        }

            .footer p a:hover {
                color: #ff6600;
            }

    .footer hr {
        background: #303940;
        height: 1px;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .footer .copyright {
        padding: 25px 0 0 0;
        font-size: 13px;
        color: #66707a;
    }

    .footer .footermenu {
        padding: 25px 0 0 0;
        font-size: 13px;
        color: #66707a;
    }

        .footer .footermenu li {
            display: inline;
            color: #66707a;
        }

            .footer .footermenu li a {
                color: #66707a;
            }
