/* Space out content a bit */
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

 h1 {
 
  text-align: left;
  line-height: 40px;
  font-family: 'Droid Serif', serif;
  font-size: 30px;
  color: #fff;
}
h2 {
 
  text-align: left;
  line-height: 40px;
  font-family: 'Droid Serif', serif;
  font-size: 25px;
  color: #6d6e71;
}
h3 {
  text-align: left;
  line-height: 40px;
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #6d6e71;
}


p{
   text-align: left;
   font-family: 'Roboto', sans-serif;
   color: #6d6e71;
   line-height: 15px;
}

/* Custom page footer */
.footer {
  padding-top: 22px;
  background-color: #f26522;
 padding-bottom: 20px;
  
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 990px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.udr {
  background:url(../img/bg1.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.udr1 {
  background:url(../img/bg2.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  
}
.udr2 {
  background:url(../img/bg3.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.udr3 {
  background:url(../img/bg4.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
    
}
.udr4 {
  background:url(../img/bg5.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
    
}
.udr5 {
  background:url(../img/bg6.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
    
}

.udr6 {
  background:url(../img/bg7.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
    
}
.udr3 .udr-high h1{
  padding-top: 50px;
  font-size: 40px;
}

.udr4 .udr-high h1{
  padding-top: 40px;
  font-size: 40px;
}

.udr5 .udr-high h1{
  padding-top: 50px;
  font-size: 40px;
}

.udr6 .udr-high h1{
  padding-top: 50px;
  font-size: 40px;
}
.udr-high{
  padding: 20px ;
  padding-top: 5px;
  background-color: #f26522;
  margin:100px 0;
  height: 200px;
  width: 500px;
}
.udr-high p{
  color: #fff;
   line-height: 25px;
  
}

.udr-content{
  padding-top: 30px;
 /* min-height: 335px;*/
}
.udr-copyright p{
  color: #fff;
   line-height: 20px;
}
.udr-content h2{
  color:#f26522;
  margin-top: 0;
}

.udr-content h3 span{
    color: #f26522;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;

}
p span {
  font-weight: bold;
  padding: 0;
}

#map {
       
        height: 400px;
        background-color: #CCC;
        background-size: cover;
      }
#legend {
    background-color: #f26522;
    margin-left: 150px;
    padding: 10px;
    width: 300px;
    height: 200px;
  }
#legend h1{
  padding-top: 40px;
  padding-left: 10px;
  font-size: 40px;
}

}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
 
}
