body{
    /* background: #f3f1e9; */
    color: #005F5F;
}

a, footer p.normal{
    color: #F29416;
    text-decoration: none;
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

#container {
    font-family: "Onest", sans-serif;
    width: 640px;
    max-width: 90vw;
    max-height: 1800px;
    margin: 10px auto;
}

.event{
    width: 100%;
}

.spacing {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mb-40{
    margin-bottom: 40px !important;
}

.mb-40{
    margin-bottom: 60px !important;
}

#logo-bar {
    border-bottom: solid #333 1px;
}

#gform {
    max-height: 2800px !important;
    height: 2800px;
}

footer {
    border-top: solid #333 1px;
    padding-top: 10px;
    padding-bottom: 40px !important;
}

.social{
    color: #F29416;
    /* display: inline-block;*/
    margin: auto 5px;
    
}

.right{
    text-align: right;
}

/* .yt{
    color: #ff0000;
}

.fb{
    color: #1877F2;
}

.gps{

} */


/* For WebKit browsers (Chrome, Safari) */
iframe::-webkit-scrollbar {
    display: none;
}

/* For Firefox */
iframe {
    scrollbar-width: none;
}

p.normal, ul, ol, li, td {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  font-size: 18px;
  line-height: 200%;
}



p.centered{
    text-align: center;
}