/* Generated on: Thu Jul 08 2021 19:06:22 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family:sans-serif;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%
}

/* ==========================================================================
   Start of custom CSS
   ========================================================================== */

body {
  margin: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1f1135;
}

h1 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.h7 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 22px;
}

.p-big {
  font-size: 18px;
  line-height: 24px;
}

.text-callout {
  color: #553B8F;
}

a {
  color: #FF6E6C;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #FB5452;
}

a:focus {
  color: #67568c;
}

.content-center {
  max-width: 740px;
}

.nav-link {
  color: #707070;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-link:hover {
  color: #1f1135;
}

.bg-light {
  background-color: #ffffff!important;
}
.btn-primary {
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 5px;
  border-radius: 4px;
  background-color: #FF6E6C;
  color: #fff;
  text-transform: uppercase;
  border: 0px;
}

.btn-primary:hover {
  background-color: #FB5452;
  color: #fff;
  border: 0px;
}

.btn-secondary {
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 5px;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #FF6E6C;
  text-transform: uppercase;
  border: 0px;
}

.btn-secondary:hover {
  background-color: #FFFFFF;
  color: #FB5452;
  border: 0px;
  border-style: none;
}

.btn-secondary:active, .btn-secondary:focus{
  border: 0px;
  border-style: none;
}

.contact-link {
  font-size: 20px;
}

.hero-text {
  max-width: 620px;
}

.highlight {
  background-color: #1F1135;
}

.highlight-light {
  background-color: #F4EFFC;
}

.alert-primary {
  background-color: #1F1235;
  color: #FFFFFF;
}

label {
  margin-bottom: .5rem;
}

.testimonial::before {
	content: open-quote;
	color: #553B8F;
	font-weight: bold;
	font-size: 60px;
	line-height: 48px;
	left: 15px;
	top: 0;
}

.form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
}


input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	background-color: #1F1135!important;
	border: 1px solid #ffffff;
	color: #ffffff!important;
	outline: none;
	transition: all 1s;
	-webkit-transition: all 1s;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #ffffff;
    opacity: 1;
}

#contactResponse, #contactError {
	display: none;
	width: 100%;
}

/* media queries */

@media (min-width: 768px) {
  h1 {
    font-size: 64px;
    line-height: 72px;
  }

  h2 {
    font-size: 56px;
    line-height: 64px;
  }

  h3 {
    font-size: 36px;
    line-height: 42px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 24px;
    line-height: 30px;
  }

  h6 {
    font-size: 20px;
    line-height: 28px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .p-big {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

}
