@charset "UTF-8";
.navbar {
    z-index: 9999;
}
.nav_position {
    padding-top: 106px;
    font-family: jockey-one;
    font-style: normal;
    font-weight: 400;
    font-size: large;
}

.navbar-default {
    background-color: #DBDBDB;
    min-height: 120px;
    border-bottom-width: medium;
    border-bottom-color: #146BD9;
    background-repeat: no-repeat;
    background-position: center center;
    /* [disabled]background-size:cover; */
}

.nav.navbar-nav li a {
	color: #146BD9;
 }

 .nav.navbar-nav li a:hover {
	color: #6380A4 !important;
 }


.active {
	/* [disabled]background-color: #B79818; */
}
@media (max-width: 765px) {
  .navbar-collapse {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
.nav.navbar-nav.navbar-right li a {
	/* [disabled]color: #C1A01A; */
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
h1 {
	color: #146BD9;
	font-size: 30pt;
	font-family: bebas-neue;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h2 {
	color: #146BD9;
	font-size: 30pt;
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h3 {
	color: #146BD9;
	font-size: 18pt;
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
.max_height {
	/* [disabled]padding-bottom: 134px; */
	min-height: 500px;
}
.bg_color {
	background-color: #A9CDF9;
}
