/*
Theme Name: Marguerite Creel for NC
Description: A custom theme developed by DreamCo Design for Marguerite Creel.
Author: DreamCo Design
Author URI: https://www.dreamcodesign.com/
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
body, html {
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  color: #000;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

a {
  color: #0f4a8c;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover {
  color: #E40E16;
}

section {
  padding: 6rem 0;
}

span.red {
  color: #E40E16;
}

.white-bg {
  background-color: #fff;
}

.gray-200-bg {
  background-color: #e9ecef;
}

.gray-100-bg {
  background-color: #f8f9fa;
}

.blue-bg {
  background-color: #0f4a8c;
  color: #fff;
}

.red-bg {
  background-color: #E40E16;
  color: #fff;
}

.mondrian-bg {
  background-image: url(theme/img/banner02.png);
  background-size: cover;
  background-position: top left;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
}

.mondrian-border {
  padding: 2rem;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}

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

strong, b {
  font-weight: 700;
}

.container {
  max-width: 1399px;
}

.btn {
  font-size: 1rem;
  border-radius: 0;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}

.btn-outline-dark {
  border-width: 0px;
}
.btn-outline-dark:hover {
  background-color: #000;
}

.top-nav {
  padding-top: 1rem;
}
.top-nav .social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.top-nav .social li a {
  padding-left: 0rem;
  font-size: 0.45rem;
  display: block;
}
.top-nav .social li a .fa-inverse {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.top-nav .social li a:hover {
  color: #FCDA19;
}
.top-nav .social li a:hover .fa-inverse {
  color: #000;
}

nav.navbar {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
nav.navbar .navbar-brand img {
  max-height: 5rem;
}
nav.navbar .navbar-nav li.nav-item {
  border-left: 2px solid #000;
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav.navbar .navbar-nav li.nav-item:first-child {
  border-left: none;
}
nav.navbar .navbar-nav li.nav-item:last-child {
  border-left: none;
}
nav.navbar .navbar-nav li.nav-item a.btn {
  margin-left: 0.5rem;
  font-size: 1.15rem;
  font-weight: bold;
}
nav.navbar .navbar-nav li.nav-item a.nav-link {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  padding: 0.25rem 1rem;
  color: #000;
  font-weight: bold;
}
nav.navbar .navbar-nav li.nav-item a.nav-link:hover {
  color: #E40E16;
  font-weight: bold;
}
nav.navbar .navbar-nav li.nav-item.active a.nav-link {
  color: #0f4a8c;
  font-weight: bold;
}

.main-banner {
  position: relative;
  padding-bottom: 56.25%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e9ecef;
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
}
.main-banner .container {
  position: absolute;
  z-index: 5;
  margin: 0 auto;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.main-banner .container .text-bg {
  padding: 1.5rem 3rem;
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  display: block;
  margin: 2rem auto;
}
.main-banner .container h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #fff;
}
.main-banner .container h4 {
  font-weight: 300;
  font-size: 1.45rem;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.main-banner .container .buttons {
  margin-top: 2rem;
}
.main-banner .container .buttons .btn {
  margin: 0 0.5rem;
}

.overlay-color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.welcome-img img {
  border: 10px solid #000;
}

.testimonials {
  padding: 1rem 0;
}
.testimonials .testimonial-wrap .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #000;
  border: none;
  border-radius: 0;
}
.testimonials .testimonial-wrap .card .card-img {
  max-width: 300px;
  width: 300px;
  min-width: 300px;
}
.testimonials .testimonial-wrap .card .card-img img {
  border: 10px solid #000;
}
.testimonials .testimonial-wrap .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 2rem;
}
.testimonials .testimonial-wrap .card .card-body blockquote {
  font-size: 1.2rem;
  color: #fff;
}
.testimonials .testimonial-wrap .card .card-body blockquote .blockquote-footer {
  padding: 0;
  background-color: transparent;
}

.form-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form-area .content-wrap {
  text-align: center;
}
.form-area form label {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Jost", sans-serif;
}
.form-area form .form-control {
  font-size: 1.00rem;
  border: none;
  border-radius: 0;
  color: #000;
  background-color: #e9ecef;
  padding: 0.75rem 1rem;
  height: auto;
  max-height: none;
}

.heading-background {
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
  position: relative;
  border-top: 10px solid #000;
}
.heading-background .container {
  position: relative;
  z-index: 5;
  text-align: center;
}
.heading-background .container h1.big-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  padding: 2rem;
  display: inline-block;
}

.media-image img {
  border: 10px solid #000;
}

.media-image, .media-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer {
  background-color: white;
  padding: 2rem 0;
}
footer .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
footer .navbar-nav li.nav-item a.nav-link {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: 300;
  padding: 0.5rem;
  color: #000;
}
footer .navbar-nav li.nav-item a.nav-link:hover {
  color: #E40E16;
}
footer .btn {
  font-size: 1rem;
}
footer .col-md-6 {
  display: flex;
  flex-direction: column;
}
footer .col-md-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer .social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .social li a {
  padding: 0rem 0.25rem;
  font-size: 0.45rem;
  display: block;
}
footer .social li a:hover {
  color: #E40E16;
}
footer p {
  text-align: center;
  font-weight: 300;
  width: 100%;
}

.copyright {
  padding: 1rem 0;
  font-size: 0.6rem;
  color: #adb5bd;
  text-align: center;
}
.copyright a {
  font-size: 0.6rem;
  color: #adb5bd;
}

@media screen and (max-width: 991px) {
  .main-banner .container h1 {
    font-size: 3rem;
  }

  section {
    padding: 4rem 1rem;
  }

  .testimonials .testimonial-wrap .card {
    flex-wrap: wrap;
    justify-content: center;
  }
  .testimonials .testimonial-wrap .card .card-img {
    margin-top: 1.5rem;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
  }
  .testimonials .testimonial-wrap .card .card-img img {
    border: none;
  }
  .testimonials .testimonial-wrap .card .card-body blockquote {
    text-align: justify !important;
  }

  footer .navbar-nav {
    margin-top: 1rem;
  }

  .navbar-toggler {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .form-area form {
    margin-bottom: 2rem;
  }

  .top-nav {
    padding-bottom: 1rem;
  }
  .top-nav .social {
    justify-content: center;
  }

  nav.navbar .navbar-brand {
    margin-right: 0;
  }
  nav.navbar .navbar-brand img {
    max-height: 3.5rem;
  }

  .main-banner {
    padding-bottom: 100%;
    background-position: -95px top;
  }
  .main-banner .container h1 {
    font-size: 2rem;
  }
  .main-banner .container h4 {
    font-size: 1rem;
    letter-spacing: 5px;
  }
  .main-banner .container .text-bg {
    padding: 1.5rem;
    margin: 1rem;
  }

  .testimonials {
    padding: 0;
  }
  .testimonials .testimonial-wrap .card .card-img {
    margin: 0;
    max-width: 100%;
    width: 100%;
    padding: 1rem;
  }
  .testimonials .testimonial-wrap .card .card-img img {
    margin: 0;
  }
  .testimonials .testimonial-wrap .card .card-body {
    padding: 1rem;
  }
  .testimonials .testimonial-wrap .card .card-body blockquote {
    font-size: 0.85rem;
    padding: 0;
  }

  .mondrian-bg {
    padding: 2rem 1rem;
  }

  footer .navbar-nav {
    flex-wrap: wrap;
  }

  nav.navbar .navbar-nav {
    padding-bottom: 1rem;
  }
  nav.navbar .navbar-nav li.nav-item {
    border-left: 2px solid #000;
  }
  nav.navbar .navbar-nav li.nav-item:first-child {
    border-left: 2px solid #000;
  }
  nav.navbar .navbar-nav li.nav-item:last-child {
    border-left: none;
  }
  nav.navbar .navbar-nav li.nav-item a.btn {
    margin-top: 1rem;
    width: 100%;
  }

  .heading-background .container h1.big-title {
    font-size: 2rem;
  }

  .media-image {
    margin-bottom: 2rem;
  }
}
