@font-face {
    font-family: "Redacted Script Regular";
    src: url("fonts/redacted-script-regular.eot");
    src: url("fonts/redacted-script-regular.woff2") format("woff2"),
         url("fonts/redacted-script-regular.woff") format("woff"),
         url("fonts/redacted-script-regular.otf") format("opentype"),
         url("fonts/redacted-script-regular.svg#filename") format("svg");
}
@font-face {
    font-family: "Redacted Script Bold";
    src: url("fonts/redacted-script-bold.eot");
    src: url("fonts/redacted-script-bold.woff2") format("woff2"),
         url("fonts/redacted-script-bold.woff") format("woff"),
         url("fonts/redacted-script-bold.otf") format("opentype"),
         url("fonts/redacted-script-bold.svg#filename") format("svg");
}
@font-face {
    font-family: "Redacted Script Light";
    src: url("fonts/redacted-script-light.eot");
    src: url("fonts/redacted-script-light.woff2") format("woff2"),
         url("fonts/redacted-script-light.woff") format("woff"),
         url("fonts/redacted-script-light.otf") format("opentype"),
         url("fonts/redacted-script-light.svg#filename") format("svg");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Space out content a bit */
body {
  padding-bottom: 20px;
}

.link {
  cursor: pointer;
}

.top-hero {
  background-color: #ebecee;
  background-image: url(hero.jpg);
  background-position: 20% -450px;
  background-repeat: no-repeat;
  height: 590px;
  min-height: 590px;
}

.btn-cta {
  -moz-box-shadow: rgba(23,43,99,0.26) 0 7px 42px;
  -webkit-box-shadow: rgba(23,43,99,0.26) 0 7px 42px;
  box-shadow: rgba(23,43,99,0.26) 0 7px 42px;
  font-weight: bold;
  padding: 15px 40px;
  font-size: 20px;
}

.book-appointment {
  color: #337ab7;
  cursor: pointer;
}

.media-left, .media>.pull-left {
  padding-right: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

.redacted {
  font-family: "Redacted Script Regular";
}
.redacted-bold {
  font-family: "Redacted Script Bold";
}
.redacted-light {
  font-family: "Redacted Script Light";
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  text-align: left;
  width: 70%;
}
.jumbotron h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #636363;
    font-size: 45px;
}
.jumbotron p {
  font-family: "Redacted Script Regular";
}
.jumbotron .btn {
  font-family: 'Montserrat', sans-serif;
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.header h3, .marketing h3 {
    font-family: "Redacted Script Bold";
}
.marketing h4, .footer p, .header a {
    font-family: "Redacted Script Regular";
}
.marketing p {
    font-family: "Redacted Script Light";
}

.marketing h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  color: #636363;
  padding-bottom: 20px;
}

.marketing h3 {
  font-size: 30px;
}

.sweet-modal-overlay.open {
  z-index: 99999;
}
.sweet-modal-overlay.open .sweet-modal-box {
  top: 10% !important;
  margin-top: 0px !important;
}
.sweet-modal-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 25px;
}
.sweet-modal-title-wrap {
  border-bottom: none;
}
.sweet-modal-box .sweet-modal-content {
  padding: 30px;
}
.sweet-modal-box.alert .sweet-modal-content {
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 300;
}
.sweet-modal-box.alert .sweet-modal-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.sweet-modal-box.alert .sweet-modal-close-button {
  margin-top: 20px;
}
@media( max-width : 767px ) {
  .sweet-modal-overlay.open .sweet-modal-box {
      top: 0px !important;
      left: 0px !important;
      width: 100% !important;
  }
}