@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');



.playfair-display > {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 100 ;
  font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: 'Playfair Display', Times, serif;
    font-weight: lighter;
    color: #ffffff;
    font-size: 1.5rem;
}

.offset:before {
    height: 3.8rem;
    margin-top: -3.8rem;
    content: "";
    display: block;
}

.numbers {
    font-family: 'Barlow', sans-serif;
}

h1 {
    font-family:'Playfair Display', Times, serif;
    margin-bottom: .5em;
    font-weight: 100;
    color: #ffffff;
    font-size: 2rem;
}




/* ------------------------------------------------------------- Hero Image ---------------------------------------------------------------- */


.masthead {
    height: 100vh;
    min-height: 500px;
    /* background-image: url('/images/pf-hero10.jpg'); */
    background-color: #212529;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.heading-cov {
    color: white;
    font-family: 'Bebas Neue', cursive;
    font-size: 6rem;
    font-weight: 100;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 1rem;
    margin-top: 3em;
}

.subhead-cov {
    color: white;
    font-size: 9rem;
    font-family: 'Bebas Neue', cursive;
    font-weight: 300;
    margin-top: .6em;
    text-shadow: .1rem .1rem .8rem rgb(56, 56, 56);
}

/* Solid border */
hr.solid {
    border-top: 1.5px solid white;
    width: 78%;
    margin: 0 auto;
    padding-bottom: 10px;
}



.index-card:hover {
    opacity: 70%;
    transition: .3s;
    cursor: pointer;

}

.cover-content .landing {
    width: 50%;
}

.mc-logo {
    width: 50%;
    margin-top: 50px;
}


/* =================================================== Modal ============================================== */



#myModal img {
    width: 100%;
  }
  
  #myModal .modal-body{
    padding: 0;
  }
  
  #myModal .modal-dialog {
    max-width: 800px;
    padding: 100px 0;
  }
  
  #myModal .formWrap {
    padding: 35px 45px;
    text-align: center;
  }
  
  #myModal h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  
  #myModal hr {
    width: 50px;
    height: 2px;
    background: #d90957;
    border: none;
  }
  
  #myModal form {
    margin-top: 35px;
  }
  
  #myModal input{
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 1px solid white;
    margin-bottom: 10px;
  }
  
  #myModal input:focus{
    outline: #d90957;
    border-color: #d90957!important;
  }
  
  #myModal .submit{
    background: #d90957;
    color: #fff;
    border: none;
  }
  
  #myModal h6 a {
    color: #d90957;
    font-weight: normal;
  }
  
  #myModal h5{
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 45px;
  }
  
  #myModal p {
    margin-bottom: 0;
  }
  
  #myModal p a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50px;
    border: 1px solid #d90957;
    color: #d90957;
    margin-right: 10px;
  }
  
  #myModal .facebook{
    color: #d90957;
    border-color: #d90957;
  }
  
  #myModal .twitter{
    columns: #d90957;
    border-color: #d90957;
  }
  
  #myModal .instagram{
    columns: #d90957;
    border-color: #d90957;
  }
  
  
  



/* -------------------------------------------------------- Navbar ------------------------------------------------------------- */


.navbar {
    transition: all 0.4s;
}


.navbar .nav-link {
    color: #fff!important;
    margin-left: 1em;
    font-weight: 400;
    letter-spacing: .1em;
    font-size: 1.1rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #f39200!important;
    transition: .5s;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: black;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}



.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #f39200!important;
    transition: .5s;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #ffffff;
}




/* --------------------------------------------------- Page Head --------------------------------------------- */

