* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
.mobile-logo > img{
    width: 58%;
}
header{
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #F7c2c5;
    max-width: 800px;
}
.side-menu-bar-mobile hr:nth-child(2n) {
    right: -10%;
}
.side-menu-bar-mobile{
    width: 77px;
    /* position: relative; */
    border-radius: 15px;
    border: none;
    padding: 5px;
    background-color: #263238;
    cursor: pointer;
    height: 33px;
}
.side-menu-bar-mobile > hr{ 
    width: 50%;
    margin: 5px auto;
    position: relative;
}
nav{
    position: fixed;
    width: 100%;
    background: #F7c2c5;
    z-index: 99999;
    margin-top: 65px;
    overflow: hidden;
    visibility: hidden;
}
.main-mid
{
    height: 100px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(247,194,197,1) 100%);
}
nav ul
{
    list-style: none;
}

nav li
{
    padding: 5px;
    box-shadow: 0px 0px 1px #fff;
    height: 40px;
}

nav a, nav a:hover, nav a:visited, nav a:active{
    text-decoration: none;
    color: #000 !important;
}
/* .wrapper {
  max-width: 800px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
section.page {
  height: calc(100vh - 150px);
  position: relative;
}
.home-container{
  background-color:#F7C2C5;
}
.home > .img-wrapper {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 50px;
}
.home > .img-wrapper > img {
  height: 300px;
  position: absolute;
}

.home > .img-wrapper > img.red-big-background {
  bottom: 40px;
}
.home > .img-wrapper > img.parkgenie-logo {
  height: auto;
  top: -150px;
} */
.contact-us-button
{
    cursor: pointer;
}
.recaptcha-disclaimer
{
    font-size: 0.7em;
}
.grecaptcha-badge 
{ 
    visibility: hidden; 
}