@charset "UTF-8";

:root{
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-body-font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;

}

html {
  height: 100%;
}

body {
  height: 100%;
  position: relative;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: 1;
}

body {
    background: url("../images/bg-mobile-fallback.jpg") var(--bs-body-bg) no-repeat center center scroll;
    background-size: cover;
  }

.hide{
    display: none;
}

.masthead {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 221px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.masthead:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    transform: skewY(349deg);
    transform-origin: bottom right;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.masthead:after {
    overflow: hidden;
}

.masthead .masthead-content {
  position: relative;
  max-width: 46rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.masthead .masthead-content h1, .masthead .masthead-content .h1 {
  font-size: 2.5rem;
}
.masthead .masthead-content p {
  font-size: 1.2rem;
}
.masthead .masthead-content p strong {
  font-weight: 700;
}
.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
}
.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: calc(1rem + 2px);
}


@media (max-width: 320px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        width: 90%;
    }
}

@media (min-height: 1050px) and (max-width: 992px){
    .masthead {
        top: 200px;
    }

}

@media (min-width: 544px) and (max-height:899px){
    .masthead {
        top: 60px;
    }

    .masthead .masthead-content{
        padding-top: 11rem;
    }
}


@media (min-width: 544px) and (min-height:900px){
    
    .masthead.content .masthead-content {
        padding-top: 12rem;     
        position: relative;
    }
    .masthead .masthead-content {
        padding-top: 13rem;
        padding-bottom: 9rem;
    }
}

@media (min-width: 330px) and (min-height:1110px){
      .masthead .masthead-content {
        
        padding-bottom: 15rem;
    }
}


@media (min-width: 992px) {
    .masthead {
        position: absolute;
        width: 100%;
        top: 0px;
        overflow: hidden;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }


  .masthead {
    height: 100%;
    width: 75vw;
    min-height: 0;
    padding-bottom: 0;
  }

  .masthead:before {
content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}





  .masthead:before {
    transform: skewX(-9deg);
    transform-origin: top right;
  }
  
  .masthead.content .masthead-content {
    height: 100%;
    padding-top: 2rem;
  }



  .masthead .masthead-content {
    
    position: relative;
    max-width: 35rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

    .masthead.content .masthead-content .container-fluid {
        overflow: scroll;
        height: 100%;
    }

  .masthead .masthead-content h1, .masthead .masthead-content .h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }

  .masthead .contactForm{
    width: 96%;
  }
}
@media (min-width: 1200px) {

   .masthead {
  position: absolute;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masthead:before {
content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.masthead .masthead-content {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
} 


  .masthead {
    width: 65vw;
  }
}
.social-icons {
  position: relative;
  z-index: 2;
}
.social-icons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 4rem;
  width: 4rem;
  border-radius: 100rem;
}

@media (min-width: 1800px) {
    .masthead .masthead-content {
        max-width: 39vw;
        width: 39vw;
    }
}

@media (min-width: 992px) {
  .social-icons {
    position: absolute;
    height: 100%;
    top: 0;
    right: 2.5rem;
    width: auto;
  }
}

footer {
    position: absolute;
    bottom: 0;    
}
@media (min-width: 992px) {
    footer {
        left: 11vw;
    }
}

.form-control, .form-control:focus {

    background-color: #fff;
}
.form-control:focus {
   border-color: var(--bs-primary-color);
    box-shadow: none; 
}

.row.input-group-contact{
    margin-bottom: 5px;
}

.input-group-contact textarea.form-control {
    height: 200px;
    resize: none;
}


.btn-primary {
    color: #fff;
    background-color: var(--bs-primary-color);
    border-color: var(--bs-primary-color);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--bs-secondary-color);
    border-color: var(--bs-secondary-color);
}