.page-head-image {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.page-head-container {
    position: relative;
    margin: 0;
    padding: 0;
}

.page-head-centered {
    font-family: 'Bebas Neue', cursive;
    font-weight: 300;
    font-size: 6rem;
    color: white;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .page-head-centered-to-let {
    font-family: 'Bebas Neue', cursive;
    font-weight: 300;
    font-size: 7rem;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


/* --------------------------------------------------- About Us section --------------------------------------------------------- */

.narrow {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.title {
    text-align: center;
    padding: 25px 0 10px 0;
}

.course-jmb {
    background-color: #141414;
    margin-bottom: 2em;
    padding: 80px 0!important;
    border-bottom: 10px solid #f39200;
}


h1.about-us {
    font-family: 'Bebas Neue', cursive;
    padding-top: 40px;
    margin-bottom: .5em;
    font-weight: 100;
    color: white;
    font-size: 4rem;
}

p.lead {
    width: 70%;
    justify-content: center;
    margin: 0 auto 5em;
    color: #eeeeee;
    font-weight: 300;
    font-size: 1.1rem;

}



/* =================================================== Card ================================================== */

#facilities {
    background-color: white;
    padding: 30px 0;
}

#facilities h1 {
    font-family: 'Bebas Neue', cursive;
    margin-bottom: .5em;
    font-weight: 100;
    color: #333333;
    font-size: 4rem;
}


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

.card-body {
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.1);
}

.card {
    margin: 20px 10px;
}

.card-title {
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    font-size: 2.4rem;
    color: #333333;
    border-bottom: 1px solid black;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
}

.card-body a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    margin-top: auto;
    font-weight: 900;
}


.card-body a:hover,
.card-body a:focus {
    text-decoration: none;
}

.img-top {
    width: 100%;
    object-fit: cover;
}

.btn-bio {
    width: 100%;
    margin: 1em 0 0.5em 0;
    background-color: #8f8f8f;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    
}

.btn-website {
    width: 100%;
    margin: 0.2em 0 0.2em 0;
    background-color: #31363b;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;
    /* =================== height ====================== */
    height: 50px;
    letter-spacing: 1px;
    
}

.card-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #c99705;
}

.card-text {
    color: #333333;
}



.btn-link-1 {
    color: white;
}

.btn-bio:hover {
    background-color: #c99705;
}

.btn-website:hover {
    background-color: #c99705;
}


.single-card {
   margin: 0 auto;
}







/* ----------------------------------------------------------- Footer ------------------------------------------------------------ */




hr.footer {
    width: 98%;
  }

.site-footer {
  background-color: #191b1f;
  padding:45px 30px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}

.site-footer hr {
  border-top-color:#bbb;
  opacity:0.5;
}

.site-footer hr.small {
  margin:20px 0;
}

.site-footer h6 {
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px;
}

.site-footer a {
  color:#737373;
}

.site-footer a:hover {
  color:#f39200;
  transition: .5s;
  text-decoration:none;
}

.footer-links {
  padding-left:0;
  list-style:none;
  font-size: 1rem;
}

.footer-links li {
  /* display:inline; */
  margin-left: 1em;
}

.footer-links a {
  color:#737373;
}

.footer-links a:active,.footer-links a:focus,.footer-links a:hover {
  color:#f39200;
  text-decoration:none;
}

.footer-links.inline li {
  display:inline-block;
}

.site-footer .social-icons {
  text-align:right;
}

.site-footer .social-icons a {
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}

.copyright-text {
  margin:0;
}

.useful-links {
    text-align: right;
}

.footer-brand {
    text-align: left;
}

.social-icons {
  padding-left:0;
  margin-bottom:0;
  list-style:none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color:#96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
}

.social-icons a:active,.social-icons a:focus,.social-icons a:hover {
  color:#fff;
  background-color:#f39200;
}

.social-icons.size-sm a {
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px;
}

.social-icons a.facebook:hover {
  background-color:#3b5998;
}

.social-icons a.twitter:hover {
  background-color:#00aced;
}

.social-icons a.instagram:hover {
    background-color:#f39200;
  }
  

.social-icons a.phone:hover {
  background-color:#f39200;
}

.social-icons a.email:hover {
  background-color:#f39200;
}


.feedback-container {
height: 100vh;
}


/* ================================================================= Media Query =========================================================== */


@media (max-width: 1300px) {
    .subhead-cov {
        font-size: 7rem;
    }
    hr.solid {
        width: 60%;
    }
    
}

@media (max-width: 1200px) {
    .subhead-cov {
        font-size: 6rem;
    }
    .page-head-centered {
        font-size: 4.5rem;
        top: 58%;
        transform: translate(-50%, -50%);
    }
    .page-head-centered-to-let {
        font-size: 7rem;
        top: 60%;
        transform: translate(-50%, -50%);
    }
    hr.solid {
        width: 60%;
    }
    
}



