*, *::before, *::after {
  box-sizing: border-box;
}
body{
background-color: white;
   color: black;
   font-size: 16px;
   font-family: "Verdana";
   min-height: 100vh;
   margin: 0;
   padding: 0;
   width: 100%;
  }
h1{
  font-size: 50px;
}
h2{
  font-size: 36px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 20px;
}
a{
  color: #b80200;
  text-decoration: none;
}
main{
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  }
section{
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  z-index: 2;
}
.floatsection{
  width: 100%;
  max-width: 320px;
  padding: 5px 5px 40px 10px;
  padding-bottom: 40px;
  border: solid #b80200;
  border-radius: 25px;
  background-color: white;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.checkboxContainer {
  position: relative;
  display: block;
  margin: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 2px #b80200;
  border-radius: 5px;
}
.checkboxContainer input:checked ~ .checkbox {
  background-color: #b80200;
}
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.checkboxContainer input:checked ~ .checkbox:after {
  display: block;
}
.checkboxContainer .checkbox:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ModalClose{
float:inline-end;
margin: 2%;
padding: 8px;
font-size: 14px;
line-height: 0.8;
font-weight: bold;
border: 1px solid #b80200;
border-radius: 5px;
background-color: #b80200;
color: white;
cursor: pointer;
}
.content{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
.contentcallout{
  padding: 25px;
  background-color: #b80200;
  color: white;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentcallout div{
max-width: 1600px;
}
.contentcallout2{
  padding: 25px;
  background-color: #888888;
  color: black;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentcallout2 img{
width: 100%;
max-width: 300px;
border-radius: 25px;
}
.contentcallout2 div{
display: flex;
flex-direction: column;
}
.contentcalloutCard{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 25px;
}
.contentcalloutCard img{
width: 100%;
max-width: 200px;
border-radius: 25px;
margin-bottom: 20px;
}
.contentcalloutCard div{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #b80200;
width: 100%;
max-width: 450px;
height: 230px;
border-radius: 25px;
margin-bottom: 20px;
}
.contentcalloutCard p{
margin: 20px;
}
.contentcallout3{
padding: 25px;
background-color: #d8d8d8;
color: black;
font-size: 18px;
border-radius: 25px;
display: flex;
flex-direction: column;
align-items: center;
}
.button{
   margin: 1%;
   padding: 10px 40px 10px 40px;
   font-size: 18px;
   font-weight: bold;
   border: 1px solid #b80200;
   border-radius: 10px 10px 10px 10px;
   background-color: #b80200;
   color: white;
   cursor: pointer;
  }
.button2{
   padding: 10px 40px 10px 40px;
   font-size: 18px;
   font-weight: bold;
   border: 2px solid #b80200;
   border-radius: 10px 10px 10px 10px;
   background-color: transparent;
   color: white;
   cursor: pointer;
  }
.textbutton{
   font-size: 14px;
   font-weight: bold;
   border: 0px solid #b80200;
   border-radius: 10px 10px 10px 10px;
   background-color: transparent;
   color: black;
   padding-left: 8px;
   cursor: pointer;
  }
.edit-session-button{
   padding: 5px 15px 5px 15px;
   font-size: 16px;
   font-weight: bold;
   border: 2px solid #b80200;
   border-radius: 10px 10px 10px 10px;
   background-color: transparent;
   color: #b80200;
   cursor: pointer;
}
.formfield input{
   margin: 1%;
   padding: 10px 50px 10px 10px;
   font-size: 16px;
   font-weight: bold;
   border: 2px solid #b80200;
   border-radius: 10px 10px 10px 10px;
   background-color: transparent;
   color: black;
  }
.header {
  width: 100%;
  min-height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #b80200;
  z-index: 100;
  display: flex;
  align-items: center;
  position: relative;
}
.header-inner {
  width: 120px;
  height: 100%;
  position: relative; 
}
.headerLogo {
  position: absolute;
  width: 120px;
  height: 110px;
  object-fit: contain;
  top: 50%;
  transform: translateY(-50%);
  z-index: 105;
}
.headercontent {
  flex: 1;
  padding-right: 100px;
  color: white;
  background-color: #b80200;
  word-break: break-word;
  align-self: center;
  margin: 20px 0px 20px 0px;
}
footer{
  margin-top: 10px;
  margin-bottom: 10px;
  padding:40px;
  background-color: white;
  color: black;
  position: relative;
  z-index: 2;
  }
.footercontent{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerIcons{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footerIcons img{
  width: 100%;
  max-width: 120px;
  padding: 10px;
}
.hambox{
  width: 50px;
  height: 40px;
  border-radius: 5px;
  background-color: #b80200;
  position: fixed;
  top: 30px;
  right: 38px;
  z-index: 100;
}
#menuToggle{
  display: block;
  margin: 9px;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a{
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
#menuToggle li:hover{
  color: #b80200;
}
#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -1px;
  right: -1px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #FFFFFF;
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}
#menu{
  position: absolute;
  max-width: 400px;
  width: 370px;
  max-height: 100vh;
  border-radius: 0px 0px 0px 40px;
  margin: -90px 0 0 -280px;
  padding: 50px;
  padding-top: 125px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #b80200;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li label {
  display: block;
  cursor: pointer;
  text-align: right;
}

#menu li label a {
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  text-decoration: none;
  transition: color 0.3s ease;
}

#menu li label a:hover {
  color: #d48382; 
}
#menuToggle input:checked ~ ul
{
  transform: none;
}
.heroheading{
  background-image:
    linear-gradient(30deg, black, rgba(0, 0, 0, 0.01)),
    url('assets/contentherofuryfc.png');
    width: 100%;
    height: 500px;
    background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heroheading h1{
  padding-left: 20px;
  color: white;
  font-size: 45px;
}
.herobutton{
  padding: 20px;
  display: flex;
}
.pageheading{
  border: 2px solid #b80200;
  border-radius: 40px 40px 40px 40px;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pageheading h1{
  padding-left:20px;
}
.helpaction{
  display: flex;
  align-items: center;
  justify-content: center;
}
.helpaction div{
  margin: 40px;
}
.helpaction img{
  max-width: 100px;
  clip-path: circle(50%);
}
.lineDiv{
  border-top: 2px solid black;
  border-radius: 5px;
  margin-top: 30px;
}
.highlight-container, .highlight {
  position: relative;
}
.highlight-container {
  display: inline-block;
}
.highlight-container:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: #d48382;
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
}
.sessionlist{
  display: flex;
  flex-direction: column;
  justify-content: center;
list-style: none;
}
.sessionlist li{
  text-indent: -1.75rem;
}
.sessionlist li::before{
content: '📆';
}
.sessionAttendance{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.attendance-button{
   margin: 1%;
   padding: 10px;
   font-size: 18px;
   font-weight: bold;
   border: 2px solid #b80200;
   border-radius: 10px 10px 10px 10px;
   background-color: transparent;
   color: #b80200;
   cursor: pointer;
   max-width: 250px;
}
.attendance-button[data-status="attending"]:disabled {
   margin: 1%;
   padding: 10px;
   font-size: 18px;
   font-weight: bold;
   border: 2px solid green;
   border-radius: 10px;
   background-color: green;
   color: white;
   cursor: not-allowed;
}

.attendance-button[data-status="not-attending"]:disabled {
   margin: 1%;
   padding: 10px;
   font-size: 18px;
   font-weight: bold;
   border: 2px solid #d48382;
   border-radius: 10px;
   background-color: #d48382;
   color: black;
   cursor: not-allowed;
}
.ResponseAttending{
list-style: none;
}
.ResponseAttending li{
  text-indent: -1.75rem;
}
.ResponseAttending li::before{
content: '✅ ';
}
.ResponseNotAttending{
list-style: none;
}
.ResponseNotAttending li{
  text-indent: -1.75rem;
}
.ResponseNotAttending li::before{
content: '❌ ';
}
.team-select-button{
   width: 100%;
   margin: 1%;
   padding: 10px 40px 10px 40px;
   font-size: 18px;
   font-weight: bold;
   border: 1px solid #b80200;
   border-radius: 10px 10px 10px 10px;
   background-color: #b80200;
   color: white;
   cursor: pointer;
}
@media (min-width: 768px) {
.heroheading{
  background-image:
    linear-gradient(130deg, black, rgba(0, 0, 0, 0.01)),
    url('assets/contentherofuryfc.png');
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.herocta{
display: flex;
flex-direction: row;
}
.heroheading h1{
  padding-left: 100px;
  color: white;
  font-size: 45px;
}
.herobutton{
padding-left: 100px;
display: flex;
flex-direction: row;
}
.content{
max-width: 1600px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
z-index: 10;
}
.contentcallout{
max-width: 1600px;
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.contentcalloutCard{
width: 100%;
max-width: 1200px !important;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.contentcalloutCard img{
width: 100%;
max-width: 350px;
border-radius: 25px;
margin: 20px;
}
.contentcalloutCard div{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #b80200;
margin: 20px;
width: 100%;
max-width: 450px;
height: 230px;
border-radius: 25px;
}
.contentcallout2{
width: 100%;
padding: 25px;
background-color: #d8d8d8;
color: black;
font-size: 18px;
border-radius: 25px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.contentcallout3{
width: 100%;
padding: 25px;
background-color: #d8d8d8;
color: black;
font-size: 18px;
border-radius: 25px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.contentcallout2 img{
margin-right: 80px;
}
}