html{scrollbar-gutter:stable}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-self:center;display:grid;flex-direction:column;height:100%;justify-self:center;margin:auto;width:60rem}.App *{border-color:#777;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}@media (max-width:800px){.App{margin:auto;max-width:100%}}.navbar{font-feature-settings:"smcp","c2sc";display:flex;flex-direction:column;font-variant-caps:all-small-caps;font-weight:lighter;width:100%}.navbar>ul{display:flex;justify-content:space-between;list-style:none;margin:0;padding:0;width:auto}.navbar>ul>li>a{color:#1b1b1b;text-decoration:none}.navbar>ul>li>a:hover{color:#1b1b1b;text-decoration:underline}.App-header{background-color:#fff;border-bottom:2px solid #820707;display:flex;flex-direction:column;justify-content:center;min-height:75%;padding-bottom:15px;position:-webkit-sticky;position:sticky;top:-60px;-webkit-user-select:none;user-select:none;width:100%;z-index:1000}.App-header-logo{align-items:center;display:flex;flex-direction:row;gap:.75rem;justify-content:left;pointer-events:none;text-decoration:none}.App-header-logo img{height:2.5rem;width:auto}.App-header-logo>p{font-size:xx-large;margin-bottom:1.1rem;margin-top:1.1rem}.App-header-logo>p>strong{color:#820707}.App-header-navbar{display:flex;margin-inline:2rem}.infoboard{grid-column-gap:.5rem;column-gap:.5rem;grid-auto-columns:85%;grid-auto-flow:column;overflow-x:scroll;scrollbar-width:none;text-decoration:none}.infoboard,.infosingle{display:grid;width:100%}.infosingle{align-items:center;grid-auto-flow:row;grid-template-rows:auto 1fr;height:100%}.infosingle a{color:#000;text-decoration:none}.infosingle-content-img-wrapper{align-items:center;display:flex;grid-row:1;height:12rem;overflow:hidden;width:100%}.infosingle-content-img-wrapper img{height:100%;object-fit:fill;transition:transform .4s ease-in-out;width:100%}.infosingle:hover .infosingle-content-img-wrapper img{transform:scale(1.013);transform-origin:center center center}.infosingle-content-text-wrapper{grid-row-gap:0;display:grid;grid-row:2;grid-template-columns:1fr;grid-template-rows:-webkit-min-content 1fr 1fr;grid-template-rows:min-content 1fr 1fr;overflow:hidden;row-gap:0;width:100%}.infosingle:hover .infosingle-content-text-wrapper h3{text-decoration:underline}.infosingle-content-text-wrapper h3,.infosingle-content-text-wrapper p{-webkit-box-orient:vertical;display:-webkit-box;max-height:60px;overflow-y:hidden;text-align:left;text-overflow:ellipsis}.infosingle-content-text-date{font-size:small;grid-row:1}.infosingle-content-text-wrapper h3{-webkit-line-clamp:2;line-clamp:2;grid-row:2}.infosingle-content-text-wrapper p{-webkit-line-clamp:4;line-clamp:4;font-size:.8rem;grid-row:3}#league-page{display:flex;flex-direction:column}#league-page>*{margin-left:2rem}#league-page h1{margin-left:0}#league-page>iframe{height:50rem}#button-register{background-color:#820707;border-radius:10px;color:#fff;padding:1rem 3rem;text-align:center;text-decoration:none}#sign-up-block{border:1px solid #000;border-radius:10px;padding:1rem 2rem 1.5rem}#sign-up-block,.text-bubble{display:flex;flex-direction:column}.text-bubble{border:2px solid #820707;border-radius:10px;padding:15px}.text-bubble>h1{margin:5px 0 20px;-webkit-text-decoration:solid underline #820707;text-decoration:solid underline #820707;text-underline-offset:5px}.text-bubble>h3{margin:0 0 5px}.text-bubble>p>a,b{color:#820707}#about-us-page{margin-left:1rem}#about-us-page p{margin-left:1rem;text-align:justify;text-justify:inter-word}#mission-statement-image{display:flex;flex-direction:row}#mission-statement-image>img{align-self:center;border-radius:10px;height:16rem;margin-left:1.5rem;width:auto}.resource-page{display:flex;flex-direction:column}.dropdown{color:#fff;-webkit-user-select:none;user-select:none}.dropdown h2{background-color:#820707;cursor:pointer;margin:0;padding:2%}.dropdown p{color:#820707;font-size:small;font-style:italic;padding-left:2rem}.dropdown a{color:#f51919;font-size:larger;font-weight:600;text-decoration:underline}.dropdown-content{background-color:#fffbe7;border:.3rem solid #820707;border-radius:0 0 10px 10px;box-sizing:border-box;max-width:60rem;padding:2rem;position:relative;width:100%}.dropdown-content>*+*{border-top:1px dashed #820707;margin-top:1rem;padding-top:1rem}.contact-page{display:flex;flex-direction:column}.contact-page input,textarea{border:1px solid #000;border-radius:10px;margin:1rem;padding:1rem;resize:none}#contact-header{display:flex;flex-direction:row;justify-content:space-between}#contact-header h1{text-wrap:nowrap;padding-right:72%}.info-name-email{display:flex;justify-content:space-between;width:100%}.info-name-email>input{height:-webkit-fit-content;height:fit-content;overflow-y:hidden;width:50%}.info-text{display:flex;width:100%}.info-text>textarea{width:100%}.contact-send-form-btn{display:flex;width:100%}.contact-send-form-btn>input{width:100%}.footer-social-icon-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.footer-social-icon-wrapper img{width:2.3rem}.footer-social-icon-wrapper a{padding-left:0}.event-page>iframe{height:40rem;width:100%}#tournament-page{overflow-y:auto}.event-text-info{display:flex;flex-direction:column}.event-text-info>p{margin-inline:1rem 1rem;margin-bottom:1rem}.event-text-info>ol{margin:0}.event-text-info>p>a,.event-text-info>p>strong{color:#820707}.event-text-info>p>strong{margin-left:-1rem}#event-schedule-table{justify-self:center;text-align:right}#event-schedule-table>thead{text-align:left}#event-schedule-table>tbody>tr>td{padding-right:4rem}#terms-and-policy-text{font-size:small;margin-inline:1rem 1rem}#terms-and-policy-text>strong{font-size:small;margin-left:-1rem}#registration-frame{position:-webkit-sticky;position:sticky;top:100px}.notice-page>h1{margin-bottom:0}.notice-page-image-wrapper{align-items:center;display:flex;grid-row:1;height:12rem;overflow:hidden;width:100%}.notice-page-image-wrapper>img{object-fit:fill;width:100%}#grey-information-test>*{color:grey;font-size:.5rem}#full-screen-button{background-color:#820707;border-radius:10px;color:#fff;padding:10px 0;text-align:center;text-decoration:none;width:100%}.footer{background-color:#fff;display:flex;flex-direction:column;height:100%;margin-bottom:5%;margin-top:5%;width:100%}.footer-upper-wrapper{grid-column-gap:7%;column-gap:7%;display:grid;grid-template-columns:auto 1fr;margin-right:2rem}.footer-logo-text{height:auto;justify-self:center;width:8rem}.footer-lower-half{align-items:center;color:#454545;display:flex;width:100%}.footer-lower-half>img{align-self:center;height:5rem;width:auto}.footer-social{text-wrap:nowrap;display:flex;flex-direction:column;height:100%;justify-content:space-between}.footer-social>h3{margin:0}.footer-mission-statement{display:flex;flex-direction:column;margin-inline:2rem;width:100%}.footer-mission-statement>h3,p{margin:0}
/*# sourceMappingURL=main.79e04c54.css.map*/