* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.fontMon {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: white;
  letter-spacing: 47.5px;
}

#mainServicesHeading {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
#logo {
  height: 50px;
}
nav {
  min-height: 4rem;
}
#mainLandingContent {
  margin-bottom: 150px;
}
#mainLandingContainer {
  height: 92.5vh;
}
#mainLanding {
  object-fit: cover;
  background-image: url("/images/Header-Picture.jpg");
  background-repeat: no-repeat;
  background-position: 0% 98%;
  background-attachment: local;
  background-size: cover;
  border-radius: 0px 0px 175px 0px;
  height: 93vh;
}
.mainServicesImages {
  object-fit: cover;
  height: 20rem;
  width: 20rem;
  border-radius: 100%;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: black;
}

.mainServicesFont {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-size: 2rem;
  font-weight: normal;
  color: black;
}
#form {
  width: 30%;
}
#quoteBackground {
  height: 175px;
  background-image: url("/images/francesca-tosolini-XAHSexPxSus-unsplash.jpg");
  background-position: 0% 75%;
  border-radius: 100px 0px 0px 0px;
}
.aboutHeader {
  height: 10rem;
  background-image: url("/images/Header-Picture2.jpg");
  background-position: 0% 77%;
  border-radius: 0px 0px 100px 0px;
  background-size: cover;
}
.aboutHeaderContent {
  height: 10rem;
}
#quoteContent {
  height: 175px;
}
.links {
  text-decoration: none;
}
#aboutUsImage {
  width: 600px;
}
#line {
  border-top: 1px solid black;
  opacity: 25%;
  width: 75%;
}
.nav-item {
  text-align: right;
}
@media only screen and (max-width: 1500px) {
  #form {
    width: 50%;
  }
  #quoteBackground {
    height: 175px;
    background-image: url("/images/francesca-tosolini-XAHSexPxSus-unsplash.jpg");
    background-position: 0% 75%;
    background-size: cover;
    border-radius: 110px 0px 0px 0px;
  }
  #mainLanding {
    background-image: url("/images/Header-Picture.jpg");
    background-repeat: no-repeat;
    background-position: 40% 80%;
    background-attachment: local;
    border-radius: 0px 0px 175px 0px;
    height: 90.5vh;
    background-size: cover;
  }
  .aboutHeader {
    height: 10rem;
    background-image: url("/images/Header-Picture2.jpg");
    background-position: 0% 77%;
    border-radius: 0px 0px 175px 0px;
    background-size: cover;
  }
}
@media only screen and (max-width: 1199px) {
  #quoteBackground {
    height: 175px;
    background-image: url("/images/francesca-tosolini-XAHSexPxSus-unsplash.jpg");
    background-position: 0% 75%;
    background-size: cover;
    border-radius: 110px 0px 0px 0px;
  }
  #mainLanding {
    background-image: url("/images/Header-Picture.jpg");
    background-repeat: no-repeat;
    background-position: 40% 80%;
    background-attachment: local;
    border-radius: 0px 0px 175px 0px;
    height: 70.5vh;
    background-size: cover;
  }
  .aboutHeader {
    height: 10rem;
    background-image: url("/images/Header-Picture2.jpg");
    background-position: 0% 77%;
    border-radius: 0px 0px 100px 0px;
    background-size: cover;
  }
  #aboutUsImage {
    width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  a:hover {
    color: white;
  }
  #mainLanding {
    object-fit: cover;
    background-image: url("/images/Header-Picture.jpg");
    background-repeat: no-repeat;
    background-position: 50% 98%;
    background-attachment: local;
    border-radius: 0px 0px 175px 0px;
    height: 92.5vh;
  }
  .mainServicesImages {
    object-fit: cover;
    height: 10rem;
    width: 100%;
    border-radius: 0%;
  }
  .mainServicesFont {
    position: relative;
    top: -115px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    color: white;
  }
  #form {
    width: 70%;
  }
  #quoteBackground {
    height: 175px;
    background-image: url("/images/francesca-tosolini-XAHSexPxSus-unsplash.jpg");
    background-position: 0% 75%;
    background-size: cover;
    border-radius: 110px 0px 0px 0px;
  }
  #mainLanding {
    background-image: url("/images/Header-Picture.jpg");
    background-repeat: no-repeat;
    background-position: 40% 80%;
    background-attachment: local;
    border-radius: 0px 0px 175px 0px;
    height: 70.5vh;
    background-size: cover;
  }
  .aboutHeader {
    height: 10rem;
    background-image: url("/images/Header-Picture2.jpg");
    background-position: 0% 77%;
    border-radius: 0px 0px 100px 0px;
    background-size: cover;
  }
  #aboutUsImage {
    width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  a:hover {
    color: white;
  }
  #mainLanding {
    object-fit: cover;
    background-image: url("/images/Header-Picture.jpg");
    background-repeat: no-repeat;
    background-position: 35% 80%;
    background-attachment: local;
    border-radius: 0px 0px 175px 0px;
    height: 92.5vh;
  }
  .fontMon {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: white;
    letter-spacing: 25px;
  }
  #quoteText {
    visibility: hidden;
  }
  #freeQuote {
    position: relative;
    bottom: -25px;
  }
  #form {
    width: 80%;
  }
  #quoteBackground {
    height: 175px;
    background-image: url("/images/francesca-tosolini-XAHSexPxSus-unsplash.jpg");
    background-position: 0% 75%;
    background-size: cover;
    border-radius: 110px 0px 0px 0px;
  }
  .mainServicesFont {
    position: relative;
    top: -100px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    color: white;
  }
  #mainLanding {
    background-image: url("/images/Header-Picture.jpg");
    background-repeat: no-repeat;
    background-position: 40% 80%;
    background-attachment: local;
    border-radius: 0px 0px 175px 0px;
    height: 70.5vh;
    background-size: cover;
  }
  .aboutHeader {
    height: 10rem;
    background-image: url("/images/Header-Picture2.jpg");
    background-position: 0% 77%;
    border-radius: 0px 0px 100px 0px;
    background-size: cover;
  }
  #aboutUsImage {
    width: 450px;
  }
}
@media only screen and (max-width: 500px) {
  a:hover {
    color: white;
  }
  #aboutUsImage {
    width: 350px;
  }
}
@media only screen and (max-width: 330px) {
  a:hover {
    color: white;
  }
  #freeQuote {
    position: relative;
    bottom: -40px;
    left: 75px;
  }
  #aboutUsImage {
    width: 250px;
  }
  .fontMon {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: white;
    letter-spacing: 20px;
  }
  #floorInstallations {
    font-size: 1.85rem;
  }
  #form {
    width: 300px;
  }
  #quoteBackground {
    height: 175px;
    background-image: url("/images/francesca-tosolini-XAHSexPxSus-unsplash.jpg");
    background-position: 0% 75%;
    background-size: cover;
    border-radius: 125px 0px 0px 0px;
  }
  #mainLanding {
    background-image: url("/images/Header-Picture.jpg");
    background-repeat: no-repeat;
    background-position: 40% 80%;
    background-attachment: local;
    border-radius: 0px 0px 175px 0px;
    height: 70.5vh;
    background-size: cover;
  }
  .aboutHeader {
    height: 10rem;
    background-image: url("/images/Header-Picture2.jpg");
    background-position: 0% 77%;
    border-radius: 0px 0px 75px 0px;
    background-size: cover;
  }
  .aboutHeaderContent {
    height: 10rem;
  }
}

.btnAnimation {
  transition: transform 250ms;
}

.btnAnimation:hover {
  transform: translateY(-10px);
}
.transition-fade {
  opacity: 1;
  transition: 500ms;
}
html.is-animating .transition-fade {
  transform: translateY(-50px);
  opacity: 0;
}
html {
  scroll-behavior: smooth;
}
.carousel .carousel-item {
  height: 750px;
}

.carousel-item img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 500px;
}
/* .navbar-brand{
    position: absolute;
    top: 8px;
    right: calc(109px + 16px);
    left: calc(56px + 16px);
    text-align: center;
  }
  
  
  
  @media only screen and (min-width: 992px){
   
    .navbar-brand{
      position: static;
      top: auto;
      right: auto;
      left: auto;
      text-align: left;
    }
  }
  
  
   */
