/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
   /* margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
   background: url('../images/fieldbg.jpg') no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	 width: 100%;
    height: 100%;
}

h2{
color: white;
background-color: rgba(79,82,122,0.9);
font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}
/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
 /*   background: url('../images/jcunited.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	*/
}

.bg{
background-color: rgba(0,0,0,0.3);
-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
width: auto;
height: auto;	
}

.form_warnings{
background-color:#F00;
color:#FFFFFF;
}

.viewlist{
/*color: orange; */
background-color:#F9F9F9;
text-align: left;
}

.emailerrors{
color: #FFFFFF;
background-color:#F7BB03;
}
#contact {
    padding-top:80px;
    color: #fff; 
    background-color: #000;
}

#contact .form-control {
    background-color:transparent;
    height:40px;
}

#contact  .div-trans button {
            background-color: #F7BB03;
        }
		.con-btn{
			background-color: #F7BB03;
			color: #000000;
			font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
		} 