/* universal-section */
html {
  scroll-behavior: smooth; }
  html .banner {
    margin: 5% 0;
    text-align: center; }
  html button:hover {
    background-color: #fff; }
  html h1, html h2, html h3, html h4 {
    font-family: "Raleway", serif;
    font-weight: 700; }
  html h5, html p {
    font-family: "Raleway", serif;
    font-weight: 400; }
  html h1 {
    font-size: 6em; }
  html h2 {
    font-size: 4em; }
  html h3 {
    font-size: 2.5em; }
  html h4 {
    font-size: 2em; }
  html h5 {
    font-size: 3em; }
  html p {
    font-size: 1.5em; }
  html .left {
    text-align: left; }
  html .right {
    text-align: right; }
  html button {
    background-color: #fff;
    color: #1c1a1a;
    font-family: "Raleway", serif;
    font-weight: 700;
    font-size: 20pt;
    border: none;
    padding: 3% 10%;
    border-radius: 50px; }

/* universal-section-end */
/* nav-section */
nav {
  height: 100px;
  font-size: 1.5em; }

.navbar-dark {
  background-color: #1c1a1a; }

/* nav-section-end */
/* landing-page-section */
#land {
  background-image: url(../img/Group%2091@2x.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; }
  #land .land-content {
    height: 60vh;
    padding-top: 30vh;
    color: #fff; }
    #land .land-content button {
      width: 50%; }

/* nav-section */
/* updates-section */
#updates {
  margin-bottom: 5%;
  height: auto;
  text-align: center; }
  #updates .hide-2 {
    display: none; }

/* updates-section-end */
/* price-list-section */
#price-list {
  background-image: url(../img/Group%2092.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff; }
  #price-list .pl-content {
    background-color: #fff;
    padding: 5% 0;
    text-align: left;
    overflow-x: hidden; }
    #price-list .pl-content .pl-sub-box {
      display: block;
      text-align: center;
      padding: 3% 0;
      background-color: #1c1a1a; }
    #price-list .pl-content .pl-gap {
      margin-top: 5%;
      color: #1c1a1a; }

/* price-list-section-end */
/* quotes-section */
#quotes {
  background-image: url(../img/Group%2071.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 15% 0;
  color: #fff; }

/* quotes-section-end */
/* open-times-section */
#open-times {
  background-image: url(https://media.giphy.com/media/iN4TqRoyBDXEc9KNJB/giphy.gif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 10%;
  color: #fff; }
  #open-times button {
    width: 100%; }
  #open-times .banner {
    margin-top: 150px; }

/* open-times-section-end */
/* about-section */
#about {
  background-image: url(../img/Mask%20Group%205.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 15% 0; }
  #about button {
    width: 50%; }
  #about h5 {
    margin: 2% 0 5% 0; }

/* about-section-end */
/* brand-section */
#brand {
  padding-bottom: 10%; }

/* brand-section-end */
/* footer-section */
#footer {
  color: #fff;
  background: #1c1a1a; }
  #footer img {
    display: block;
    margin: 25% auto; }
  #footer .col-lg-4 {
    margin: 5% 0; }
  #footer button {
    width: 80%; }
  #footer a {
    color: #fff; }
    #footer a .fa {
      font-size: 40px;
      padding-top: 20%; }
  #footer .center {
    text-align: center; }
  #footer .col-lg-6 p {
    font-size: 15px; }

/* footer-section-end */
@media only screen and (max-width: 990px) {
  .land-content {
    text-align: center;
    padding-top: 30vh !important; }
  .hide {
    display: none !important; }
  .hide-2 {
    display: block !important; }
  #footer img {
    margin: 5% auto; }
  #footer button {
    margin-top: 10%; }
  #footer .fa {
    font-size: 40px;
    padding: 10% 0 !important; } }

@media only screen and (max-width: 1500px) {
  html h1 {
    font-size: 4em; } }

@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1600px; } }

@media only screen and (min-width: 1100px) {
  .container {
    max-width: 1145; }
  .land-content {
    height: 60vh;
    padding-top: 20vh;
    color: #fff; }
    .land-content button {
      width: 50%; } }
