.navbar-brand{
    height: 105px;
    padding-top: 3px;

}
.container-fluid{
    max-width: 1200px;
}
.nav{
    margin-top: 50px;

}
.container{
    max-width: 1200px;
}
body{
    background-color:#F6E7C3;
    padding-top: 150px;
}
@media (max-width: 350px) {
    body{
        padding-top: 200px;
    }
}
.navbar{
    background: rgb(236,205,128); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(236,205,128,1) 0%, rgba(246,231,195,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,205,128,1)), color-stop(100%,rgba(246,231,195,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(236,205,128,1) 0%,rgba(246,231,195,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(236,205,128,1) 0%,rgba(246,231,195,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(236,205,128,1) 0%,rgba(246,231,195,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(236,205,128,1) 0%,rgba(246,231,195,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eccd80', endColorstr='#f6e7c3',GradientType=0 ); /* IE6-9 */



}
.navbar-default{
    border: none;
}

.navbar-default .navbar-nav li a {
    color: #000;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}
.navbar-default .navbar-nav>.active a, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .active a:hover {
    color: #000000;
    text-shadow: none;
}
.navbar-toggle {
    background-color:#fffae3;

}
.jumbotron{
    background: rgb(246,231,195); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,231,195,1) 0%, rgba(236,205,128,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,231,195,1)), color-stop(100%,rgba(236,205,128,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,231,195,1) 0%,rgba(236,205,128,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,231,195,1) 0%,rgba(236,205,128,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,231,195,1) 0%,rgba(236,205,128,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,231,195,1) 0%,rgba(236,205,128,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e7c3', endColorstr='#eccd80',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    margin-right: auto;
    margin-left: auto;
}
.navbar-default .navbar-nav .active a{
    background-color:#FFEEC4;
    -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
}
h1{
    font-family: 'Niconne', cursive;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    color: #000000;
}
.foot-header{
    font-weight: bold;
    font-size: 1.25em;
}
.custom-footer{
    border-top: thin solid #000000;

}

a.foot-link{
    text-decoration: none;
    color: #000000;
    font-weight: bold;

}
#space{
    padding-top: 15px;
}
#fbLogo{
    padding-bottom: 15px;
}
.indent{
    text-indent: 1.5em;
}
p{
    font-size: 17px;
}

blockquote{
    border-left: 5px solid #eccd80;

}
.topSpace{
    margin-top: 40px;
}
.pic{
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}
@media (min-width: 450px) {
    #logo{
        width: 130%;
    }
    nav{
        height: 14%;
    }
}
footer{
    margin-bottom: 15px;
}
.link:hover{
    text-decoration: none;
}
.floatLeft{
    float: left;
}
.floatingQuoteRight{
    float: right;
    width: 50%;
    padding-left: 5px;
    margin-left: 15px;
}
.marginTop{
    margin-top: 100px;
}
.marginLeft{
    margin-left: 1.5em;
}
#tableHeader{
    color: #000000;
}
table{
    font-size: 17px;
}

#oilMixing{
    max-width: 50%;
}
#anointingOil{
    max-width: 40%;
}
#fillingOil{
    max-width: 60%;
}
.border{
    border: 1px #000000 solid;
}
iframe{
    max-width: 100%;
    margin: 10px auto;
}
.marginBottom{
    margin-bottom: 40px;
}

#submit{
}
.bump{
    margin-top: 5px;
}
