

.title{
    display: grid;
    margin-bottom: 20px;
    margin-top: 20px;
}

.titleText{
    font-size: max(min(72px, 5vw), 28px);
    max-width: 70%;
    text-wrap: wrap;
    justify-self: center;
    text-align: center;
}

.hero{
  /* The image used */
  background-image: url("../images/hero.jpeg");

  /* Set a specific height */
  height: 25vw;
}

body{
    margin-bottom: 80px;
}

.intro *{
    text-align: center;
    max-width: min(800px, 90%);
    margin-bottom: 20px;
}
.intro{
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
    margin-bottom: 20px;
    margin-top: 80px;
}

.full{
    display: grid;
    grid-template-columns: 35% 30% 35%;
    margin-top: 80px;
    height: fit-content;
    padding-left: 20px;
    padding-right: 20px;
}

.borderImage{
    border-style: solid;
    border-radius: 5px;
}

.full > *{
    height: 25vw !important;
    min-height: auto !important;
}

.fullTextWrap{
    margin-top: 80px;
    height: fit-content;
    background-color: rgba(102, 102, 102, 0.2);
}

.fullTextWrap p, .fullTextWrap h1{
    padding: 50px;
    margin: 0 !important;
}

.fullText{
    display: grid;
    grid-template-columns: auto;
    justify-items: left;
    padding: 7vw 70px;
}

@media only screen and (max-width: 750px) {
    .helpWay{
        grid-template-columns: auto !important;
    }
    .helpImage{
        min-height: 80vw !important;
    }
    .helpWay[moveInLeft] > .helpImage {
        grid-row: 2;
    }
}

@media only screen and (max-width: 600px) {
    .fullText{
        padding: 7vw 15px !important;
    }
    .helpText{
        padding: 30px 15px !important;
    }
    .collage{
        grid-template-columns: auto !important;
        row-gap: 20px !important;
    }
    .collage > img, .collage > video{
        height: auto !important;

    }
    .collage > h1, .collage > p{
        grid-column: span 1 !important;
    }
    .collage > p {
        margin-top: 50px;
    }
    .fullTextWrap p, .fullTextWrap h1{
        padding: 20px;
    }
}

.aboutImage{
    background-image: url("../images/foto1.jpeg");
}

.certificateImage{
    background-image: url("../images/certificate.jpg");
    background-size: cover !important;
}

.fullImage{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fullText > h1 {
    justify-self: center;
    margin-bottom: 20px;
}

.fullText > h3{
    margin-bottom: 10px;
}

.help{
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: rgb(255, 255, 255);
    background-image: url("../images/SierraLeone.jpeg");
    background-size: cover;
}

.help > h1 {
    font-size: max(min(72px, 5vw), 28px);
}

.helpWay{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    height: fit-content;
    position: relative;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.345);
}

.helpWay[moveInLeft]{
    left: -100%;
}
.helpWay[moveInRight]{
    right: -100%;
}

.helpText{
    display: grid;
    grid-template-columns: auto;
    justify-items: left;
    background-color: rgb(255, 255, 255);
    padding: 40px;
    align-items: center;
}

.helpImage{
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 30vw;
}

.helpText > h1 {
    justify-self: center;
    margin-bottom: 20px;
}

.helpText > h3{
    margin-bottom: 10px;
}

.youHelp{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    margin-top: 40px;
    align-items: center;
    column-gap: 40px;
}

.helpLogo{
    background-image: url("../images/logoGroot.jpeg");
    background-size: contain;
    min-height: 30vw;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    grid-template-rows: auto !important;
    margin: 0px 0px !important;
}

.youHelp > div{
    display: grid;
    grid-template-rows: subgrid;
    row-gap: 20px;
    grid-row: span 3;
    margin: 80px 0px;
}

.youHelp span{
    display: grid;
}

.youHelp button, .youHelp *[button]{
    margin-top: 30px;
    justify-self: center;
    width: 80%;
}

.collage{
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 80px;
    background-color: rgba(102, 102, 102, 0.2);
    padding-top: 50px;
    padding-bottom: 80px;
}
.collage > img, .collage > video{
    height: 40vw;
    justify-self: center;
    max-width: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.small{
    height: 20vw !important;
}

.big{
    grid-row: span 2;
}

.collage > p , .collage > h1 {
    grid-column: span 3;
    justify-self: center;
    max-width: 90%;
}
.collage > p{
    font-size: 24px;
}

@media only screen and (max-width: 900px) {
    .full{
        grid-template-columns: auto;
    }
    .full > *{
        height: 50vw !important;
    }
    .certificateImage{
        height: 60vw !important;
    }
    .secondImage{
        grid-row: 2;
    }
    .aboutImage{
        height: 100vw;
        width: 100% !important;
    }
    .fullTextWrap p{
        padding-top: 20px;
    }

    .aboutImage {
        grid-row: 3;
    }
    .fullTextWrap{
        display: grid;
        width: 100vw;
    }
    .certificateImage{
        height: 69vw;
        margin-top: 20px !important;
    }
    .hero{
        height: 40vw;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .youHelp{
        grid-template-columns: auto !important;
    }
    .youHelp > div{
        display: grid;
        grid-template-rows: subgrid;
        row-gap: 20px;
        grid-row: span 3;
        margin: 20px 0px;
    }
    .helpLogo{
        height: 300px !important;
        margin: 0 !important;
    }
}


.arrowTop{
    background-image: url("../top.webp");
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.051);
    border-radius: 5px;
    display: none;
    user-select: none;
    -webkit-user-select: none;
}