@media (max-width: 992px) {
    .subhead-cov {
        font-size: 5.6rem;
    }
    .navbar {
        background: black;
    }
    .navbar-brand img {
        height: 80px;
        margin-left: -1em;
    }
    .navbar .navbar-brand, .navbar .nav-link {
        color: #fff;
    }
    .navbar-nav li {
        padding-right: 0;
        margin: 0.5em 0;
        font-size: 1rem;
        margin-right: 1.5em;
        text-align: right;
    }
    .page-head-container {
        position: relative;
        margin: 0;
        padding: 90px 0 0;
    }
    .page-head-centered {
        font-size: 4rem;
        top: 60%;
        transform: translate(-50%, -50%);
    }
    .page-head-centered-to-let {
        font-size: 4rem;
        top: 60%;
        transform: translate(-50%, -50%);
    }
    .FrontPageLinks {
        padding: 0;
    }
    .spawtz-intro {
        order: 2;
    }
    .spawtz-links {
        order: 1;
    }
    .contact-intro {
        padding: 2em;
    }
    .products-center h1 {
        font-size: 3rem;
    }
    .products-center {
        padding: 0 50px 40px;
    }
    .products-image {
       order: 1;
    }
    .products-bio {
        order: 2;
    }
    .products-centered {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 3rem;
        letter-spacing: .1em;
        color: white;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

    
}




@media (max-width: 768px) {
     
    .heading-cov {
        margin-top: -1em;
        font-size: 2rem;
        padding-bottom: .5rem;
    }
    
    .subhead-cov {
        font-size: 4rem;
        padding-bottom: 1.2rem;
    }
    .narrow h1 {
        font-size: 1.5rem;
    }
    .text-right {
        padding: 16px 0;
    }
    .navbar-nav li {
        padding-right: 0;
        margin: 0.5em 0;
        font-size: 1rem;
        margin-right: 1.5em;
        text-align: right;
    }
    .nav-link {
        margin-right: 0;
    }
    .navbar-toggler {
        margin-right: .1em;
    }
    h1.book-intro {
       font-size: 2.3rem;
       margin-bottom: .8em;
    }
    .about-header-image {
        max-height: 50px;
    }
    .site-footer {
    padding-bottom:0
    }
    .site-footer .copyright-text,.site-footer .social-icons {
    text-align:center
    }
    .social-icons li.title  {
    display:block;
    margin-right:0;
    font-weight:600
    }
    .useful-links {
        text-align: center;
    }
    .footer-brand {
        text-align: center;
    }
    .page-head-centered {
        font-size: 4rem;
        top: 60%;
        transform: translate(-50%, -50%);
    }
    .page-head-centered-to-let {
        font-size: 4rem;
        top: 60%;
        transform: translate(-50%, -50%);
    }
    .profile{
        padding: 20px 0;
    }
    .profile-image {
        padding: 0!important;
    }
    .profile-about {
        padding: 20px 0 40px;
    }
    .footer-links li {
        font-size: 1.2rem;
        display: block;
        margin-left: 0;
        line-height: 3em;
    }
    .contact-details {
        text-align: center;
    }
    .products {
        padding: 0;
    }

      
}


@media (max-width: 570px) {
    .page-head-centered {
        font-size: 3.5rem;
        top: 62%;
    }
    .page-head-centered-to-let {
        font-size: 2.5rem;
    }
    .masthead {
        height: 120vh;
        min-height: 500px;
        background-color: #212529;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
}


@media (max-width: 440px) {
    .subhead-cov {
        font-size: 4rem;
    }
    h1.about-us {
        font-size: 3rem;
    }
    hr.solid {
        border-top: 1px solid white;
        width: 65%;
        margin: .05em auto;
    }
    .products-bio {
        padding: 30px 0 0!important;
        text-align: center;
    }
    .products-center {
        text-align: center;
    }
    
    .products-image {
        padding: 0!important;
    }
    .btn-products {
        width: 100%;
    }
    .products {
        border-top: 8px solid #ffa600;
    }
    .cover-content .landing {
        width: 80%;
        margin-bottom: 1em;
    }
    .masthead {
        height: 120vh;
        min-height: 500px;
        background-color: #212529;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      .mc-logo {
        width: 80%;
        margin-top: 50px;
    }

    .feedback-container {
        height: 120vh;
    }
}
