﻿body {
    font-family: "Segoe UI", "Open Sans", sans-serif;
    font-weight: 300;
    color: black;
    font-size: 15px;
    /*overflow-x: hidden;*/
}

h1 {
    font-size: 22px;
    color: #CC3399;
    font-weight: 100;
}

    h1:last-child {
        font-weight: 600;
    }

#mainpic {
    background: url('Images/minutesweb_desktop_image.png') no-repeat;
    background-position: calc(50% - 300px) 80px;
    background-size: auto 450px;
    height: 450px;
    z-index: -1;
}

@media (min-width: 768px) {
    h1 {
        font-size: 34px;
    }

    #mainpic {
        background-position: calc(50% - 100px) 50%;
        background-size: auto 600px;
        height: 600px;
        /*margin-top: -60px;*/
    }

    #mainpic-content {
        /*position: absolute;*/
        width: 500px;
        /*top: 100px;*/
        /*left: 50%;
        margin-left: -450px;*/
    }

        #mainpic-content h1 {
            margin: 40px 0;
        }
}

h2 {
    font-size: 18px;
    color: #CC3399;
}

@media (min-width: 768px) {
    h2 {
        font-size: 24px;
    }
}

#btnOrder{
    background-color:#98CE1D;
    color:white;
    border:none;
    margin-top:10px;
}

/*
 * Override Bootstrap's default container.
 */



/*
 * Masthead for nav
 */

.blog-masthead {
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #cdddeb;
}

    .blog-nav-item:hover,
    .blog-nav-item:focus {
        color: #fff;
        text-decoration: none;
    }

/* Active state gets a caret at the bottom */
.blog-nav .active {
    color: #fff;
}

    .blog-nav .active:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -5px;
        vertical-align: middle;
        content: " ";
        border-right: 5px solid transparent;
        border-bottom: 5px solid;
        border-left: 5px solid transparent;
    }


/*
 * Blog name and description
 */

.blog-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-title {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: normal;
}

.blog-description {
    font-size: 20px;
    color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
    font-size: 18px;
    line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}

.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .sidebar-module-inset p:last-child,
    .sidebar-module-inset ul:last-child,
    .sidebar-module-inset ol:last-child {
        margin-bottom: 0;
    }


/* Pagination */
.pager {
    margin-bottom: 60px;
    text-align: left;
}

    .pager > li > a {
        width: 140px;
        padding: 10px 20px;
        text-align: center;
        border-radius: 30px;
    }


/*
 * Blog posts
 */

.blog-post {
    margin-bottom: 60px;
}

.blog-post-title {
    margin-bottom: 5px;
    font-size: 40px;
}

.blog-post-meta {
    margin-bottom: 20px;
    color: #999;
}




/*
    navbar
*/

.brandlink {
    display: block;
}

.rightnavlinks {
}

    .rightnavlinks a {
        font-family: 'Segoe UI Semibold',sans-serif;
        float: right;
        color: black;
        margin: 20px 12px 10px 12px;
    }

        .rightnavlinks a:last-child {
            color: #98CE1E;
        }

        .rightnavlinks a:first-child {
            padding: 3px 0px 0px 0px;
        }

nav a {
}

nav img {
    display: block;
}


/*
    tagline
*/

.tagline-q {
    color: #CD2B9B;
}

.tagline-a {
    color: #CD2B9B;
    font-family: 'Segoe UI Semibold', sans-serif;
}

.tagline-h2 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 40px;
}

ul {
    list-style-image: url('Images/ico_bullet_small.png');
    padding-left: 26px;
}

li {
    margin-top: 0.5em;
}

.green-btn {
    background-color: #98CE1E;
    font-size: 16px;
    color: white;
    padding: 9px 15px;
}


#productdescription .container {
    padding: 10px 15px;
}

#productdescription ul {
    margin-bottom: 30px;
}

/*#productdescription {
    background-image: url('Images/minutesweb_desktop_image.png');
    background-repeat: no-repeat;
    background-size: auto 600px;
    background-position-x: center;
}*/


#features {
    background-color: #3C3C3C;
    padding: 10px 0px;
}


    #features h2, #features p, #features li {
        color: white;
    }

#features-pic {
    margin: 10px 0;
    height: 220px;
    background-repeat: no-repeat;
    background-size: auto 220px;
    background-position: center;
}

@media (min-width: 768px) {
    #features-pic {
        height: 500px;
        background-size: auto 500px;
    }
}

#trialversion {
    background-color: #CE2C99;
    padding: 10px 0px;
}

    #trialversion h2, #trialversion p {
        /*text-align: center;*/
        color: white;
    }

    #trialversion .control-label {
        color: white;
    }


footer {
    background-color: #3C3C3C;
}

    footer .container {
        padding: 10px 15px;
    }

    footer h1, footer h2, footer p {
        color: #ddd;
    }

.company-info p, .company-info h2 {
    color: #999;
}

@media (min-width: 768px) {
    .company-info {
        border-left: solid;
        border-width: 1px;
        border-color: #999;
    }
}

#map {
    height: 330px;
    background-image: url('Images/map.jpg');
    background-size: auto 330px;
    background-repeat: no-repeat;
    background-position: center;
}
