/*
Theme Name: Triple7
Theme URI: https://envyus.com.au
Author: EnvyUs
Author URI: https://envyus.com.au
Description: Web Design Adelaide
Version: 0.1
License: GNU General Public License
*/
@import url("https://use.typekit.net/rty7tcm.css");
body {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "mongoose", sans-serif;
  font-weight: 500;
  font-style: normal;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 56px;
  line-height: 48px;
  letter-spacing: 0%;
  margin-bottom: 40px;
}
h3 {
  font-size: 56px;
  line-height: 48px;
  letter-spacing: 0%;
}
h4 {
  font-size: 36px;
  line-height: 28px;
  letter-spacing: 0%;
}
footer {
  font-size: 14px;
  line-height: 110%;
}
:root {
  --bs-body-bg: #FDB913;
}
.cardItem.blogCard a {
  color: #000;
}
.carousel .topLeft, .carousel .topRight, .carousel .bottomRight {
  position: absolute;
  background-color: #F15A22;
  rotate: 30deg;
  z-index: 9999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.carousel .topLeft {
  width: 300px;
  height: 500px;
  top: -200px;
  left: -200px;
}
.carousel .topRight {
  width: 500px;
  height: 300px;
  top: -200px;
  right: -250px;
}
.carousel .bottomRight {
  width: 200px;
  height: 200px;
  bottom: -100px;
  right: -150px;
}
.carousel .logo {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.nav-link {
  font-family: "mongoose", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 32px;
  border-right: 2px solid #000;
}
.nav-link:last-of-type {
  border: none;
}
.nav-link:hover {
  color: #F15A22;
}
.cornerStripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  z-index: 99999;
}
.navbar {
  z-index: 999999;
}
.bannerWrap {
  border: 10px solid #F15A22;
  border-radius: 40px;
  overflow: hidden;
}
.posRel {
  position: relative;
}
.cardItem .inner {
  padding: 10px;
  border-radius: 20px;
  background-color: #F15A22;
}
.cardItem .cardImg {
  border-radius: calc(20px - 10px);
}
.cardItem:nth-child(1) .inner {
  background-color: #F15A22;
}
.cardItem:nth-child(2) .inner {
  background-color: #000;
}
.cardItem:nth-child(3) .inner {
  background-color: #0072BC;
}
.cardItem .iconImg {
  width: 30px;
  height: auto;
}
.cardItem a {
  color: #fff;
  text-decoration: none;
}
.racingStripe {
  background-image: url(images/racingStripe.png);
  background-repeat: repeat-x;
  background-position: center;
}
.mapBlock {
  border: 10px solid #F15A22;
  border-radius: 40px;
  overflow: hidden;
}
#map {
  height: 500px;
  width: 100%;
}
#output {
  margin-top: 10px;
  font-family: Arial, sans-serif;
}
.blogCard {
  overflow: hidden;
}
.blogCard .cardContent {
  background-color: #fff;
  padding: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
footer {
  margin-top: 200px;
  background-color: #000;
}
.footerInner {
  padding-top: 50px;
}
.footerLogo {
  position: absolute;
  left: 0;
  right: 0;
  margin: -150px auto 0;
}
.siteby {
  border-top: 1px solid #fff;
}
.cardItem.blogCard {
  font-size: 16px;
  line-height: 110%;
}
.siteby a, .siteby a:active, .siteby a:visited {
  color: #fff !important;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {
  .carousel .topLeft {
    top: -300px !important;
  }
  .carousel .topRight {
    top: -265px !important;
  }
  .carousel .bottomRight {
    bottom: -140px !important;
  }
  h3 {
    font-size: 44px;
    line-height: 41px;
  }
  .cornerStripe {
    width: 150px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .carousel .logo {
    width: 220px;
  }
  .cornerStripe {
    width: 120px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .cornerStripe {
    left: -50px;
  }
  .carousel .logo {
    width: 150px;
  }
  .footerLogo {
    width: 200px;
  }
  .headerLogo {
    width: 50% !important;
    height: auto;
  }
  .nav-link {
    border: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 470px) {
  .cornerStripe {
    left: -80px;
    top: -60px;
  }
  h2, h3 {
    font-size: 44px;
    line-height: 41px;
  }
  .carousel .topLeft {
    top: -370px !important;
  }
  .carousel .topRight {
    top: -280px !important;
  }
  .carousel .bottomRight {
    bottom: -160px !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 400px) {
  .carousel .logo {
    width: 120px;
  }
}
/*# sourceMappingURL=style.css.map */