@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");body{margin:0}.active{color:#006400;font-weight:700}.active:after{background-color:#006400}header{height:10vh;width:100vw;background-color:#fff;position:-webkit-sticky;position:sticky;top:0;margin:0;display:flex;justify-content:center;align-items:center;font-family:Poppins,sans-serif}.navcol{width:200px}header table tr th a{color:#000;text-decoration:none;transition-duration:.4s;display:inline-block;position:relative}header table tr th a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#000;transform-origin:bottom left;transition:transform .25s ease-out}header table tr th a:hover:after{transform:scaleX(1);transform-origin:bottom left}.hl{transition-duration:.4s;height:8vh;background-image:url(/logo.png);background-position:50%;background-size:50%;background-repeat:no-repeat}.hidden{opacity:0;width:0}.shown{opacity:1;width:200px}.titlesection{height:75vh;width:100vw;display:flex;justify-content:center;align-items:center;font-family:Poppins,sans-serif;color:#43a854;font-size:50px;background:linear-gradient(rgba(29,31,29,.75),rgba(29,31,29,.75)),url(/titleimage2.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover}.titlesection img{width:35vw;height:auto}.mainsection{padding-top:10vh;padding-bottom:10vh;width:100vw;background-color:#fff;font-family:Poppins,sans-serif;color:#000;text-align:center;border-bottom:5px dashed #024d0e}.mainsection,.textwrap{display:flex;justify-content:center;align-items:center}.textwrap{width:75vw;flex-direction:column}.mainsection th{padding:20px;width:25vw}.mainsection th h1{font-size:30px}.last{border-bottom:none}#eventtable{display:flex}#eventtable,#eventtable tr td{padding:10px}.event{background-color:#e3e3e3;border-radius:10px;border:3px dashed rgba(29,31,29,.7);padding:20px;transition-duration:.2s;max-width:75vw;text-align:center;display:flex;justify-content:center;align-items:center}.event:hover{background-color:#cdcdcd}@media (max-width:740px){.event table tr td{font-size:12px!important}.titlesection{font-size:30px}}@media (max-width:600px){.shown{display:none}header table tr th a{font-size:15px}.titlesection img{width:50vw;height:auto}}@media (max-width:490px){.event table tr td{font-size:12px!important;width:75vw!important;display:block}.titlesection{font-size:20px}.shown{display:none}header table tr th a{font-size:12px}}@media (max-width:300px){header table tr th a{font-size:10px}.titlesection{font-size:17px}.titlesection img{width:70vw}}.event table tr td{font-size:16px;width:18.75vw;overflow-wrap:anywhere}.noShow{display:none}.carimg{height:75vh}#contactform{display:flex;border:5px dashed rgba(2,77,14,.5);padding:30px;align-items:center;justify-content:center;flex-direction:column;width:70vw}#contactform textarea{width:69vw;height:10vh;margin:10px;resize:vertical}#contactform textarea,button,input{font-family:Poppins,sans-serif;padding:5px;border:2px solid rgba(2,77,14,.5)}#contactmeta{width:70vw}#contactmeta input{width:30vw}#contactemail{margin-right:4vw}#contactname{margin-left:4vw}button{background-color:#fff;cursor:pointer}