@import url("mentee-apply.css");
header {
background-color: #ffffff;
height: 92px;
}

.mentorhero {
background-color: #36200f;
color: white;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 80px;
padding-inline: 80px;
z-index: 1;
height: 100svh;
}

.mentorhero img {
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
height: 450px;
width: 460px;
border-radius: 5px;
padding-top: auto;
padding-bottom: auto;
}

.links a:not(.active) {
color: #000000;
}

.qualifyholder {
color: #000000;
}

.qualifyholder div {
background-color: #ecdfd5;
padding: 15px;
}

.qualifyholder p {
font-size: 14px;
}

.info-tips {
padding-inline: 100px;
padding-top: 50px;
padding-bottom: 50px;
}

.info-tips h1 {
font-size: 38px;
}

.info-tips p {
font-size: 16px;
}

#mycheck10:checked ~ .k {
display: block;
}

#mycheck10 {
display: none;
}

#mycheck11:checked ~ .l {
display: block;
}

#mycheck11 {
display: none;
}

@media screen and (max-width: 475px) {
    body {
    overflow-x: hidden;
    }

    .mentorhero {
    flex-direction: column;
    padding-inline: 10px;
    height: auto;
    margin-top: 75px;
    row-gap: 15px;
    padding-top: 32px;
    padding-bottom: 36px;
    }

    .mentorhero h1 {
    padding-inline: 15px;
    font-size: 34px;
    text-align: center;
    line-height: 33px;
    max-width: 100%;
    }

    .mentorhero p {
    margin-top: 6px;
    text-align: center;
    font-size: 16px;
    padding-inline: 18px;
    line-height: 25px;
    }

    .mentorhero img {
    width: 100%;
    margin-inline: 8px;
    height: 280px;
    }

    .mentorshipbtn {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
    }

    .info-tips {
    padding-inline: 15px;
    }

    footer {
    background-color: grey;
    }

    .rights {
    background-color: red;
    }
}