img.startOver {
  display: none;
}

.bigBtn,
.mainCTA {
  /* position: absolute; */
  float: right;
  right: 10px;
  top: 0px;
  color: white;
  background-color: rgb(7, 182, 169);
  width: 100px;
  text-align: center;
  height: 40px;
  margin-top: 12px;
  margin-right: 20px;
  line-height: 40px;
  border-radius: 5px;
  box-shadow: rgba(7, 182, 169, 0.5) 0px 10px 40px -10px;
  border: none;
}

.bigBtn:hover,
.mainCTA:hover {
  color: white;
  background-color: rgb(6 173 160);
  box-shadow: rgba(5, 162, 150, 0.5) 0px 10px 40px -10px;
  cursor: pointer;
}

.bigBtn {
  float: none;
  display: block;
  margin: auto;
  margin-top: 50px;
  width: 300px;
  height: 61px;
  max-width: 100%;
  line-height: 61px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4px;
}

nav.white {
  text-align: center;
  position: fixed;
  z-index: 9;
}
nav.white {
  border-bottom: 0px solid red;
  -moz-box-shadow: 0px 0px 0px 0px #ccc;
  -webkit-box-shadow: 0px 0px 0px 0px #ccc;
  box-shadow: 0px 0px 0px 0px #ccc;
}

nav#lowNav {
  border-bottom: 0px solid red;
  -moz-box-shadow: 0px 0px 0px 1px #ccc;
  -webkit-box-shadow: 0px 0px 0px 1px #ccc;
  box-shadow: 0px 0px 0px 1px #ccc;
}

a#mAc {
  margin-right: 0px;
}

@media only screen and (max-width: 992px) {
  a#mAc {
    display: none;
  }
  .mainCTA {
    margin-top: 9px;
    width: 80px;
    margin-right: 5px;
  }
}

a.logo-container-22 {
  margin: auto;
  height: 64px;
  margin-left: -150px;
}

img.logo {
  margin-top: 12px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  /*   margin-top: 12px; */
}

img.logo {
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  a.logo-container-22 {
    margin-left: 0px;
  }
  img.logo {
    margin-top: 8px;
  }
}

ul.right.hide-on-med-and-down {
  width: 300px;
}

i.material-icons {
  color: #4b4b4b;
}

.ad-mobile-22 {
  position: fixed;
  width: 300px;
  height: 100%;
  background: rgb(50, 50, 50);
  z-index: 99;
}

.ad-mobile-22 ul {
  margin-top: 50px;
  margin-left: 30px;
}
.ad-mobile-22 li {
  width: 100%;
}
.ad-mobile-22 li a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  line-height: 60px;
}
.ad-mobile-22 li a:hover {
  text-decoration: underline;
}

.wrap-over {
  top: 0px;
  right: 0px;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.01);
}

div#close-me-s {
  color: white;
  float: right;
  font-size: 23px;
  padding-right: 10px;
  padding-top: 10px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.mainBody {
  flex: 1;
  padding-top: 57px;
}

.contentCon {
  padding: 50px 30px 100px;
  overflow: hidden;
}

.mainBody h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin: auto;
  max-width: 800px;
}

h1#bigTitle {
  margin-top: 80px;
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

@media only screen and (max-width: 769px) {
  h1#bigTitle {
    margin-top: 0px;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
  }
}
.mainBody h2 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: auto;
  max-width: 800px;
}

.mainBody p {
  font-size: 16px;
  text-align: center;
  margin: auto;
  padding-top: 25px;
  max-width: 800px;
}

.footer-copyright {
  text-align: center;
}

img.contImgTmp {
  display: block;
  margin: auto;
  max-width: 120%;
}

@media only screen and (max-width: 992px) {
  img.contImgTmp {
    margin-left: -25px;
  }
}
/* --- */

.mainCTA {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s
    both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-1-8 5:37:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* .bigBtn {
  -webkit-animation: rotate-scale-up 0.65s linear both;
  animation: rotate-scale-up 0.65s linear both;
} */

/* ----------------------------------------------
 * Generated by Animista on 2021-1-8 6:0:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-scale-up
 * ----------------------------------------
 */
@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}

.ad-mobile-22 {
  -webkit-animation: slide-right 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

img.roboDance {
  display: block;
  margin: auto;
  max-width: 100%;
}

button#goBackHome {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #4c4c4c;
  display: inline-block;
  cursor: pointer;
  color: #4c4c4c;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
}
button#goBackHome {
  background-color: transparent;
}

button#goBackHome {
  display: block;
  margin: auto;
  margin-top: 20px;
  max-width: 100%;
}
