html, body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #330736;
}

.header{
    width: 100%;
    height: 400px;
    background-color: yellow;
    background-image: url("./images/grappling/wbanner1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 200% 1000px;

    display: flex;
    justify-content: center;

    
}

.headertext{
    color: #FF4D00;
    font-size: 96pt;
    font-weight: 700;

}

.content{
    background-color: #3c0008;
    border-radius: 25pt;
    border: solid 5pt #FF4D00;
    margin: 7%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.channel_card{
    display: flex;
    
    flex-direction: column;
    margin-bottom: 40px;
    
    padding: 20pt;
    border: solid 3pt #FF4D00;
    border-radius: 25pt;

    width: 600px;


}

.channel_image{
    width: 600px;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 2pt goldenrod;
}

#channelheader{
    color: goldenrod;
    font-size: 32pt;
    margin: 3%;
}

#tmg{
    background-image: url("./images/grappling/tmg.png");
    background-position: 50% 10%;
}

#shin{
    background-image: url("./images/grappling/shin.png");
}

#paulson{
    background-image: url("./images/grappling/paulson3.png");
    background-position: 50% 25%;
    
}

.channel_info{
    
    justify-content: center;
    display: flex;
    
    flex-direction: column;
    align-items: center;
    margin-top: 20pt;

    
}

.title, .description, .specialty{
    color: #FF4D00;
    font-size: 20pt;
}

.channel_title, .channel_specialty, .channel_description{
    color: goldenrod;
    font-size: 16pt;
}

#grapplerheader{
    color: goldenrod;
    font-size: 32pt;
    margin: 3%;
}

.grapplers{
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, auto);
    margin-bottom: 5%;
    
}

.grappler_card{
    width: 200px;
    height: 300px;
    overflow: hidden;
    display: flex;
    border: solid 1pt goldenrod;
}

.grappler_info {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 10px;
  box-sizing: border-box;
}

.grappler_name {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 4px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}

#khabib{
    background-image: url("./images/grappling/grapplers/khabib.png");
}

#khabib:hover{
    background-image: url("./images/grappling/grapplers/khabibh.png");
    background-position: 40% 0%;
}

#gsp{
    background-image: url("./images/grappling/grapplers/gsp.png");
   
}

#gsp:hover{
    background-image: url("./images/grappling/grapplers/gsph.png");

}

#craig{
    background-image: url("./images/grappling/grapplers/craig.png");
    
}

#craig:hover{
    background-image: url("./images/grappling/grapplers/craigh2.png");
    grid-column-start: 2;
    grid-column-end: 4;
}

#marcelo{
    background-image: url("./images/grappling/grapplers/marcelo.png");

}

#marcelo:hover{
    background-image: url("./images/grappling/grapplers/marceloh.png");

}

#ken{
    background-image: url("./images/grappling/grapplers/ken.png");

}

#ken:hover{
    background-image: url("./images/grappling/grapplers/kenh.png");

}

#don{
    background-image: url("./images/grappling/grapplers/don.png");

}

#don:hover{
    background-image: url("./images/grappling/grapplers/donh.png");

}

#dan{
    background-image: url("./images/grappling/grapplers/dan.png");

}

#dan:hover{
    background-image: url("./images/grappling/grapplers/danh.png");

}

#bas{
    background-image: url("./images/grappling/grapplers/bas.png");

}

#bas:hover{
    background-image: url("./images/grappling/grapplers/bash.png");

}