* {
    
    padding: 0;
    box-sizing: border-box;
  }
  
    body{
    background-color: #EFEFEF;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;

    overflow-x: hidden;
    }

    h1,h2,h3,h4{
        font-size: normal;
    }

    h1, h3{
        font-size: 1.2em;
    }

    h2{
        font-size: 1.6em;
        
    }

    
    .clear{
        clear: both;
    }

    .footer{
        width: 100%;
        height: 50px;
        background-color: #6D6C6C;

    }



    #credits{
        text-decoration: none;
        color: white;
    }

    #credits:hover{
        text-decoration: underline;
    }

    



.container {
  position: relative;
  width: 100%;
  min-height: 85vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #6D6C6C;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #adb5c4);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #6D6C6C;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #6D6C6C;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color:#6D6C6C;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #024a58e1
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #04295ad9, #034a57);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #BC8452;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #04295ad9, #034a57);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}


    



    .topbar{
        width: 100%;
        height: 50px;
        background-color: #6D6C6C;
        font-size: normal;
    }

   
    #offer-footer{
        font-family: 'Space Grotesk', sans-serif;
        padding: 0;
        margin: 0;
        position: relative;
        text-align: center;
        padding-top: 16px;
        color: #cccccc;
        font-size: 1em;

    }
    #offer{
        padding: 0;
        margin: 0;
        position: relative;
        text-align: center;
        padding-top: 16px;
        color: white;
        font-size: 1em;
    }

    .logo{
        height: 100px;
        padding-top: 0px;
        float: left;
        flex-basis: 40%;
    }


    .static-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
    }

    #name{
        float: left;
        padding-left: 10px;
        text-decoration: none;
        color: black;
        
    }

    #top-information{
        background-color: #efefef;
        position: -wbkit-sticky;
        top: 0;
        display: flex;
        position: sticky;
        width: 100%;
        box-sizing: border-box;
        z-index: 2;
        flex-direction: row;
        justify-content: space-between;

        
    }

    #top-nav-right{
        position: relative;
        align-items: center;
        z-index: 2;
        margin-left: auto;

        
    }


    

    #headline{
        position: relative;
        color: #024A58;
        /*
    add in shadow here
        
        */
    }

    
    #subscript{
        font-size: 1.3rem;
        color: #6D6C6C;
        position: relative; /*
        add in shadow here
            
            */
    }

    .review-description{
        width: 100%;

    }
    
    #short-description{
        color:#024A58;
        font-weight:bolder;
    }
    
    

    .review-container{
        width: 100%;
        height: auto;
        background-color: #CECBCA;
        display: flex;
        flex-direction: row;
        justify-content:space-around;
        flex-wrap: wrap;

    }

    .box{
        width: 20%;
        height: 350px;
        background-color: #e6e4e4;
        margin: 80px 30px 80px 30px;
        box-sizing: border-box;
        font-size: 50px;
        border-radius: 15px;

    }

    #review{
        font-size: 0.4em;
        padding: 25px 25px 0px 25px;
        color: #024A58;
        text-align: left;

    }

    #header-review{
        font-size: 0.6em;
        padding: 0 25px 0px 25px;
        color: #6D6C6C;
        text-align: center;

    }

    .review-container{
        width: 100%;
        height: auto;
        background-color: #efefef;
        display: flex;
        flex-direction: row;
        justify-content:space-around;
        flex-wrap: wrap;

    }

    #review2{
        font-size: 0.4em;
        padding: 0 25px 0px 25px;
        color: #024A58;
        text-align: center;

    }
    .box2{
        width: 29%;
        height: 350px;
        background-color: #e6e4e4;
        margin: 80px 30px 30px 30px;
        box-sizing: border-box;
        font-size: 50px;
        border-radius: 15px;

    }

    #calltoaction{
        color: #BC8452;
        position: relative; 
        text-decoration: none;
        font-size: 1.5em;
        /*add in shadow here*/

    }


    #call{
        height: 60px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-bottom: 30px;
    }

    #calltoaction:hover{
        text-decoration: underline;
    }

    
      

    #reviewer{
        font-size: 0.35em;
        padding: 0px 25px 5px 25px;
        color: #6D6C6C;
        text-align: left;

    }

    #directions-end{
        color: #024A58;
        position: relative; 
        
        text-decoration: none;
        padding-top: 5px;
        /*add in shadow here*/

    }

    .footer{
        align-items: center;
        text-align: center;
        position: relative;
        flex: 1;
    }
    .buttoncontainer{
        padding-top: 50px;
    }
    .button:hover{
        cursor: pointer;
    }
    .button{
        height: 100px;
        border-radius: 50px;
        width: 550px;
        font-size: 1.3em;
        align-items: center;
        position: relative;
        background-color: #056d81;
        color: white;
        border: 0px;

    }

   

    

    .toggler{
        position: absolute;
        top: 0.5rem;
        left: 0.5rem;
        width: 60px;
        height: 60px;
        z-index: 3;
        opacity: 0;
        cursor: pointer;
    }

    .hamburger{
        position: absolute;
        top: 0.5rem;
        left: 0.5rem;
        width: 60px;
        height: 60px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #EFEFEF;
    }
    
    .hamburger>div{
        position: absolute;
        width: 60%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #BC8452;
        transition: .4s;
    }


    .hamburger>div:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #BC8452;
        top: -10px;
        left: 0;
        transition: .4s;
    }
    
    .hamburger>div:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #BC8452;
        top: 10px;
        left: 0;
        transition: .4s;
    }

    .toggler:checked + .hamburger>div{
        transform: rotate(135deg);
    }
    
    .toggler:checked:hover + .hamburger>div{
        transform: rotate(225deg);
    }
    
    .toggler:checked + .hamburger>div:before, .toggler:checked + .hamburger>div:after{
        top: 0;
        transform: rotate(90deg);
    }
    
    #link-buttons{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        transition: .6s;
        float: right;
    }
    
    #link-buttons> div{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-150%) translateY(-50%);
        width: 1600px;
        height: 1600px;
        border-radius: 0%;
        background-color: #056d81;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: .6s;
        z-index: 2;
    }
    
    #link-buttons > div > div{
        max-width: 90vw;
        max-height: 100vh;
        opacity: 0;
        transition: .6s;
    }
    
    #link-buttons > div > div > ul > li{
        list-style: none;
    }
    
    #link-buttons > div > div > ul > li > a{
        text-decoration: none;
        color: #fff;
        font-weight: 550;
        text-transform: uppercase;
        margin: .5rem;
        transition: .3s;
        font-size: 1.2rem;
        display: inline-block;
    }
    
    #link-buttons > div > div > ul > li > a:hover{
        color: #BC8452;
    }
    
    .toggler:checked ~ #link-buttons{
        visibility: visible;
    }

    .toggler:checked ~ .container{
        visibility:collapse;
    }
    
    .toggler:checked ~ #link-buttons > div{
        transform: translateX(-50%) translateY(-50%);
    }
    
    

    .toggler:checked ~ #link-buttons > div > div{
        opacity: 1;
    }

    
    @media screen and (max-width:1200px) {
        .box{
            width: 40%;
        }

        .box2{
            width: 40%;
        }
    }

    @media screen and (max-width:600px) {
        .box{
            width: 90%;
        }
        .box2{
            width: 90%;
        }
        
    }

    
    /*
    
    @media screen and (max-width:960px) {

        #top-nav-right{
            display: none;
        }

        #top-nav-right{
            display: none;
        }
        
    }*/

    @media screen and (min-width:300px) {
        .static-logo{
            display: flex;
            align-items: center;
            justify-content: center;
            float: left;
        }
        .logo{
            height: 90px;
            padding-top: 0px;
            flex-basis: 40%;
        }

        #name{
            padding-left: 2px;
            white-space: nowrap;

        }

        #top-nav-right{
            padding-right: 80px;
            margin-top: 5px;
            align-items: center;
            justify-content: flex-end;
        }

    
       
    
        /* #top-information{
            position: relative;
            padding-top: 0;
        } */

        .image-container{
            width: 100%;
        }

        #first-img{
            width: 100%;
            height: auto;
        }

        .headline-container{
            width: 100%;
            overflow:visible;
            
    
        }

        #headline{
            position: relative;
            color: #024A58;
            font-size: 1.5rem;
            /*add in shadow here*/
        }

        .div-container{
            margin: 15px;
            padding-right: 15px;
        }

        .divider {
            margin: 15px;
            background-color: #BC8452;
        }
    
        
        #subscript{
            font-size: 1.2rem;
            color: #6D6C6C;
            position: relative; 
            /*add in shadow here*/

        }

        #short-description{
            padding-top: 10px;
            font-size: 1em;
            text-align: center;

        }

        .review-description{
            width: 100%;
        }
    
        .review-container{
            width: 100%;
            height: auto;
            background-color: #CECBCA;
            display: flex;
            flex-direction: row;
            justify-content:space-around;
            flex-wrap: wrap;
    
        }

        .timing-section{
            width: 100%;
            height: 600px;
            position: relative;
            margin: 15px;
            
        }

        .timing{
            text-align: justify;
            color:#BC8452;
            margin: 15px;
        }

        .timing h3{
            color: #024A58;
            font-size: 1.1em;

        }

        .timing p{
            font-size: 1.1em;

        }



        .timing2{
            text-align: justify;
            color:#BC8452;
            margin: 15px;
        }

        .timing2 h3{
            color: #024A58;
            font-size: 1.1em;

        }

        .timing2 p{
            font-size: 1.1em;

        }


        .headline-container-end{
            height: auto;
            width: 100%;
            flex: 1;
            padding-top: 0px;
            font-size: 1em;
            z-index: 1;
        }

        #headline-end{
            position: relative;
            color: #024A58;
            font-size: 1.4rem;
            /*add in shadow here*/
        }
        #subscript-end{
            font-size: 1.2rem;
            color: #6D6C6C;
            position: relative; 
            /*add in shadow here*/

        }


        .clinic-img img{
            width: 100%;
        }
        
    
        .googleMap{
            display: block;
            width: 100%;
            height: calc(50%*width);


        }

        .mapBox{
            max-width: 1100px;
            max-height: 720px;
            /*add in margins and borders for larger plain in larger image*/
        }


        #directions-end{
            font-size: 1.2rem;
        }




        
        
    }

    @media screen and (min-width: 480px) {
        .spacer {
            padding-top: 24px;
            background-color: #fafafa;
        }
    }
    
    
    @media screen and (min-width:960px) {
        body{
            font-size: 16px;
        }

        
        #link{
            float: left;
            text-decoration: none;
            color: black;
            padding-top: 1.2em;
            font-weight: medium;
            color: #6D6C6C;
        }

        #link-buttons{
            display:flex;
        }



        #top-nav-right{
            float: right;
            padding-right: 100px;
            display: inline;

            
        }

        

        

        .information-container{
            display: flex;
            padding-top: -50px;
            font-size: 1em;
            position: relative;
            float: right;
        }

        .headline-container{
            float: right;
            height: auto;
            width: 400px;
            flex: 1;
            padding-top: 100px;
            font-size: 1.2em;
            z-index: 1;
            margin-right: -60px ;
            
        }

        #headline{
            position: relative;
            color: #024A58;
            font-size: 2.8rem;
            /*add in shadow here*/
        }

        #subscript{
            font-size: 1.8rem;
            color: #6D6C6C;
            position: relative; 
            /*add in shadow here*/

        }

        .image-container{
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            float: left;
            position: sticky;
            width: 750px;
            height: max-content;
            
        }

        #short-description{
            padding-top: 55px;
            font-size: 2em;

            text-align: center;
        }


        .div-container{
            margin: 15px;
            padding-left: 0px;
        }

        .divider {
            margin: 15px;
            background-color: #BC8452;
        }

        #subscript{
            font-size: 1.2rem;
            color: #6D6C6C;
            position: relative; 
            /*add in shadow here*/

        }

        #short-description{
            padding-top: 10px;
            font-size: 1.4em;
            text-align: center;

        }

        .review-description{
            width: 100%;
        }
    
        .review-container{
            width: 100%;
            height: auto;
            background-color: #CECBCA;
            display: flex;
            flex-direction: row;
            justify-content:space-around;
            flex-wrap: wrap;
    
        }

        .timing-section{
            width: 100%;
            height: 600px;
            position: relative;
            
        }

        .timing{
            text-align: center;
            color:#BC8452;
            padding-top: 120px;
            
        }

        .timing h3{
            color: #024A58;
            font-size: 1.3em;

        }

        .timing p{
            font-size: 1.4em;

        }


        .timing2{
            text-align: center;
            color:#BC8452;
            padding-top: 20px;
            
        }

        .timing2 h3{
            color: #024A58;
            font-size: 1.3em;

        }

        .timing2 p{
            font-size: 1.4em;

        }

        .clinic-img img{
            width: 60%;
            float: left;
            position: sticky;
            margin: 15px;
            border-radius: 25px;
            margin-bottom: 30px;

            
        }

        .googleMap{
            display: block;
            width: 50%;
            height: calc(50%*width);
            float: right;
            border-radius: 25px;

        }

        .mapBox{
            max-width: 100%;
            max-height: 720px;
            margin: 5px;
            margin-bottom: 50px;
            /*add in margins and borders for larger plain in larger image*/
        }

        .headline-container-end{
            float: left;
            height: auto;
            width: 50%;
            flex: 1;
            padding-top: 85px;
            font-size: 1em;
            z-index: 1;
            margin-right: -40px ;
        }

        #headline-end{
            position: relative;
            color: #024A58;
            font-size: 2.2rem;
            margin: 15px;
            /*add in shadow here*/
        }
        #subscript-end{
            font-size: 1.4rem;
            color: #6D6C6C;
            position: relative; 
            margin: 15px;
            /*add in shadow here*/

        }

        .footer{
            width: 100%;
            height: 50px;
            background-color: #6D6C6C;

        }

        #directions-end{
            font-size: 1.3rem;
            margin: 15px;
        }
        

    }
    
    @media screen and (min-width:1100px) {
        body{
            font-size: 20px;
        }

        .static-logo{
            display: flex;
            align-items: center;
            justify-content: center;
            float: left;
        }

        .logo{
            height: 100px;
            margin: 5px;
            flex-basis: 40%;
        }

        #link{
            float: left;
            text-decoration: none;
            color: black;
            padding-top: 16px;
            padding-right: 20px;
            font-weight: medium;
            color: #6D6C6C;
            padding-top: 35px;
        }

        #top-nav-right{
            float: right;
            margin-top: 18px;
            padding-right: 100px;
            
        }


        .information-container{
            display: flex;
            padding-top: -50px;
            font-size: 1em;
            position: relative;
            float: left;
        }

        
        
        .headline-container{
            float: right;
            height: auto;
            width: 400px;
            flex: 1;
            padding-top: 180px;
            font-size: 1.2em;
            margin-right: -50px;
        }

        .image-container{
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            float: left;
            position: sticky;
            width: 900px;
            
        }

        .review-description{
            width: 100%;
            height: 120px;
    
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #shrt-descr{
            float: left;
            margin-left: 100px;
            margin-top: -20px;
        }

        #short-description{
            padding-top: 10px;
            font-size: 1.8em;

            text-align: center;
        }


        .div-container{
            margin: 15px;
            padding-left: 0px;
        }

        .divider {
            margin: 15px;
            background-color: #BC8452;
        }

        #subscript{
            font-size: 1.2rem;
            color: #6D6C6C;
            position: relative; 
            /*add in shadow here*/

        }

        .timing{
            text-align: center;
            color:#BC8452;
            padding-top: 180px;
            
        }

        .timing p{
            margin: 28px;
        }

        .timing h3{
            margin: 28p
        }


        #edit{
            margin-right: 60px;
        }

        .timing2{
            text-align: center;
            color:#BC8452;
            padding-top: 80px;
            
        }

        .timing2 p{
            margin: 28px;
        }

        .timing2 h3{
            margin: 28p
        }


        .headline-container-end{
            float: left;
            height: auto;
            width: 50%;
            flex: 1;
            padding-top: 85px;
            font-size: 1em;
            z-index: 1;
            margin-right: -40px ;
        }

        #headline-end{
            position: relative;
            color: #024A58;
            font-size: 2.3rem;
            margin: 15px;
            /*add in shadow here*/
        }
        #subscript-end{
            font-size: 1.5rem;
            color: #6D6C6C;
            position: relative; 
            margin: 15px;
            /*add in shadow here*/

        }

        .googleMap{
            display: block;
            width: 50%;
            height: calc(50%*width);
            float: right;
            border-radius: 25px;

        }

        #nextID{
            vertical-align:middle;
            width: 100%;
            height: 500px;
        }
        .mapBox{
            max-width: 100%;
            max-height: 720px;
        
            margin: 15px;
            margin-bottom: 50px;
            /*add in margins and borders for larger plain in larger image*/
        }

        .directions-end{
            font-size: 1.5rem;
            margin: 15px;
            overflow: hidden;

            
    
        }
       
    }