#phone-number {
  height: 50px;
  background-color: #a24857;
  position: fixed;
  margin-top: -110px;
  width: 100%;
}

#phone-header {
  height: 100px;
  background-color: #a24857;
  position: fixed;
  margin-top: 0;
  width: 100%;
}

#phone-header2 {
  height: 100px;
  background-color: #a24857;
  position: fixed;
  margin-top: -110px;
  width: 100%;
}

.navbar.navbar-light.navbar-expand-md {
  background-color: #444444;
  border-bottom: solid white 1px;
  border-radius: 0;
  position: fixed;
  top: 50px;
  height: 60px;
  width: 100%;
  padding: 0 20px;
}

.navbar-light .navbar-brand {
  font-size: 25px;
  color: rgba(255,255,255,0.9);
}

.nav-item a {
  display: block;
  padding: 14px;
}

.nav-item a:hover {
  background-color: #888;
}

#promo {
  margin-top: 110px;
  width: 100%;
}

#home-jumbotron {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../../assets/img/cover_image.jpg) center / cover no-repeat;
  width: 100%;
  height: 450px;
  opacity: 1;
  border-style: none;
  border-radius: 0px;
  margin: 0 auto;
}

#about-promo {
  width: 100%;
  height: 100%;
  padding: 200px 40px;
  text-align: center;
  background: url(../../assets/img/Real_Estate_Photography.jpg) center / cover no-repeat;
}

#prices-promo {
  width: 100%;
  height: 100%;
  background-color: #1313;
  padding: 20px 40px;
  margin-top: 110px;
  text-align: center;
}

.prices p{
	color: black;
}

#about-jumbo {
  width: 75%;
  /*height: 450px;*/
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 auto;
}

.btn {
  background-color: #444444;
  color: rgb(255,255,255);
  text-align: center;
}

.btn:hover {
  background-color: #a24857;
}

#drone-photo {
  background: url(../../assets/img/Drone_Photography_01.jpg) center / cover no-repeat;
  height: 500px;
  width: 50%;
  float: left;
}

#why-agents {
  height: 500px;
  width: 50%;
  float: right;
  background-color: #444;
}

.head-question {
  font-size: 2rem;
  color: white;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  text-align: center;
  padding: 0 10px;
}

.about-text {
  color: black;
  font-size: 20px;
  /*text-align: center;*/
}

.box {
  float: left;
  height: 250px;
  width: 33.3%;
  text-align: center;
  padding: 45px;
}

#photography {
  color: #444;
}

#videography {
  color: white;
  background-color: #a24857;
}

#aerial {
  color: #444;
}

#clear {
  clear: both;
}

.grey-text {
  color: #444;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255,255,255,0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255,0.5);
}

#navcol-1 {
  font-size: 20px;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #444;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 992px) {
  #home-jumbotron {
    height: 525px;
  }
}

@media (max-width: 768px) {
  #why-agents {
    height: 525px;
  }

  #drone-photo {
    height: 525px;
  }
	
  .box {
    height: 300px;
  }
}

@media (max-width: 576px) {
  #home-jumbotron {
    height: 625px;
    width: 100%;
  }
	
  #drone-photo {
    float: none;
    width: 100%;
  }
	
  #why-agents {
    float: none;
    width: 100%;
  }
	
  .head-question {
    font-size: 2rem;
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 20px;
  }
	
  .box {
    float: none;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 420px) {
  .navbar.navbar-light.navbar-expand-md {
    position: fixed;
    top: 90px;
    height: 110px;
    width: 100%;
  }
	
  .navbar-brand {
    font-size: 25px;
    color: rgba(255,255,255,0.9);
    margin: 0 auto;
  }
	
  .head-question {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
	
  #drone-photo {
    display: none;
  }
	
  #phone-number {
    height: 90px;
    margin-top: -200px;
  }
  
  #phone-header	{
	margin-top: -100px;	
  }
	
  #phone-header2	{
	margin-top: -200px;	
  }
	
  #home-jumbotron {
    height: 750px;
    margin-top: 200px;
  }
	
  #about-promo {
	margin-top: 100px;	
  }
	
  #prices-promo {
	margin-top: 200px;	
  }
	
  .contact-clean {
	margin-top: 200px;
  }
}




