
body, html {
  height: 100%;
  margin: 0;
  font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
  scroll-behavior: smooth;
}


h1{
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
h2{
  font-size: 1.7rem;
    margin-bottom: 1rem;

}
h3{
  font-size: 1.3125rem;
}
p{
  font-size: 1.125rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  color: #ffffff;
  font-size: 18px;
  background-color: #3547cb;
  font-weight: normal;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 20px;
  transition: 275ms ease;
}

  .container{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
  }
.even-columns{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

@media only screen and (max-width: 800px) {
  .even-columns {
    grid-template-columns: 1fr;
  }
}

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
  }

section{
  margin-top: 4rem;
}


.bgimg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0.7)), url('/banner.jpg');
  /* height: 100%; */
  background-position: center;
  background-size: cover;
  /* position: relative; */
  color: white;
  font-size: 25px;
  isolation: isolate;
}

.topleft {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 16px; */
  margin: 0 auto;
  text-align: center;
}

.bottomleft {
  /* position: absolute; */
  /* bottom: 0; */
  left: 16px;
}

.middle {
  /* position: absolute; */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  text-align: center;
  height: 100%;
  padding: 6rem 0;
}

hr {
  margin: auto;
  width: 40%;
}

img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

a{
    color: #ffffff;
    font-size: 20px;
}
p{
    max-width: 70ch;
    /* margin: 0 auto; */
}

.logo{
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    max-height: 300px;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin: 0 auto;
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }



label{
  text-align: left;
  font-size: 20px;
}

form input[type='text'],
form input[type='email'],
form input[type='tel']
{
  border: none;
  border: 1px solid #b4becb;
  width: 95%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
 
}
form textarea[name='message']{
  width: 95%;
  min-height: 200px;
  border: none;
  border: 1px solid #b4becb;
  padding: 10px;
  font-size: 16px;
  outline: none;
  resize: none;
  border-radius: 20px;
  font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;


}

/* .button {
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    background: #3547cb;
    color:#fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    z-index: 10;
} */

