body{
	background-color: #cdcdcd;
	background-image: url('../images/bkg-loop.jpg');
	font-family: "chevinmediumregular", Arial, Helvetica, sans-serif;
}

#header{
	margin-top: 20px;
	background-color: #282828;
	padding:20px;
	color: #ffffff;
}

.header-text{
	font-size: 2em;
	text-align: right;
}

.carousel-control.right,.carousel-control.left{
	background: transparent;
	background-image: none;
}

#footer{
	background-color: #282828;
	padding-top:10px;
	padding-bottom:50px;
}

#main{
	background-color: #ffffff;
	margin-top: 20px;
	min-height: 500px;
	padding-bottom: 30px;
}

.copy{
	padding:4%;
}


.redbutton{
	width:100%;
	display: block;
	background-color: #d00000;
	color: #ffffff;
	font-size: 1.2em;
	padding: 2%;
	margin-top: 10px;
		margin-bottom: 10px;
	border:1px solid #d00000;
	text-align: center;
}

.redbutton:hover{
	background-color: #ffffff;
	color: #d00000;
	text-decoration: none;
	cursor: pointer;
}

.carousel-caption {
	display: block;
	position: relative;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
	height: auto;
	padding-bottom: 10px;
	text-align: left;
	text-shadow: none;
}

.carousel-caption .textbox {
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	padding: 4%;
}



.carousel-caption h2{
	color:#d00000;
	margin: 0px;
	font-size:1.5em;
}

.carousel-caption p{
	color:#222222;
	margin: 0px;
}


.box-holder{
	padding:10px;

	margin-bottom:20px;
}
.box-holder .img-responsive{
min-width: 100%;
}
.box{

}

.red-top{
	color:#ffffff;
	font-size: 1.2em;
	line-height: 50px;
	padding: 5px;
	background-color: #d00000;
}

.form-horizontal{
	margin-top: 20px;
}

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {



.box-holder{
	padding:0px;

    }

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {



}
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {


.copy{
	padding:0;
}



.carousel-caption{
position:absolute;
top:10%;
left:auto;
bottom:auto;
right:10%;

width:50%;
text-align: left;
text-shadow: none;
height: auto;
}


 .redbutton{
	display: inline-block;
	width:50%;
	margin-left: 50%;
	font-size: 1.5em;
}




.red-top{

	font-size: 1.5em;

}

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
.box-holder{
	margin-top: -60px;

}
    }
