body,
html {
  width: 100%;
  height: 100%;
  /* overflow-x: hidden; */
}

body {
  font-family: 'Montserrat', sans-serif;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

.btn-primary {
  background-color: #000000;
  border-color: #f00000;
}

.content-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h2{
  font-size: 1.5rem;
}

ul {
  list-style: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  width: 100%;
  min-height: 100%;
  background: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.masthead .container {
  -webkit-flex: 1; /* Safari 6.1+ */
  flex: 1;
}

.masthead a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
}

.masthead a:hover, a:active {
  color: #fef038;
  text-decoration: none;
}

.masthead .mastheadCity {
  color: #fef038;
}

.masthead .mastheadCity a:link, a:visited {
  color: #fef038;
  text-decoration: none;
}

.masthead .mastheadCity a:hover, a:active {
  color: #ffffff;
  text-decoration: none;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

.masthead img {
  padding-bottom: 15%;
  min-width: 25%;
}

@media screen and (max-width: 457px) {
  .masthead .nowman {
    display: none;
  }
}

@media (min-width: 458px) and (max-width: 599px) {
  .masthead .nowman {
    max-width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 970px) {
  .masthead .nowman {
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  .masthead {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}

@media (max-width: 375px) {
  .masthead {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .masthead h2 {
    font-size: 1.2rem;
  }
}

.masthead .topnav {
  text-align: right;
  margin-top: -1%;
  margin-right: 10%;
  color: #ffffff;
}

.topnav a:link, a:visited {
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 0%;
}
.topnav a:hover, a:active {
    color: #fef038;
}

.topnav .topnavActive {
    background-color: transparent;
    border-bottom: 2px solid #fef038;
}

@media screen and (max-width: 425px) {
  .masthead .container1 {
    position: relative;
    top: -75px;
  }
  .topnav {
    display: none;
  }
}

@media (min-width: 426px) and (max-width: 991px) {
  .masthead .container1 {
    margin-top: -15px;
  }
  .masthead .topnav {
    margin-top: 25px;
  }
}

.masthead .topnavMobile {
  text-align: right;
  margin-top: 25px;
  margin-right: 3%;
  color: #ffffff;
}

.topnavMobile a:link, a:visited {
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 0%;
}
.topnavMobile a:hover, a:active {
    color: #fef038;
}

.topnavMobile .topnavActive {
    background-color: transparent;
    border-bottom: 2px solid #fef038;
}

@media screen and (min-width: 426px) {
  .topnavMobile {
    display: none;
  }
}

.manifest {
  font-weight: bold;
  color: #000000;
  min-height: 100%;
  display: flex;
  align-items: center;
}

.manifest .container {
  -webkit-flex: 1; /* Safari 6.1+ */
  flex: 1;
}

.manifest p {
  font-size: 20px;
}

@media (min-width: 766px) {
  .manifest p {
    max-width: 75%;
  }
}

.manifest yellow {
  background-color: rgb(254, 253, 56);
}

.carousel-indicators li {
  width: 0px;
}

.spaces {
  font-weight: bold;
  background-color: #fef038;
  min-height: 100%;
  display: flex;
  align-items: center;
}

.spaces .container {
  -webkit-flex: 1; /* Safari 6.1+ */
  flex: 1;
}

.spaces h1 {
  font-size: 15rem;
  color: #ffffff;
  letter-spacing: -15px;
}
@media screen and (max-width: 991px) {
  .spaces h1 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 514px) {
  .spaces h1 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 361px) {
  .spaces h1 {
    font-size: 5.5rem;
  }
}
.spaces h4 {
  color: #ffffff;
}

.spaces a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

.spaces a:hover, a:active {
  color: #ffffff;
  text-decoration: none;
}

.spaces .spaceText p {
  font-weight: 500;
}

.spaces .carousel-content {
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  bottom: 2%;
  left: 5%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.spaces .carousel-item img {
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}

.modal-dialog {
  max-width: 90%;
  border: 0px;
}

.modal {
  text-align: center;
  padding: 0;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

.btn-primary {
  background-color: #000000;
  border-color: #000000;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.btn-primary:hover {
  background-color: #e8d801;
  border-color: #e8d801;
}

.community {
  background-color: #ffffff;
  min-height: 100%;
  display: flex;
  align-items: center;
}

.community .container {
  -webkit-flex: 1; /* Safari 6.1+ */
  flex: 1;
}

.community h1 {
  letter-spacing: -7px;
}
@media screen and (min-width: 319px) {
  .community h1 {
    font-size: 1.5rem;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 424px) {
  .community h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 767px) {
  .community h1 {
    font-size: 3.5rem;
    letter-spacing: -4px;
  }
}
@media screen and (min-width: 1023px) {
  .community h1 {
    font-size: 4rem;
    letter-spacing: -5px;
  }
}
@media screen and (min-width: 1439px) {
  .community h1 {
    font-size: 6rem;
    letter-spacing: -7px;
  }
}

@media (min-width: 1200px) and (max-width: 1438px) {
  .community .communityText {
    padding-left: 5%;
  }
}

.pricing {
  background-color: #fef038;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.pricing .container {
  -webkit-flex: 1; /* Safari 6.1+ */
  flex: 1;
}

.pricingBox {
  background-color: #ffffff;
  color: #000000;
  height: 10rem;
  width: 10rem;
  display: block;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.pricingBox .content {
  max-width: 90%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) and (max-width: 1250px) {
  .pricing .pricingBox{
    height: 8rem;
    width: 8rem;
  }
  .pricingBox h5 {
    font-size: 1em;
  }
  .pricingBox p {
    font-size: 0.7em;
  }
}

.pricingBox a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

.pricingBox a:hover, a:active {
  color: #fef038;
  text-decoration: none;
}

.pricingBox .pricingBoxInfo {
  font-size: 0.7rem;
  font-weight: 600;
}

.pricingBox .pricingBoxUnavailable{
  color: #D3D3D3;
}

.tax {
  font-size: 0.7rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .pricing .pricingTitle {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .pricing .pricingTitleMobile {
    display: none;
  }
}

.pricingHelp {
  background-color: #000000;
  color: #ffffff;
}

footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}

footer a:link, a:visited {
  color: #fef038;
  text-decoration: none;
}

footer a:hover, a:active {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 340px) {
  footer .socialMedia .coluna {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .socialMedia {
    margin-bottom: 5%;
  }
}

footer .socialMedia .social-link {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.2rem;
  background-color: #ffffff;
  color: #000000;
  transition: background-color 0.15s ease-in-out;
}

footer .social-link:hover {
  background-color: #fef038;
  text-decoration: none;
  color: #ffffff;
}

footer h4 {
  color: #ffffff;
}

footer p {
  color: #fef038;
}

footer .copyright {
  max-width: 100%;
  margin-top: 10px;
}
footer .copyright p {
  font-size: 0.6em;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #ffffff;
}

.communityTag a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

.communityTag a:hover, a:active {
  color: #fef038;
  text-decoration: none;
}