* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
  
html {
    font-size: 24px;
    line-height: 1.44;
    height: 100%;
}
 h1 {
    margin-top: 0;
    font-size: 4.3rem;
    font-family: "Barrio", system-ui;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 30px; text-align: center;
}
  
h2 {font-size: 2.074rem;}
  
h3 {font-size: 1.728rem;}
  
h4 {font-size: 1.44rem;}
  
h5 {font-size: 1.2rem;}
  
small, .text_small {font-size: 0.833rem;}
pre,
code {
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
    color: rgba(255, 255, 255, 0.75);
    white-space: pre-wrap;
}

small {
    font-size: 0.777rem;
}
  
strong{
    color: #ca3c25;
}
  
ul {
    margin: 0 1.44em;
}
  
body {
    min-height: 110vh;
    /*font-family: "Inter", sans-serif;*/
    color: rgb(240 240 240 /1);
    background-color: #ded89d;
}
  
h1,
h2,
h3,
h4 {
    /*font-family: 'Inter', sans-serif;*/
    color: #b5971f;
}
  
figcaption {
    width: 100%;
    text-align: center;
    font-size: 0.833rem;
    color: rgb(224 224 224 /1);
  }
  
  /* anchor tag pseudo elements */
a{
    font-family: "Ranchers", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    text-align: center;
}
  
a:link,
a:visited {
    color: #b5971f;
    /*transition: color 0.5s;*/
}
  
a:hover,
a:focus {
    color: #ca3c25;
    ;
    text-decoration: none;
    /*background-color: rgba(240, 240, 240, 0.15);*/
}
  
a:active {
    color: #b5971f;
}
  
img, video {
    max-width: 100%;
    height: auto;
}
  
.video_container{
    width: 100%;
}

.video_container iframe{
    width: 100%;
    aspect-ratio: 16/9;
}

.video_container.anamorphic iframe{
  
    aspect-ratio: 2.85/1;
}
  
  
  /* end of basic styling */
  
#cal svg {
    width: 24px;
}
  
hr {
    margin: 3.583rem 0;
} 

p{
    text-align: center;
}
nav{
    text-align: center;
}
  
@media screen and (min-width:1200px) {
    .columns-2{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.44rem;
    }
}
  