* {
    margin: 0;
    padding: 0;
}

html { 
	  height:100%;
	  background: url(../images/cleveland.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
     min-height:100%;
     font-family: verdana;
}

.grad {
  background: #E5E5E5; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #FFFFFF, #BCBCAF); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #FFFFFF, #BCBCAF); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #FFFFFF, #BCBCAF); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #FFFFFF, #BCBCAF); /* Standard syntax */
}

body {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-family: verdana;
	background: transparent;
	min-height:100%;
	padding-bottom: 50px;
}

p a {

color: gold;
}

.card {
background: #FFFFFF;
padding: 35px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.7);
}


.main_bar	{
  background: #2D43A3; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(120deg top, #2D43A3, #56627A); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(120deg, #2D43A3, #56627A); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(120deg, #2D43A3, #56627A); /* For Firefox 3.6 to 15 */
  background: linear-gradient(120deg, #2D43A3, #56627A); /* Standard syntax */

	
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
}

div.mainImage {
	background: #333333 url("../images/highway_bg.jpg") no-repeat center bottom;
 	
 	background-size: contain;
 	min-height: 300px;
}

.reasons_icons {
	font-size: 28px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 40px;
}

.descript {
	display:inline-block;
	width: 90px;
	font-family: arial;
}

.content_main {
	background: #dedede;
	color: #44444c;
}

h6.panel-title{
	font-size: 20px;
	color: #44444c;
}

.footer-stuff {
color: #999;
font-family: candara;
font-size: 13px;
}

.footer-stuff a{
	color: #777;
}

.footer-stuff a:hover {
	color: darkred;
}


tr:nth-child(even) {background: #DBE3FC}
tr:nth-child(odd) {background: #FFF}

img.upper {
position: relative;
	margin-top: -20px;
	z-index: -1;
}

.navbar-brand{
    font-size: 1.1em !important;
    }

.panel-default {
    	background-color:rgba(50, 50, 50, 0.85);
    }

a.darkfont{
	color: black ! important;
	font-weight: bold;
	background-color:rgba(240,173, 78, 0.6);
}

a.darkfont:hover {
    	background-color:rgba(236,151, 31, 0.8);
    	font-weight: bold;
    }

 .grey .active a,
.grey .active a:hover {
   background-color:rgba(0, 0, 0, 0.8);
   color: gold;
}

.grey a{
	background-color:rgba(0, 0, 0, 0.8);
	color: silver;
	border: 1px solid rgba(0,0,0,0.8) ! important;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color:rgba(0, 0, 24, 0.8) ! important;
    color: gold ! important;
    border: 1px solid #0A3594 ! important;
}

h2 {
font-family: 'Montserrat', sans-serif;
padding-bottom: 7px;
border-bottom: 2px solid #0A3594;
}

h4 {
font-family: 'Montserrat', sans-serif;
padding-bottom: 5px;
border-bottom: 2px solid #0A3594;
}


.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-indicators li { visibility: hidden; }

.btn-primary {
    background-color: #083494 !important;
    border-color: #193E87 !important;
}

.btn-primary:hover {
        background-color: #315AB2 !important;
        border-color: #193E87 !important;
}

.btn-primary:active {
    background-color: #1346B5 !important;
    border-color: #193E87 !important;
}

.active {
    background-color: #1346B5 !important;
    border-color: #193E87 !important;
}

.storeForm table {
    Background: transparent;
    color: #000000;
}

.storeForm tbody, td {
    padding: 10px;
}

@media (max-width: 500px) {
  .storeForm tbody, td {
    padding: 5px;
}
}


