﻿/*
Branding Colors
Blue - 215eac
Grey - cccdce
Orange - ce8f4e
Web Orange - ad753e
Light Green - a4b65d
*/


body {
    color: #666;
    background-color: #fff;
    /*background-image: url('/images/bg2.jpg');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 17px;
    position: relative;
}

textarea, input {
}

.bg
{
    margin-top: 100px;
}


#bg1 {
    background: url(images/bg1.jpg) 50% 0 fixed;
    background-attachment: scroll;
    height: auto;
    margin: 0 auto;
    /*margin-top: 100px;*/
    width: 100%;
    height: 400px;
    position: relative;
    box-shadow: inset 0 0 60px rgba(0,0,0,0.8);
}

#bg2 {
    background: url(images/bg9.jpg) 50% 0 fixed;
    background-attachment: scroll;
    height: auto;
    margin: 0 auto;
    width: 100%;
    height: 400px;
    position: relative;
    box-shadow: inset 0 0 60px rgba(0,0,0,0.8);
}

#bg3 {
    background: url(images/bg7a.jpg) 50% 0 fixed;
    background-attachment: scroll;
    /*background-position: bottom;*/
    /*background-position-y: -100px;*/
    height: auto;
    margin: 0 auto;
    width: 100%;
    height: 400px;
    position: relative;
    box-shadow: inset 0 0 60px rgba(0,0,0,0.8);
}

#bg4 {
    background: url(images/bg8.jpg) 50% 0 fixed;
    background-attachment: scroll;
    height: auto;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    position: relative;
    box-shadow: inset 0 0 60px rgba(0,0,0,0.8);
}

#bg-buddha {
    background: url(images/bg-buddha3.jpg) 50% 0 fixed;
    background-attachment: scroll;
    height: auto;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    position: relative;
    box-shadow: inset 0 0 60px rgba(0,0,0,0.8);
}


#section1 {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 100px 0;
}


#section2 {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 100px 0;
}

#section3 {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 100px 0;
}

#section4 {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 100px 0;
}

#section5 {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 100px 0;
}




.masthead {
    display: none;
    padding: 20px;
    background-color: transparent;
}

.masthead-info {
    font-size: 1em;
    color: #fff;
    text-align: right;
}

    .masthead-info .navbar-form {
        padding-right: 0;
    }


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.container {
}


.row {
}


.body-content-wrapper {
    margin-top: 100px;
}

.box {
    background: #333; /* Fall-back for browsers that don't support rgba */
    /*background: rgba(255, 255, 255, .8);*/
    text-align: center;
}

.box-padding {
    padding: 30px 30px 50px 30px;
}

.content {
    padding-top: 200px;
    margin-top: -200px;
    margin-bottom: 400px;
}

.callout-italic {
    color: #546a24;
    font-style: italic;
}



/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

#nav {
    margin-bottom: 50px;
}

    #nav.affix {
        position: fixed;
        top: 0;
        width: 100%;
        /*z-index: 10;*/
    }

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.header-info {
    padding-top: 8px;
    font-size: 12px;
    line-height: 12px;
    color: #333;
}

    .header-info a {
        text-decoration: none;
    }

        .header-info a:hover {
            text-decoration: none;
        }


.navbar {
}

.navbar-brand {
    font-family: 'Overlock', cursive;
    font-weight: 400;
    display: inline-block;
}

    .navbar-brand > img {
        display: inline;
        vertical-align: top;
    }

    .navbar-brand .title {
        padding-top: 8px;
    }

    .navbar-brand .subtitle {
        padding-top: 8px;
        font-size: 16px;
    }

.navbar-default {
    background-color: #fff;
    /*z-index: 9999;*/
    border: none;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    border-radius: 0;
    margin-bottom: 0;
    height: 120px;
    margin-bottom: 100px;
    /*background: rgba(255, 255, 255, .8);*/
}

/*@media all and (min-width:768px)*/
.navbar-nav > li > a {
    padding-top: 60px;
}

.navbar-right {
    padding-right: 50px;
}

.navbar-default .navbar-brand {
    color: #546a24;
    /*font-family: 'Poiret One', cursive;*/
    font-size: 30px;
}

    .navbar-default .navbar-brand:hover {
        color: #546a24;
        /*font-family: 'Poiret One', cursive;*/
        font-size: 30px;
        /*background-color: #98999b;*/
    }

.navbar-default .navbar-nav > li > a {
    color: #546a24;
    font-family: 'Overlock', cursive;
    font-weight: 400;
    font-size: 26px;
    background-color: transparent;
    /*border-bottom: solid 3px #369;*/
    /*text-transform: uppercase;*/
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #a4b65d;
        /*border-bottom: solid 3px #666;*/
        /*background-color: #fff;*/
    }


/*.navbar-default .navbar-nav > li > .active {
    color: #ff6a00;
    background-color: transparent;
}*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ff6a00;
    background: transparent;
    /*background: rgba(155,155,155, .1);*/
}

.in, .collapsing {
    background-color: #fff;
}


h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 35px;
    margin-bottom: 5px;
    color: #546a24;
}


h1 {
    font-family: 'Overlock', cursive;
    font-weight: 400;
    border-bottom: solid 0px #fff;
    font-size: 48px;
}

    h1 span {
        line-height: 2em;
        font-size: .7em;
    }

h2 {
    font-family: 'Overlock', cursive;
    font-weight: 400;
    border-bottom: solid 0px #fff;
    font-size: 1.6em;
}

    h2 span {
        line-height: 2em;
        font-size: .7em;
    }

h3 {
    font-family: 'Overlock', cursive;
    font-weight: 400;
    font-size: 1.3em;
}

h4 {
}




/* bootstrap 3 helpers */

/*.navbar-form input, .form-inline input {
	width:auto;
}*/

.footer-bottom {
    padding-top: 250px;
    color: #fff;
    background-color: transparent;
    padding-bottom: 20px;
}

    .footer-bottom a {
        color: #ddd;
    }

    .footer-bottom .designby {
        padding-right: 30px;
    }

    .footer-bottom .copyright {
        padding-left: 30px;
    }
