* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
body,
html {
  background-color: #fff;
  color: #555;
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
section {
  padding: 40px;
}
li {
  list-style: none;
  font-size: 97%;
}
.line {
  display: block;
  height: 2px;
  color: transparent;
  background-color: #74ce7d;
  content: '  ';
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
}
.heading3 {
  text-align: center;
}
.white {
  color: #fff;
}
h1,
h2,
h3 {
  font-weight: 400;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  color: #fff;
  font-size: 240%;
  word-spacing: 4px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
h2 {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
h3 {
  font-size: 110%;
  margin-bottom: 15px;
}
.long-copy {
  line-height: 145%;
  text-align: justify;
}
p {
  font-size: 97%;
  line-height: 145%;
  font-weight: 300;
}
ion-icon {
  --ionicon-stroke-width: 19px;
  font-size: 300%;
  display: block;
  color: #41aa9d;
  margin-bottom: 15px;
}
nav a {
  margin-top: 30px;
  position: relative;
  left: 3%;
  padding: 0 5px;
}
nav a:link,
nav a:visited {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.2s;
  padding-bottom: 10px;
}
nav a:active,
nav a:hover {
  border-bottom: 2px solid #74ce7d;
}
.btn:link,
.btn:visited,
input[type='submit'] {
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
  border-radius: 200px;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}
.btn-full:link,
.btn-full:visited,
input[type='submit'] {
  margin-right: 20px;
  background-color: #41aa9d;
  border: 1px solid #41aa9d;
  color: #fff;
}
.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #41aa9d;
  color: #41aa9d;
}
.btn:active,
.btn:hover,
input[type='submit']:active,
input[type='submit']:hover {
  background-color: #74ce7d;
}
.btn-full:active,
.btn-full:hover,
input[type='submit']:active,
input[type='submit']:hover {
  border: 1px solid #74ce7d;
}
.btn-ghost:active,
.btn-ghost:hover {
  border: 1px solid #74ce7d;
  color: #fff;
}
.bkImg1 {
  background-image: linear-gradient(#0a1136bf, rgba(0, 0, 0, 0.509)),
    url(img/poolFire_sm.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position-y: center;
  height: 100vh;
}
.logo {
  height: 140px;
}
.hero {
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  justify-content: center;
  height: 100vh;
}
.container-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
}
.row-container {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.container-2 {
  display: flex;
  width: 80%;
  flex-direction: column;
  align-items: center;
}
.container-3 {
  display: flex;
}
.col-sm {
  padding: 10px;
}
.col-sm-1 {
  padding: 10px;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col-sm-2 {
  padding: 10px;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.col-sm-3 {
  padding: 10px;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.col-sm-4 {
  padding: 10px;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bkImg2 {
  background-image: linear-gradient(#0a1136de, rgba(0, 0, 0, 0.844)),
    url(img/totLot_sm.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.one {
  width: 24%;
  max-width: 100%;
  transition-duration: 0.5s;
  opacity: 1;
  z-index: 1;
  margin: 0;
  position: relative;
}
.one:hover {
  transform: scale(1.4);
  box-shadow: 0 0 25px gray;
  -webkit-box-shadow: 0 0 25px gray;
  -moz-box-shadow: 0 0 25px gray;
  opacity: 1;
  z-index: 2;
}

/*  */
/* ---- MODAL ---- */
/*  */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 5%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
.modal-content {
  margin: auto;
  display: block;
  width: 85%;
  max-width: 1200px;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    padding-top: 0;
  }
}
.arrow {
  border: solid rgb(255, 255, 255);
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 10px;
}
.right {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  position: fixed;
  top: 50%;
  left: 30px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/*  */
/* ---- END MODAL ---- */
/*  */

.padding-top {
  padding-top: 40px;
}
.col-container {
  display: flex;
  justify-content: space-evenly;
}
.bkImg3 {
  background-image: linear-gradient(#0a1136d8, rgba(0, 0, 0, 0.83)),
    url(img/brick_sm.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.const-container {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.container-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.email-phone {
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
}
