div#contact-box {
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 30px;
  min-height: 100%;
  max-height: 100%;
}

p#contact-text {
  line-height: 1.5em;
  padding-bottom: 10px;
}

div.info-box {
  margin-bottom: 15px;
}

.my-info-icons {
  margin-right: 15px;
}

div#info-container {
  padding-bottom: 20px;
  padding-top: 20px;
}

i.form-control-feedback {
  padding-top: 10px;
}

i.form-control-feedback {
  padding-top: 10px;
}

div.site-form {
  padding-top: 10px;
}

button#form-btn {
  border-radius: 5px;
  width: 30%;
  height: 40px;
  color: #ffffff;
  font-size: 1em;
  background: #00c320;
  border-bottom: 5px solid #ff9900;
}

form#my-form {
  padding-bottom: 20px;
  padding-top: 20px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  border-radius: 0 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: rgb(255,153,0);
  background-color: #000000;
}

@media (min-width: 300px) {
  .text-center.video-container {
    margin-top: 144px;
    position: relative;
    padding-bottom: 56%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .text-center.video-container {
    margin-top: 73px;
  }
}

@media (min-width: 300px) {
  .intro-body {
    margin-top: 56px;
  }
}

@media (min-width: 1200px) {
  .intro-body {
    margin-top: 310px;
  }
}

