body{
   background-color: white;
   color: black;
   font-size: 16px;
   font-family: "Verdana";
   height: 100%;
   margin: 0 auto;
   padding: 6px;
  }
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: 400px;
  height: 550px;
  padding: 1%;
  border: solid #b80200;
  border-radius: 25px;
  background-color: white;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.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: 500px;
border-radius: 40px;
border: 2px solid #b80200;
}
.contentcallout2 div{
display: flex;
flex-direction: column;
}
.contentcalloutCard{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.contentcalloutCard img{
width: 100%;
max-width: 450px;
border-radius: 40px;
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: 40px;
margin-bottom: 20px;
}
.contentcalloutCard p{
margin: 20px;
}
.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;
  }
.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;
  }
.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;
  }
.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%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color:#b80200;
  z-index: 100;
  display: flex;
  }
.header-inner{
  width: 100%;
  max-width: 200px;
  height: 70px;
  z-index: 101;
  display: flex;
  }
.headercontent{
  width: 100%;
  max-width: 300px;
  margin-top: 15px;
  margin-right: 100px;
  color: white;
  background-color:#b80200;
}
.headerLogo{
  max-width: 120px;
  margin-top: -30px;
}
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: 38px;
  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 40px 0px 40px;
  margin: -90px 0 0 -290px;
  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 p
{
cursor: pointer;
color: #FFFFFF;
text-align: right;
font-size: 18px;
font-weight: bold;
}
#menuToggle input:checked ~ ul
{
  transform: none;
}
.heroheading{
  background-image:
    linear-gradient(170deg, 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;
}
.herobutton{
  padding: 10px;
  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: #F2B705;
  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;  
}
.sessionAttendance{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.attendance-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;
}
.attendance-buttondisabled{
   margin: 1%;
   padding: 10px 40px 10px 40px;
   font-size: 18px;
   font-weight: bold;
   border: 1px solid #d48382;
   border-radius: 10px 10px 10px 10px;
   background-color: #d48382;
   color: black;
}
.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;
}
@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;
}
.herobutton{
padding: 20px;
display: flex;
flex-direction: row;
}
.contentcalloutCard{
max-width: 1400px !important;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.contentcalloutCard img{
width: 100%;
max-width: 450px;
border-radius: 40px;
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: 40px;
}
.contentcallout2{
padding: 25px;
background-color: #d8d8d8;
color: black;
font-size: 18px;
border-radius: 25px;
display: flex;
flex-direction: row;
align-items: center;
}
.contentcallout3{
padding: 25px;
background-color: #d8d8d8;
color: black;
font-size: 18px;
border-radius: 25px;
display: flex;
flex-direction: column;
align-items: center;
}
.contentcallout2 img{
margin-right: 80px;
}
}