html {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: Raleway;
    color: white;
    text-align: center;
    background-color: black;
    padding: 0;
    margin: 0;
}



#rdv {
    position: absolute;
    top: 1050px;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 0;
}

.mob {
    display: none;
}
.mobile {
    display: none !important;
}

h2 {
    font-size: 280%;
}

header {
    text-align: left;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background-color: black;
    display: flex;
    align-items: center;
}

header > .links {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: white
}

header > div > a, a.visited {
    color: white;
    font-size: larger;
    text-decoration: none;
    transition: 0.2s;
    margin-inline: 1.8%;
}

.links > #contact {
    font-weight: bolder;
}

header > a:hover {
    color: lightgrey;
    transition: 0.3s;
}

.lc {
    margin-right: 1%;
}

#in {
    margin-left: 0;
}

#number {
    display: none;
    margin-left: 0.75%;
}

.phone:hover + #number {
    display: block;
}

#number:hover {
    display: block;
}

img {
    max-width: 100%;
}

#logo {
    margin-left: 12%;
    width: 10%;
    margin-top: 0.8%;
    margin-bottom: 0.8%;
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    width: 100%;
    flex-wrap: wrap;
}

#s1 > h2 {
    width: 43%;
    margin-right: 5%;
    text-align: center;
    justify-content: center;
    line-height: 150%
}

#s2 > div {
    width: 45%;
    margin-left: 0%;
    line-height: 300%
}

#s2 > img {
    width: 45%
}

#s2 h2 {
    font-size: 32px
}

#s1 {
    margin-bottom: 10%;
    margin-top: 5%;
}

#s1 > img {
    width: 35%;
}

#s3 {
    background-color: white;
    width: 100%;
}

#s3 > img {
    width: 8%;
    margin: 1%;
}

.black {
    opacity: 0;
}

#s4 {
    background-color: #000;
    margin-top: 0% !important;
    padding-top: 0.1%;
    padding-bottom: 0%;
    align-items: center;
    justify-content: center;
    color: white;
}

#s4 > h2 {
    line-height: 0;
}

#blank {
    width: 100%;
    height: 20px;
    border: solid black 1px;
}

#s4 > a, a.visited {
    color: black;
}

#s4 > img {
    width: 35%;
    margin-bottom: 2%;
}

#agenda {
    width: 35%;
    background-color: #f6f7f9;
    margin: 0;
    padding-top:0.8%;
    padding-bottom: 0.8%;
    color: black;
    text-decoration: none;
    font-size: 110%;
    border: black solid 1px;
    transition: 0.3s;
}

#agenda:hover {
    background-color: #ebebeb;
    transition: 0.3s;
}

.calendly-inline-widget {
    z-index: 0;
    overflow: hidden;
    min-height: 120vh;
}

.calendly-inline-widget::-webkit-scrollbar {
    width: 0!important;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.calendly-inline-widget::-webkit-scrollbar-thumb {
    background: transparent; /* Optional: just make scrollbar thumb invisible */
}

@-moz-document url-prefix() {
    .calendly-inline-widget {
      scrollbar-width: none;
      scrollbar-color: transparent;
    }
}

#s5 {
    display: flex;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 5%;
    text-align: center;
    align-items: center;
    justify-content: center;
}


        #overlay {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          border: none;
        }
    
        #popup {
          display: none;
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 60vw;
          height: 86vh;
          background-color: white;
          z-index: 2;
          border: none;
          padding: 2%;
          border-radius: 5px;
        }
    
        #popup-iframe {
          width: 100%;
          height: 100%;
          border: none;
        }

        #cross {
          color: black;
          font-size: 250%;
          font-weight: bold;
          cursor: pointer;
        }

        #x {
          color: black;
          width: 4%;
          height: 2%;
          align-items: top;
          float: right;
          top: 0;
          line-height: 0;
          z-index: 2;
        }


.button-87 {
  margin-left: 15%;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: inline-block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}

footer {
    font-size: smaller;
    text-decoration: none;
    color: white;
}

#ml {
    font-size: smaller;
    text-align: left;
    margin-left: 1%;
}

#ml > div > h3 {
    margin-left: 2%;
}

#small {
    font-size: smaller;
}

@media only screen and (max-device-width: 768px) {
    .nomob {
        display: none !important;
    }

    .mob {
        display: block !important;
    }

    .mobile {
        display: flex !important;
    }

    header {
        
    }

    header > img {
        width: 35%;
    }

    header > .links {
        right: 10%;
        width: 65%;
    }

    #in {
        margin-left: 2%;
    }

    header > icon {
        margin-right: 0;
        padding-right: 0;
 
    }

    h2 {
        font-size: 180%;
    }

    #s1 > h2 {
        width: 100%;
        margin: 0;
    }

    #s1 > img {
        width: 90%;
    }

    #s2 > div {
        width: 100%;
        margin: 0;
    }

    #s3 > img {
        width: 25%;
    }

    .calendly-inline-widget {
        min-height: 180vh;
        overflow: hidden;
    }
}	