/*Any styles you write here will be over written, instead use the custom style sheet in your child theme */
/*control your varialbes via the _variables.scss file in utilities folder these files you may alter*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700|Raleway:300,400,800&display=swap");
@import url("https://use.typekit.net/fgf2xta.css");
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1em;
  position: relative;
  line-height: 1.8em;
}

h1, h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif;
}

a {
  color: #A60601;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: rgb(64.6107784431, 2.3353293413, 0.3892215569);
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

strong {
  font-weight: bold;
}

.white-text {
  color: #efefef;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-light {
  background-color: #fff !important;
}

.navbar-toggler {
  padding: 5px;
  background-color: #ccc;
}

.btn-primary {
  background-color: #A60601;
  font-family: "Raleway", sans-serif;
  transition: all 0.5s;
}
.btn-primary:hover {
  background-color: rgb(64.6107784431, 2.3353293413, 0.3892215569);
}

input {
  width: 100%;
  max-width: 100% !important;
  border: solid thin #eee;
  padding: 5px 10px;
}

textarea {
  width: 100%;
  max-width: 100%;
  border: solid thin #eee;
}

section {
  width: 100%;
  position: relative;
  background-color: white;
  margin: 0;
  padding: 40px 0;
}

section.hero-section {
  background-image: url(../images/hero-bg.jpg);
  height: 60vh;
  background-color: black;
}
section.hero-section.after {
  position: absolute;
  width: 100%;
  height: inherit;
  background-image: url(../images/overlay.png);
}
section.hero-section p {
  color: white;
  max-width: 600px;
}
section.hero-section a.down-button {
  color: white;
  position: absolute;
  bottom: 100px;
  width: 44px;
  height: 50px;
  font-size: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.about-section {
  background-image: url("../images/");
  background-position: center;
  background-size: cover;
  margin: 0;
}

section.testimonials-section .slick-slide {
  display: flex;
  align-items: center;
}
section.testimonials-section .slick-slide p:before {
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f10d";
  font-size: 1.9em;
  margin-right: 5px;
  color: #ccc;
}
section.testimonials-section .slick-next {
  position: absolute;
  right: -50px;
  bottom: 50%;
  z-index: 9;
  border: none;
  height: 60px;
  width: 60px;
  font-size: 0;
}
section.testimonials-section .slick-next:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f054";
}
section.testimonials-section .slick-prev {
  position: absolute;
  left: -50px;
  bottom: 50%;
  z-index: 9;
  border: none;
  height: 60px;
  width: 60px;
  font-size: 0;
}
section.testimonials-section .slick-prev:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f053";
}/*# sourceMappingURL=base-styles.css.map */