html {
  scroll-padding-top: 100px;
}
html,
body {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
p {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
  line-height: 1.8;
}
.text-xl {
  font-size: 20px;
  line-height: 1.8;
}
.text-xxl {
  font-size: 24px;
}
.text-muted {
  color: #666;
}
.text-muted-light {
  color: #999;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #00BFA6;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #00BFA6;
  color: white;
}
hr.star-primary {
  border-color: #0B0B0C;
}
hr.star-primary:after {
  background-color: white;
  color: #0B0B0C;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #2C2F33;
  color: white;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../assets/images/banner-1600x1040.png) no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  z-index: 0;
}
header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 2200px) {
  header:after {
    background-size: contain;
    background-position: center -50px;
    background-attachment: fixed;
  }
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
.navbar {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav {
  letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar-default,
.navbar-inverse {
  border: none;
  background-color: #1A1C1E;
}
.navbar-brand {
  padding: 10px;
}
.navbar-brand img {
  display: inline-block;
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #2C2F33;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(0, 191, 166, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #000000;
  border: solid 2px white;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: none;
}
.floating-label-form-group input,
.floating-label-form-group textarea,
.floating-label-form-group select {
  z-index: 1;
  position: relative;
  padding: 10px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-size: 1.5em;
  background: #f9f9f9;
  box-shadow: none !important;
  resize: none;
  color: #333;
}
.floating-label-form-group input:focus,
.floating-label-form-group textarea:focus,
.floating-label-form-group select:focus {
  border-color: #00BFA6;
  outline: none;
  background: #fff;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.76470588em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: none;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #00BFA6;
}
form .row:first-child .floating-label-form-group {
  border-top: none;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #0B0B0C;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #000000;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #0B0B0C;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #0B0B0C;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.mt-sm {
  margin-top: 15px;
}
.mt-md {
  margin-top: 20px;
}
.mt-lg {
  margin-top: 30px;
}
.mt-xl {
  margin-top: 40px;
}
.mb-sm {
  margin-bottom: 15px;
}
.mb-md {
  margin-bottom: 20px;
}
.mb-lg {
  margin-bottom: 30px;
}
.mb-xl {
  margin-bottom: 40px;
}
.mr-xs {
  margin-right: 10px;
}
.mr-sm {
  margin-right: 15px;
}
.ml-sm {
  margin-left: 15px;
}
.navbar-logo {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.service-icon {
  color: #00BFA6;
  margin-bottom: 20px;
}
.service-description {
  font-size: 16px;
  line-height: 1.6;
}
.feature-list {
  font-size: 18px;
  line-height: 1.8;
  list-style-type: none;
  padding-left: 0;
}
.feature-list li {
  margin-bottom: 15px;
}
.feature-list .fa-check {
  color: #FFFFFF;
  margin-right: 10px;
}
.service-area-list {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 2;
}
.service-area-list h4 {
  margin-bottom: 20px;
}
.service-area-column {
  margin-bottom: 30px;
}
.about-text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.about-cta {
  margin-top: 30px;
  font-size: 20px;
}
.about-cta a {
  color: #00BFA6;
}
#booking-quote {
  display: none;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
#booking-quote h4 {
  margin-top: 0;
}
#booking-quote #quote-details {
  font-size: 18px;
  margin: 10px 0;
}
#booking-quote .quote-disclaimer {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
#booking-success {
  display: none;
}
.booking-alternate {
  margin-top: 15px;
  color: #00BFA6;
}
.booking-alternate a {
  font-weight: bold;
  font-size: 18px;
  color: #00BFA6;
}
#bookingForm button[type="submit"] {
  background-color: #00BFA6;
  border-color: #00BFA6;
  color: #FFFFFF;
}
#bookingForm button[type="submit"]:hover,
#bookingForm button[type="submit"]:focus,
#bookingForm button[type="submit"]:active {
  background-color: #008c7a;
  border-color: #008c7a;
}
.contact-info {
  margin-bottom: 30px;
}
.contact-info p {
  font-size: 20px;
  margin-top: 20px;
}
.contact-info p.contact-phone {
  font-size: 20px;
}
.contact-info p.contact-phone a {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.contact-info p.contact-email,
.contact-info p.contact-address {
  font-size: 18px;
  margin-top: 15px;
}
.contact-info p.contact-email a,
.contact-info p.contact-address a {
  color: #FFFFFF;
}
.contact-info p .fa {
  margin-right: 10px;
}
footer .social-note {
  font-size: 12px;
  margin-top: 10px;
  color: #999;
}
footer .footer-contact {
  margin-top: 15px;
}
footer .footer-contact a {
  color: #FFFFFF;
}
.error-page-content {
  margin-top: 40px;
}
.error-page-content p {
  font-size: 16px;
  color: #999;
}
.error-page-content a {
  color: #00BFA6;
  font-weight: bold;
}
.text-white {
  color: #FFFFFF;
}
.text-accent {
  color: #00BFA6;
}
.bg-light {
  background: #f8f8f8;
}
.form-control:focus {
  border-color: #00BFA6;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 191, 166, 0.25);
}
.btn-success {
  background-color: #00BFA6;
  border-color: #00BFA6;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #008c7a;
  border-color: #008271;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #00BFA6;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #00BFA6;
}
#contactForm button[type="submit"] {
  background-color: #00BFA6;
  border-color: #00BFA6;
  color: #FFFFFF;
}
#contactForm button[type="submit"]:hover,
#contactForm button[type="submit"]:focus,
#contactForm button[type="submit"]:active {
  background-color: #008c7a;
  border-color: #008c7a;
  color: #FFFFFF;
}
.has-error .form-control {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.4);
}
.has-error .form-control:focus {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 83, 79, 0.6);
}
.has-error label {
  color: #d9534f;
}


/*# sourceMappingURL=main.min.css.map*/