﻿body {
    padding-top: 90px; /*Sasanka*/
    padding-bottom: 0px; /*Sasanka*/
}

/* 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;
}


/* ---------  Customizing Styles   ---------  */

.navbar-default {
    background-color: white;
    font-family: Dosis;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-collapse {
}

.navbar-nav li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: black !important;
}

    .navbar-nav li a:hover {
        color: #5fc61b !important;
        /*text-decoration:underline;*/
    }

.carousel-inner img {
    width: 100%;
    max-height: 400px !important;
    overflow: hidden;
}

h1 {
    font-family: Dosis;
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    color: #222;
    font-size: 46px;
    opacity: 1;
    transition: opacity 0.24s ease-in-out;
}

h3 {
    font-family: Dosis;
    line-height: 29px;
    font-weight: 700;
    font-style: normal;
    color: #34b51b;
    font-size: 26px;
    opacity: 1;
    transition: opacity 0.24s ease-in-out;
}

h4 {
    font-family: Dosis;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    color: #222;
    font-size: 18px;
    opacity: 1;
    transition: opacity 0.24s ease-in-out;
}

.body {
    /*font-family: Roboto !important;*/
    padding-top: 90px; /*Sasanka*/
    padding-bottom: 0px; /*Sasanka*/
}

footer {
    background-color: #945923;
    color: lightgray;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

/* ---------  New Styles   ---------  */
.green-button {
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: Center;
    background-color: #489615;
    /*border: 1px solid #ffca00;*/
    color: #fff;
    text-transform: uppercase;
    font-family: Dosis;
    font-weight: 700;
    font-size: 16px;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
}

    .green-button:hover {
        background-color: #64af33;
        text-decoration: none;
        color: #fff;
    }

.brown-button {
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: Center;
    background-color: #945923;
    /*border: 1px solid #ffca00;*/
    color: #fff;
    text-transform: uppercase;
    font-family: Dosis;
    font-weight: 700;
    font-size: 16px;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
}

    .brown-button:hover {
        background-color: #a7703d;
        text-decoration: none;
        color: #fff;
    }


.green-button-small {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: Center;
    background-color: #489615;
    /*border: 1px solid #ffca00;*/
    color: #fff;
    text-transform: uppercase;
    font-family: Dosis;
    font-weight: 600;
    font-size: 12px;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
}

    .green-button-small:hover {
        background-color: #64af33;
        text-decoration: none;
        color: #fff;
    }

.green-button-stretched {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: Center;
    background-color: #489615;
    color: #fff;
    text-transform: uppercase;
    font-family: Dosis;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
}

    .green-button-stretched:hover {
        background-color: #64af33;
        text-decoration: none;
        color: #fff;
    }


.lightHyperlink {
    float: right;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #945923;
}

.classDetail {
    box-shadow: 0 0 12px rgba(0,0,0,.175);
    height: 420px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}

    .classDetail:hover {
        box-shadow: 0 0 18px rgba(0,0,0,.250);
    }

.classDetailContainer {
    text-align: center;
}

    .classDetailContainer a {
        text-decoration: none;
    }

.childCareContainer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-image: url('/images/childcare.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: white !important;
}

.contentPageCover img {
    width: 100%;
    max-height: 210px !important;
}

.contentPageCover h1 {
    padding-top: 70px;
}

.contentPageCover {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(/images/cover-1.jpg);
    height: 180px !important;
    margin-bottom: 40px;
}

.pageHeader {
    padding-top: 40px;
    padding-bottom: 10px;
}

.contactIcon {
    padding-right: 30px;
    font-size: 40px !important;
}

.contactInfo {
    padding-bottom: 30px;
    font-size:15px;
    line-height:30px;
}

.customBullets-large ul {
    list-style-type: none;
    line-height: 2;
}

    .customBullets-large ul li i {
        font-size: 25px;
        margin-right: 20px;
    }

.customBullets-large i {
    vertical-align: middle;
}

.anchor {
    display: block;
    height: 92px;
    margin-top: -92px;
    visibility: hidden;
}

.pageContentImage {
    margin: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #b7b1b1;
}

.borderedTable thead {
    background-color: #dddddd;
    font-size: 16px;
}

.borderedTable .highlighted {
    font-size: 15px;
    font-weight: bold;
}

.album {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    margin-bottom: 5px;
    background-color: #e4f7df;
}

    .album:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.book {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    margin-bottom: 5px;
    background-color: #e4f7df;
    max-width: 350px;
    padding: 10px;
}

    .book:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .book h4 {
        font-size: 15px;
    }

.classImage {
    width: 373px;
}

.vissionStatement {
    padding: 20px;
    border-radius: 25px;
    border-style: solid;
    border-width: 2px;
    font-size: 15px;
    border-color: #d5ebc7;
    background-color: #f0f8ff;
}

    .vissionStatement h4 {
        color: #489615;
        font-size: 20px;
    }

.price {
    color: firebrick;
    font-size: 24px;
    font-weight: 700;
}

.discount {
    color: coral;
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .carousel-inner .item img {
        height: 180px !important;
    }
}
