.dark-opacity {
 /*  opacity: 0.3;
  background-color: rgb(35, 35, 35);*/
}
.text-white {
  color: #635A51 !important;
}
.form-control {
  box-shadow: 0px 0px 1px #333333 !important;
}
.input-group-addon {
  box-shadow: 0px 0px 1px #333333 !important;
  border: 0px;
}
.alert {
  color: #635A51;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}


.cid-qxMbMxvHUX {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: none;
  background: #c45116; /* For browsers that do not support gradients
  /* background: -webkit-linear-gradient(left top, #003399, #6080BF);
  background: -o-linear-gradient(bottom right, #003399, #6080BF); 
  background: -moz-linear-gradient(bottom right, #003399, #6080BF);
  background: linear-gradient(to bottom right, #003399, #6080BF);  */
}

.nav-link {
  color: #c45116 !important;
}

.responsive-title {
}

@media (max-width: 800px) {
  .responsive-title {
    padding: 20px 0 5px 0 !important;
  }
}


.page-cover {
    min-height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}