@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #FCF8ED;
  color: #000;
}
body a {
  color: #CA3C08;
}
body a:hover {
  color: #EA9629;
}
body #header {
  background-color: #FCF8ED;
}
body #header .client-logo span.logo-holder {
  background-image: url("images/YC\ LOGO\ DECK2.jpg");
  width: 100%;
  background-position: center;
  background-size: 300px;
  height: 100px;
}
body div#content {
  background: url('images/somertown_BG.jpg') no-repeat top center fixed;
  background-size: cover;
  min-height: calc(100vh - 180px);
}
body div#content .main-content {
  background-color: rgba(252, 248, 237, 0.95);
}
body div#content textarea.form-control {
  background-color: #FFF;
  border-color: #BC9B5D;
  border-radius: 8px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  min-height: 100px;
}
body div#content textarea.form-control:focus {
  outline: 0;
  box-shadow: none;
}
body div#content .input-group-addon,
body div#content .form-control,
body div#content select.form-control,
body div#content .funkyradio input[type="radio"]:empty ~ label,
body div#content .funkyradio input[type="checkbox"]:empty ~ label {
  background-color: #FFF;
  border-color: #BC9B5D;
  border-radius: 8px;
}
body div#content .input-group-addon:focus,
body div#content .form-control:focus,
body div#content select.form-control:focus,
body div#content .funkyradio input[type="radio"]:empty ~ label:focus,
body div#content .funkyradio input[type="checkbox"]:empty ~ label:focus {
  outline: 0;
  box-shadow: none;
}
body div#content .btn {
  font-family: 'Montserrat', sans-serif;
  background-color: #BC9B5D;
  color: #FFF;
  border: 2px solid #BC9B5D;
  width: 135px;
  transition: 0.5s all;
  border-radius: 8px;
}
body div#content .btn:focus,
body div#content .btn:active,
body div#content .btn:hover {
  outline: 0;
  box-shadow: none;
  background-color: #BC9B5D;
  color: #FFF;
}
body div#content .br-theme-bootstrap-stars .br-widget a:after {
  color: #dac8a5;
}
body div#content .br-theme-bootstrap-stars a.br-active:after,
body div#content .br-theme-bootstrap-stars a.br-selected:after {
  color: #BC9B5D;
}
body .alert {
  animation: pulse ease-in-out 0.2s;
  text-align: center;
  border-radius: 0;
  background-color: #ff4d4d;
  color: #FFF;
  border: 0;
}
body .alert .glyphicon.glyphicon-exclamation-sign {
  display: none;
}
body .panel-footer,
body div.questionHolder,
body .sv_p_container {
  border: 0;
}
body .funkyradio .funkyradio-success input[type="radio"]:checked ~ label:before,
body .funkyradio .funkyradio-success input[type="checkbox"]:checked ~ label:before {
  background-color: #BC9B5D;
}
body .funkyradio .funkyradio-danger input[type="radio"]:checked ~ label:before,
body .funkyradio .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  background-color: #ff4d4d;
}
body .funkyradio input[type="radio"]:empty ~ label:before,
body .funkyradio input[type="checkbox"]:empty ~ label:before {
  background: #dac8a5;
}
body .datetimepicker thead tr:first-child th:hover,
body .datetimepicker tfoot th:hover,
body .datetimepicker table tr td span:hover {
  background-color: rgba(188, 155, 93, 0.5);
  color: #FFF;
}
body div.datetimepicker thead tr:first-child th:hover,
body div.datetimepicker tfoot th:hover,
body div.datetimepicker table tr td span:hover {
  background-color: rgba(188, 155, 93, 0.5);
}
body div.datetimepicker table tr td.active.active.active,
body div.datetimepicker table tr td span.active.active {
  background-color: #BC9B5D;
  color: #FFF;
}
body div.datetimepicker table tr td.active.active:hover.active,
body div.datetimepicker table tr td span.active:hover.active {
  background-color: #BC9B5D;
  color: #FFF;
}
body div.datetimepicker table tr td.today.active {
  border: 1px solid #c3a66f;
}
body div.datetimepicker table tr td.day:hover {
  background-color: #cbb181;
  color: #FFF;
}
body .funkyradio input[type="radio"]:empty ~ label:before,
body .funkyradio input[type="checkbox"]:empty ~ label:before {
  border-radius: 8px;
}
body .calendardatetimepicker input.form-control {
  margin-left: 2px;
}
body .calendardatetimepicker span.input-group-addon {
  border-right: 1px solid #BC9B5D;
}
footer #footer {
  background-color: #FCF8ED;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}
footer #footer a,
footer #footer p {
  margin: 0;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  color: #BC9B5D;
}
footer #footer a:hover {
  color: #EA9629;
}
