﻿html, body {
    height: 100%;
}

body {
    padding-top: 103px;
    padding-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    background-color: #f0faf9;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*Header*/
.navbar {
    min-height: 104px;
    background-color: #f9f9f9;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);
}

    .navbar .container {
        padding-top: 29px;
    }

    .navbar img.navbar-brand {
        height: 46px;
        padding: 0px;
    }

.navbar-brand {
    padding-top: 0px;
}

li.header-link a {
    font-weight: 300;
    font-size: 17px;
    color: #727272;
    padding-bottom: 41px;
    cursor: pointer;
}

    li.header-link a:hover, .header-link li a:focus {
        background-color: transparent;
        color: #01a397;
        border-bottom: inset 3px #01a397;
    }

    li.header-link a.active {
        color: #01a397;
        border-bottom: inset 3px #01a397;
        background-color: transparent;
    }

.landing-login {
    margin-left: 10px;
}

@media (max-width: 600px) {
    li.header-link a {
        padding-bottom: 15px;
    }

    .landing-login {
        margin-top: 10px;
        margin-right: 10px;
    }
}


/*Home Section*/

.home-section {
    background: url('/Content/Images/bg-topsection.png') no-repeat center;
    min-height: 627px;
    max-height: 627px;
    width: 100%;
}

    .home-section .container.body-content {
        padding-top: 140px;
    }

        .home-section .container.body-content span {
            font-size: 46px;
            font-weight: 900;
        }

        .home-section .container.body-content .president-message {
            font-size: 20px;
            background-color: rgba(255, 255, 255, 0.8);
            position: relative;
            top: 150px;
            max-width: 750px;
            border-radius: 5px;
            padding: 10px;
            display: block;
        }

@media (max-width: 600px) {
    .home-section {
        /*background: url('/Content/Images/bg-topsection.png') no-repeat center;*/
        background: url(/Content/Images/bg-topsection.png) no-repeat 70%;
    }

        .home-section .slogan {
            background-color: rgba(255, 255, 255, 0.8);
            padding: 0px 10px;
            display: table-caption;
            border-radius: 5px;
        }

        .home-section .container.body-content {
            padding-top: 20px;
        }

            .home-section .container.body-content .president-message {
                top: 50px;
            }
}

h1.small-title{
	margin: 0 0 10px;
}

/*What We Provide section*/
.whatwedo-section {
    text-align: center;
    padding-top: 45px;
}

    .whatwedo-section .whatwedo-header {
        font-size: 46px;
        font-weight: 900;
    }

    .whatwedo-section .small-title {
        font-size: 22px;
        font-weight: 900;
        margin-top: 15px;
    }

    .whatwedo-section .container p img.img-seemore {
        float: right;
        height: 300px;
        margin-left: 10px;
    }
    .whatwedo-section .container ul {
        padding-inline-start: 20px;
    }

@media (max-width: 600px) {
    .whatwedo-section {
        padding-top: 5px;
    }

        .whatwedo-section .container p img.img-seemore {
            float: none;
            margin-left: 10px;
            width: 94%;
            margin: 10px;
            height: unset;
        }
}

/*Services section*/
.services-section {
    background: url('/Content/Images/bg-servicessection.png') no-repeat center;
    min-height: 783px;
    max-height: 783px;
    width: 100%;
    color: #fff;
    text-align: center;
}

    .services-section .container.body-content {
        padding-top: 150px;
    }

    .services-section .services-header {
        font-size: 46px;
        font-weight: 900;
    }

    .services-section .services-content {
        padding-top: 50px;
    }

    .services-section .small-title {
        font-size: 18px;
        font-weight: 900;
        margin-top: 15px;
        text-transform: uppercase;
    }

    .services-section .ico-header {
        background-color: #fff;
        background-position: center;
        height: 95px;
        width: 95px;
        background-repeat: no-repeat;
        border-radius: 50%;
        margin: 0 auto;
        border: 7px solid #1ba46f;
        background-size: 50px;
    }

        .services-section .ico-header.bookkeeping {
            background-image: url(/Content/Images/ico-bookkeeping.png);
        }

        .services-section .ico-header.invoiceandbilling {
            background-image: url(/Content/Images/ico-invoicing-billing.png);
        }

        .services-section .ico-header.taxes {
            background-image: url(/Content/Images/ico-taxes.png);
        }

        .services-section .ico-header.customerreporting {
            background-image: url(/Content/Images/ico-customer-report.png);
        }

    .services-section a {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

        .services-section a:hover, .services-section a:focus {
            text-decoration: none;
        }

@media (max-width: 600px) {
    .services-section {
        background: linear-gradient(#1db278, #07a691);
        transform: skew(0deg, -5deg);
        max-height: none;
        margin-top: 20px;
    }

        .services-section .container.body-content {
            transform: skew(0deg, 5deg);
            padding-top: 10px;
            padding-bottom: 15px;
        }

        .services-section .services-content {
            padding-top: 10px;
        }
}

/*About CPAFlow section*/

.aboutus-section {
    background: url('/Content/Images/bg-aboutussection.png') no-repeat bottom;
    width: 100%;
}

    .aboutus-section .container.body-content {
        margin-top: -60px;
    }


        .aboutus-section .container.body-content div.row:first-child {
            padding-top: 30px;
        }

    .aboutus-section .aboutus-header {
        font-size: 46px;
        font-weight: 900;
    }

.small-fill-bg {
    display: none;
}

@media (max-width: 600px) {
    .aboutus-section {
        background: linear-gradient(to bottom, #f0faf9 65%, white 35%);
        transform: skew(0deg, -5deg);
    }

        .aboutus-section .container.body-content {
            margin-top: 0px;
            transform: skew(0deg, 5deg);
        }

            .aboutus-section .container.body-content div.row:first-child {
                padding-top: 10px;
            }

    .small-fill-bg {
        display: block;
        height: 43px;
        background-color: white;
        margin-top: -25px;
    }
}

/*Contact us*/
.contact-section {
    background-color: #333333;
    max-width: 1600px;
    margin: 0 auto;
    color: #666666;
    padding-bottom: 40px;
}

    .contact-section .container.body-content.text-center {
        padding-top: 60px;
    }

    .contact-section .dv-contact-info {
        border: thin solid #666666;
        padding: 15px;
        background-color: #2f2f2f;
    }

@media (max-width: 600px) {
    .contact-section .container.body-content.text-center {
        padding-top: 30px;
    }
}

.footer-section {
    background-color: #2f2f2f;
    max-width: 1600px;
    margin: 0 auto;
    color: #666666;
}

    .footer-section a, .footer-section a:active, .footer-section a:hover, .footer-section a:visited {
        text-decoration: none;
        color: #666666;
    }

.btn.btn-landing {
    color: #fff;
    background: #33cc66;
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#009999), to(#33cc66));
    background: -webkit-linear-gradient(0% 0%, 100% 100%, from(#009999), to(#33cc66));
    background: -moz-linear-gradient(left right, #009999, #33cc66);
    border: none;
    box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.2);
}

.input-lg {
    border: thin solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}


.field-validation-error {
    color: #dc3535;
}

.allset-header {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -318px; /* the bottom margin is the negative value of the footer's height */
}

@media (max-width: 768px) {
    .allset-header {
        margin: 0 auto -230px; /* the bottom margin is the negative value of the footer's height */
    }
}

.tryus-form {
}

.ready-totry {
}


@media (max-width: 600px) {
    .tryus-form {
        display: none;
    }

    .ready-totry {
    }
}
