

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.navbar-nav > li{
  margin-left:2px;
  margin-right:2px;
}

body {
overflow-x:hidden;
}

html, body{
/*overflow-x:hidden;*/
}
   
body,
html {
    width: 100%;
    height: 100%;
}

.featurette-heading  {
    font-size: 34px;
}

.lead {

    font-size: 18px;
}

.home-img {
   
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/wheat.jpg) no-repeat center center;
    background-size: cover;
  

}


.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/contact.jpg) no-repeat center center;
    background-size: cover;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}


@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}


.intro-message {
    width:70%;
    margin:auto;
    position: relative;
    padding-top: 15%;
    padding-bottom: 20%;
}


img{
    border: 1px solid black;
    margin-left: auto;
    margin-right:auto;
}




/* Carousel Fade Effect */
.carousel.carousel-fade .item {
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	transition: opacity 1s linear;
	opacity: .5;
}
.carousel.carousel-fade .active.item {
	opacity: 1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* Carousel Overlay */
.carousel-overlay {
	position: absolute;
	bottom:30%;
	right: 0;
	left: 0;
}




.navbar navbar-inverse navbar-fixed-top {
    padding-bottom: -20 !important;
}

.form {
    padding-top: 20px

}

.row{
    padding-top: 30px
}

.carousel-overlay {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.75);
}
.carousel-overlay h1 {
    font-size: 3.5em;
    font-weight:bold;
    text-shadow: 2px 2px 2px #000;
-webkit-text-shadow: 2px 2px 2px #000;
-moz-text-shadow: 2px 2px 2px #000;
	

}

.carousel-overlay p {
 
    font-weight:bold;
    text-shadow: 2px 2px 2px #000;
-webkit-text-shadow: 2px 2px 2px #000;
-moz-text-shadow: 2px 2px 2px #000;
	

}

.slim-nav {
    float:left;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 16px;
}

.slim-nav a{
    color: gray;
    text-decoration: underline;
    position: relative;
    z-index: 1;
}

.slim-nav-br{
    border-right: 1px solid gray;
}

.text-img-wrapper{
    width:80%;
    margin: 0 auto;
    border:0px solid red;
}

.img-center{
    max-width: 75%;
    clear:both;
    margin-left: auto;
    margin-right: auto;
}

.img-cen2{
    max-width: 50%;
    clear:both;
    margin-left: auto;
    margin-right: auto;
}

.img-left{
    max-width: 40%;
    float:left;
    margin-right: 10px;
}

.img-right{
    float:right;
    max-width:50%;
    min-width:260px;
    margin-left: 2rem;
    padding-right:0px;
}

.text-left{
    display:inline;
    text-align:left;
    padding-right:0%;
}

.text-right{
    max-width: 50%;
    text-align: left;
    float:left;
    padding-left: 2%;
}


.text-cen{
    max-width: 100%;
    text-align: center;
    clear:both;
    margin-left: auto;
    margin-right: auto;
}

.sm-txt{
    font-size: 50px;
}

.empty{
    list-style: circle;
}

.solid{
list-style: disc;
}

.icon{
    max-width: 5%;
    clear:both;
    margin-left: auto;
    margin-right: auto; 
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance:textfield;
}
