/*!
 * Start Bootstrap - Landing Page v5.0.4 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
}

.btn-primary {
  background-color: #279988;
  border-color: #279988;
  border-radius: 30px;
}

.text-primary {
  color: #279988 !important;
}

.btn-primary:hover {
  color: #279988;
  background: white;
  border-color: white;
}

a {
  color: #279988;
}

a:hover {
  color: #279988;
}

.img-mobile {
  width: 100%;
  text-align: right;
  padding: 0;
}

header.masthead .logo { 
  width: 125px;
}

header.masthead .logo img { 
  width: 100%;
}

header.masthead {
  position: relative;
  padding-bottom: 2rem;
  background: linear-gradient(138.79deg, #259889 26.66%, #5CB354 73.34%);
  max-height: 660px;
  height: 80vh;
  min-height: 500px;
  margin-bottom: 20vh;
}

header.masthead * {
  z-index: 2;
} 

header.masthead:after {
  content: "";
  position: absolute;
  bottom: -1Px;
  left: 0;
  display : inline-block;
  height : 0;
  width : 0;
  z-index: 1;
  border-bottom : 10vh solid white;
  border-left : 100vw solid transparent;
}

header.masthead h1 {
  font-size: 1.8rem;
  text-align: left;
  padding: 0 30px;
  text-transform: uppercase;
  line-height: 2.8rem;
  padding: 0;
  margin-bottom: 35px;
}

header.masthead ul {
  list-style: none;
  padding-left: 0px;
  width: 80%;
  margin-bottom: 35px;
}

header.masthead ul li {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

header.masthead ul li span {
  margin-right: 10px;
  font-size: 2.5rem;
}

header.masthead .form-button .btn {
  border: none;
}

header.masthead .form-button .btn:nth-child(2) {
  background: white;
  color: #279988;
}

header.masthead .form-button .btn:hover {
  background: #5CB354;
  color: white;
}

@media (max-width: 768px) {
  header.masthead {
    padding-bottom: 3rem;
  }
  header.masthead h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  header.masthead .form-button .btn:nth-child(2) {
    background-color: #279988;
    color: white;
    margin-bottom: 15vh;
  }
  header.masthead {
    padding-bottom: 3rem;
    margin-bottom: 20vh;
  }
  header.masthead .header-title {
    height: 90vh;
  }
  .info-header {
    text-align: center;
  }
  .info-header ul {
    list-style: none;
    padding-left: 20px;
    width: 80%;
    margin-bottom: 20vh;
  }
  .info-header ul li {
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .info-header ul li span {
    margin-right: 10px;
    font-size: 2.5rem;
  }
 }



header.masthead .form-header {
  text-align: left;
}

header.masthead .form-header p {
  margin: 0 0 0 20px;
}

header.masthead .form-header label {
  display: block;
}

header.masthead .form-header input {
  border-radius: 40px;
  width: 300px;
}

header.masthead .form-button .btn {
  border-radius: 30px;
  width: 300px;
}

.footer {
  position: relative;
  background: linear-gradient(138.79deg, #259889 26.66%, #5CB354 73.34%);
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 10vh;
}

.footer a {
  color: white;
}

.footer p {
  font-size: 1.2rem;
}

.alert {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 3;
}

.alert p {
  margin-bottom: 0;
}


.input-error {
  margin: 5px 0;
}

.title {
  position: relative;
  padding-bottom: 2rem;
}

.title h2 {
  color: black;
  text-transform: uppercase;
  text-align: center;
}

.title * {
  z-index: 2;
} 


@media (max-width: 768px) {
  .title {
    background: linear-gradient(138.79deg, #259889 26.66%, #5CB354 73.34%);
    height: 150px;
    margin-bottom: 50px;
    padding-top: 65px;
    padding-left: 25px;
  }
  .title:after {
    content: "";
    position: absolute;
    bottom: -1Px;
    left: 0;
    display : inline-block;
    height : 0;
    width : 0;
    z-index: 1;
    border-bottom : 30px solid white;
    border-left : 100vw solid transparent;
  }
  .title:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    display : inline-block;
    height : 0;
    width : 0;
    z-index: 1;
    border-top : 30px solid white;
    border-right : 100vw solid transparent;
  }
  .title h2 {
    color: white;
  }
  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 20vh;
  }
}