.portfolio-small h4 {
  font-size: 21px;
  font-weight: 400;
}

.portfolio-small h3 {
  font-size: 32px;
  font-weight: bold;
}

.portfolio-small-right {
  height: 300px;
  padding-top: 40px;
  margin: 0 0px 5px 0px;
  text-align: center;
}

.portfolio-small {
  height: 300px;
  padding-top: 40px;
  margin: 0 5px 5px 0px;
  text-align: center;
}

.btn:hover, .btn:focus {
  color: #FFF;
  background-Color: #305070;
}

.hero_bg {
  background-repeat: no-repeat;
  background-image: url(../../assets/img/photography/omni_cloud.jpg);
  background-position: center;
  background-size: cover;
}

@media (min-width: 300px) {
  #hero_copy_container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    width: 320px;
    padding-bottom: 50px;
  }
}

@media (min-width: 576px) {
  #hero_copy_container {
    margin-top: 0px;
    margin-bottom: 0px;
    /*padding-top: 60px;*/
    width: 450px;
  }
}

@media (min-width: 768px) {
  #hero_copy_container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    width: 645px;
    height: 350px;
  }
}

@media (min-width: 992px) {
  #hero_copy_container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 75px;
    width: 650px;
    height: 400px;
  }
}

@media (min-width: 1200px) {
  #hero_copy_container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 125px;
    width: 750px;
    height: 500px;
  }
}

#navcol-1 {
  margin-top: 5px;
}

.brand-icon {
  height: 70px;
  margin-top: 20px;
  z-index: 11;
  position: relative;
}

@media (min-width: 300px) {
  .h1_hero {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    text-shadow: 0px 1px 2px #333;
    color: #FFFFFF;
  }
}

@media (min-width: 576px) {
  .h1_hero {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    text-shadow: 0px 1px 2px #333;
    color: #FFFFFF;
  }
}

@media (min-width: 768px) {
  .h1_hero {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    text-shadow: 0px 1px 2px #333;
    color: #FFFFFF;
  }
}

@media (min-width: 992px) {
  .h1_hero {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    text-shadow: 0px 1px 2px #333;
    color: #FFFFFF;
  }
}

@media (min-width: 1200px) {
  .h1_hero {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    text-shadow: 0px 1px 2px #333;
    color: #FFFFFF;
  }
}

@media (min-width: 300px) {
  .h2_hero {
    font-size: 14px;
    font-weight: 300;
    color: #CCCCCC;
    padding-bottom: 5px;
  }
}

@media (min-width: 576px) {
  .h2_hero {
    font-size: 16px;
    font-weight: 300;
    color: #CCCCCC;
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .h2_hero {
    font-size: 18px;
    font-weight: 300;
    color: #CCCCCC;
    padding-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .h2_hero {
    font-size: 24px;
    font-weight: 300;
    color: #CCCCCC;
    padding-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  .h2_hero {
    font-size: 24px;
    font-weight: 300;
    color: #CCCCCC;
    padding-bottom: 5px;
  }
}

.navbar.navbar-light.navbar-expand-md {
  z-index: 10;
}

#home_toggler {
  float: right;
}

.btn.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #305070;
  /*border: red;*/
}

