html {
  /* margin-left: calc(100vw - 100%) !important; */
  overflow-x: hidden;
}

body {
  font-family: 'Calibri' !important;
  margin-top: 3%;
  text-align: left;
}
.background{
  width: 100%;
  height: 90%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  background: linear-gradient(250.62deg,#FCC352 30.22%, #FCC352 82.62%);
}

.background svg{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-width: 650px;
    /* height: 100%; */
    margin-bottom: -1px;
    z-index: -99;
    /* -webkit-filter: opacity(.1);
    filter: opacity(.1); */
}


a {
  text-decoration: unset;
}

a:hover {
  text-decoration: underline;
}

.mbm {
  margin-bottom: 50px !important;
}
h1{

  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-underline-position: under;
  text-transform: uppercase;
  padding: 30px 0px;
  text-align: center;
}
h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}


.flexcenter{
  justify-content: center;
}

.header .row .logo-div {
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
}

.footer {
  font-size: 14px;
  padding: 50px 0 20px 0;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}
.footer img{
  margin-right: 20px;
}

p {
  font-weight: 400;
}


.videodiv {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0
}
.videodiv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  overflow: hidden;
  border: 0!important
}

@media only screen and (max-width:850px) {
  h1 {
    font-size: 30px;
  }
  .logo {
    max-width: 200px;
  }
}

@media only screen and (max-width:725px) {
  .header .row div {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
  }
  .header .row div h1, .header .row div form {
    text-align: center;
    margin: 15px auto;
  }
  .header .row .logo-div {
    text-align: center;
  }

}

@media only screen and (max-width:480px) {
  input {
    transform: scale(0.8) margin-bottom:5px;
    padding: 1px 8px !important;
  }
  h1 {
    font-size: 20px
  }
  .logo {
    max-width: 200px;
  }

  .video {
    padding-top: 20px;
  }
}