/* font-family: 'Urbanist',
sans-serif; */

/* Dark grey: #212121 */
/* Organish color: #f7a836 */

html,
body {
  max-width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: 'Urbanist', sans-serif;
  color: #ffffff;
}

body {
  overflow-x: hidden !important;
  position: relative;
  top: 8%;
  top: 0;
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: 4rem;
}

.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #f7a836;
  margin: 0 auto 2rem;
}

.buyButton {
  width: 160px;
  border-radius: 0.3em;
  font-weight: bold;
  border-color: #006ee6;
  padding: 10px;
}

/* Navigation */
.navbar {
  padding: 0.3rem;
  margin-bottom: 0;
  padding-left: 20px !important;
}

.dropdown .dropdown-menu {
  border-radius: 0;
}

.mainLogo {
  width: 250px;
  height: auto;
}

.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  background-color: #212121;
}

.navbar-brand img {
  height: 3rem;
}

.navbar-nav li {
  padding-right: .7rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #f7a836;
}

/* Top Image */
.product-spacer {
  background-image: url(../img/IndividualBackground.jpg);
  height: 550px !important;
}

/* Background for main features section */
.features {
  background-image: url(../img/ConstBackgroundPS.png);
  background-size: cover;
}

/* Background for the different app feature sections */
.overview {
  background-image: url(../img/ConstBackgroundPS.png);
  background-size: cover;
}

.overview2 {
  background-image: url(../img/GIF_img/FlippedDarkContBackGround.gif);
  background-size: cover;
}

/* Apple/google buttons */
.buy {
  width: 160px;
  height: auto;
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 3%;
  left: 5%;
  z-index: 1;
}

.caption h1 {
  color: white;
  /* text-shadow: 1px 0 0 #ffffff, 0 -1px 0 #FFFFFF, 0 1px 0 #FFFFFF, -1px 0 0 #FFFFFF; */
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  padding-bottom: 1rem;
}

.caption h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  padding-bottom: 1.2rem;
  color: black;
}

.captionMobile {
  visibility: hidden;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 1% !important;
  left: 5%;
  padding-right: 15px;
  margin-top: 0;
  z-index: 1;
}

.houseSticker {
  width: 230px;
  height: auto;
}

.houseStickerMobile {
  width: 100px;
  height: auto;
}

.phone {
  height: 964px;
  width: 540px;
  margin-top: -290px;
  float: right;
}

.mainPhone {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
  height: 600px;
  width: 320px;
}

/* Set frames for phones to fade in */
@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.featurePhone {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
  height: 600px;
  width: 320px;
}

.featurePhone2 {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
  height: 600px;
  width: 320px;
}

.featurePhone3 {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
  height: 600px;
  width: 320px;
}

.featurePhone4 {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
  height: 600px;
  width: 320px;
}

.featurePhone5 {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
  height: 600px;
  width: 320px;
}

.area {
  height: 700px;
}

/* Calendar Section */
.iconImage {
  width: 340px;
  height: auto;
}

.bulletPoint {
  color: black;
  display: list-item;
}

.listItem {
  color: white;
  display: list-item;
}

.whiteLine {
  width: 100%;
  border-top: 1px solid white;
  margin-top: 2rem;
}

/* Footer */
footer {
  background-color: #212121;
  color: white;
  padding: 2rem 0 2rem;
  margin-top: 0;
}

footer img {
  height: 4rem;
  margin: 1.5rem 0;
}

footer .svg-inline--fa {
  font-size: 3rem;
  color: white;
  margin: 1.2rem .5rem 0 0;
}

hr.socket {
  width: 100%;
  border-top: .2rem solid grey;
  margin-top: 2rem;
}

footer .email {
  color: white;
}

.subFooterMobile {
  display: none;
}

.buyMobile {
  width: 150px;
  height: 50px;
}

/*Begin media breakpoints*/
/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .subFooter {
    display: none;
  }

  .subFooterMobile {
    display: contents;
  }

  .caption {
    visibility: hidden;
  }

  .captionMobile {
    visibility: visible;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 15px;
  }

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .subFooter {
    display: none;
  }

  .subFooterMobile {
    display: contents;
  }

  .caption {
    visibility: hidden;
  }

  .captionMobile {
    visibility: visible;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 1099.98px) {
  .subFooter {
    display: none;
  }

  .subFooterMobile {
    display: contents;
  }

  .caption {
    visibility: hidden;
  }

  .captionMobile {
    visibility: visible;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }

}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/*// X-Large devices (large desktops, less than 1700px)*/
@media (max-width: 1799.98px) {}

/* Overlay when user clicks from in app */
.overlay {
  opacity: 1.0;
  background-color: #2e2d2d;
  position: fixed;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  overflow-y: scroll;
}

.overlayHidden {
  display: none;
}

.flex {
  width: 350px;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.spacer {
  height: 50px;
}

.overlayImgMain {
  width: 250px;
  height: auto;
}

.overlayPhone {
  padding-top: 10px;
  height: 343px;
  width: 150px;
}

.get {
  border: solid #006ee6;
  border-radius: 0.3rem;
  background: none;
  color: white;
}

.sold {
  border: solid #f7a836;
  border-radius: 0.3rem;
  background: #f7a836;
  font-weight: bold;
  color: black;
}

.textColor {
  color: #f7a836;
}

.smallText {
  font-size: 13px;
}