@import url('https://fonts.googleapis.com/css?family=Lalezar');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800');
/*------------------- Text ---------------*/
body{
  margin-top: 50px;
  font-family: 'Open Sans', sans-serif;
  background-color: #ECF0F1;
}

html {
       overflow-y: scroll;
}

p{
  font-size: 1.05em;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
p.bidding{
  font-size: 1.45em;
  color: #5b6466;
}
p.disclaimer{
  font-size: 1em;
  color: #b0aeaa;
  margin-top: 20px;
  margin-bottom: 60px;
}
a.current, a.current:visited{
  font-size: 1.7em;
  color: #2d3436;
  font-family: 'Open Sans', sans-serif;
}
a.current:hover{
  color: #636e72;
}
.black{
  color: #2d3436;
}
a, a:hover, a:visited{
  color: #777;
  text-decoration: none;
}
.panel-body > a{
  font-size: 1.4em;
  color: #2d3436;
  font-family: 'Open Sans', sans-serif;
}
.panel-body > a:hover{
  color: #888;
}
h1{
  font-size: 3em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
h1.header{
  font-size: 6em;
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  margin-top: 130px;
}
h2.header{
  font-size: 5em;
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 200;
  margin-top: 130px;
}
h1.header-phonenumber{
  font-size: 5em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
h1.section-header{
  font-size: 4em;
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  color: #ff3838;
  font-weight: 300;
}
h2{
  font-size: 2.5em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #263a56;
  font-weight: 600;
}
h2.section-header{
  font-size: 3em;
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  color: #ff3838;
  font-weight: 300;
}
h2.header-subtext{
  font-size: 2.5em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #ff7979;
  font-weight: 300;
}
h3{
  font-size: 2em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
h4{
  font-size: 1.75em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
h5{
  font-size: 1.5em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
h6{
  font-size: 1.25em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
h4.footer{
  font-size: 1.3em;
}

h1.spacertext{
	margin-top: 140px;
	font-size: 6em;
	color: #fff;
	text-shadow: 2px 2px 8px #111;
}

.red{
  color: #ff3838;
}
.light-red{
  color: #ff7979;
}
.black{
  color: #000;
}
.description-text{
  font-size: 1em;
}

.footer-text{
  font-size: 1.3em;
}

.smallbrand{
  font-size: .45em !important;
  font-weight: 500;
}
.planroom-ul{
  list-style-type: none;
  margin-left: 0;
}

.header-ul > li{
  font-size: 1.5em;
  color: #777;
  font-family: 'Open Sans', sans-serif;
}
.planroom-ul > li{
  font-size: 1.3em;
  color: #777;
  font-family: 'Open Sans', sans-serif;
  margin-left: 0px;
  padding-bottom:5px;
}

.fa-ul{
  padding-top: 15px;
}

.contact-ul > li{
  font-size: 1.5em;
  color: #777;
  font-family: 'Open Sans', sans-serif;
  margin-left: 15px;
  padding-bottom:10px;
}

.services-ul, .current-ul > li{
  font-size: 1.2em;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  margin-left: 15px;
  padding-bottom:10px;
  list-style-type: circle;
}

.footer-ul{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.footer-ul > li{
  font-size: 1.3em;
  color: #777;
  font-family: 'Open Sans', sans-serif;
  margin-left: 0;
}
/*-----------BG COLOR ------------*/

.light-gray{
  background-color: #efefef !important;
}

/*-------------- HEADER ---------------*/
.header{
  padding-top: 20px;
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 950px;
    margin-top: -50px;
}

.content-white{
  padding-top: 70px;
  background-color: #f1f2f3;
}
.content-black{
  padding-top: 70px;
  background-color: #2b2b2b;
}
section.directions {
	background-color: #eaf2f7;
	padding-top: 0px;
	margin:0;
	height: 600px;
}

.row{
  padding-bottom: 75px;
}

.row-gallery{
  padding-bottom: 25px !important;
}

.bid-documents{
  padding-top: 20px;
  padding-bottom: 20px;
}

/*-------------- FOOTER ---------------*/
.foot{
  height: 100%;
  overflow: hidden;
  padding: 15px 0 15px 0;
}

.divider{
  border-top: 1px solid #999;
  width: 100%;
  overflow: hidden;
}



/*--------IMG STYLES -------*/

.img-shadow{
   box-shadow: 0px 0px 3px #013d8e;
  }


/*------------------BUTTONS----------------------*/

.btn-primary {
  background-color: #ff3838;
}
.btn-primary:hover {
  background-color: #e73030;
}



/*------------------ NAVBAR -----------------*/
.navbar-default{
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2b2b2b;
}

/* Hamburger Color */
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-family: 'Crimson Text', serif;
}
.dropdown-item{
  color: #fff !important;
  font-size: 1.1em;
  padding: 10px;
}
.dropdown-item:hover{
  color: #eee !important;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #eee;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 1.1em;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #eee;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #222;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eee;
  }
}

.anchor{
  display: block;
  height: 60px; /*same height as header*/
  margin-top: -60px; /*same height as header*/
  visibility: hidden;
}

.gallery-row{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

.upload{
  padding: 25px;
}

input[type="submit"] {
  background-color: #2980b9;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 50px;
  margin: 2px;
  padding-left: 0;
  width: 150px;
  cursor: pointer;
}

.file-input-wrapper {
           height: 50px;
           margin: 2px;
           overflow: hidden;
           position: relative;
           width: 150px;
           background-color: #fff;
           cursor: pointer;
       }
       .file-input-wrapper > input[type="file"] {
           font-size: 40px;
           position: absolute;
           top: 0;
           right: 0;
           opacity: 0;
           cursor: pointer;
       }
       .file-input-wrapper > .btn-file-input {
           background-color: #2980b9;
           border-radius: 4px;
           color: #fff;
           display: inline-block;
           height: 50px;
           margin: 0 0 0 -1px;
           padding-left: 0;
           width: 150px;
           cursor: pointer;
       }
       .file-input-wrapper:hover > .btn-file-input {
           //background-color: #494949;
       }
