﻿
:root {
    --cedar-green: rgba(58,172,116,1);
}

.home_back {
    position: relative;
    width: 100%;
    background-color:black;
    font-family: 'Roboto';
}
.home_text {
    position: absolute;
    display:flex;
    align-items:center;
    font-weight:600;
}

.home_text0 {
    left:5%;
    font-size:5vw;
    top:62%;
    height:33%;
    width:60%;
}
.home_text1 {
    left: 5%;
    font-size: 4.9vw;
    top: 60%;
    height: 40%;
    width: 60%;
}
.home_text2 {
    left: 5%;
    font-size: 4.8vw;
    top: 55%;
    height: 45%;
    width: 60%;
}
.home_text3 {
    left: 5%;
    font-size: 4.7vw;
    top: 51%;
    height: 49%;
    width: 60%;
}
.home_text4 {
    left: 5%;
    font-size: 4.6vw;
    top: 47%;
    height: 53%;
    width: 60%;
}
.home_text5 {
    left: 2%;
    font-size: 4vw;
    top: 44%;
    height: 56%;
    width: 55%;
}

.home_buttonrow {
    position: absolute;
    top: 35.6%;
    right: 5%;
}

.home_button {
    border-radius: 10vw;
    border: 1px solid var(--cedar-green);
    padding: 0.5vw 4vw 0.5vw 4vw;
    font-size: 2vw;
    font-weight: 600;
    background-color: transparent;
    color: rgba(58,172,116,1);
    margin: 2vw;
    cursor: pointer;
    font-family: 'Roboto';
}

    .home_button:hover {
        background-color: var(--cedar-green);
        color: white;
    }

.home_roundel {
    position: relative;
    height: 2em;
    cursor: pointer;
}

    .home_roundel img {
        height: 100%;
        margin: 0vw 3vw 0vw 0vw;
    }

    .home_roundel:hover {
        color: white;
    }

.home_divider {
    position: relative;
    height: 2px;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: rgba(50,68,66,1);
}

.home_link {
    position: relative;
    left:20%;
    color: var(--cedar-green);
    display: flex;
    align-items: center;
    font-family:inherit;
    font-size:60px;
}

.home_awards {
    position: relative;
    width: 100%;
    height: 100px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.home_award {
    position: relative;
    height: 100%;
}

    .home_award img {
        position:relative;
        height: 100%;
    }

@media (max-width: 1200px) {
    .home_link {
        left: 10%;
        font-size: 5.5vw;
    }
    .home_text0 {
        font-size: 6vw;
        width: 70%;
        top:60%;
    }

    .home_text1 {
        font-size: 5.8vw;
        width: 70%;
    }

    .home_text2 {
        font-size: 5.6vw;
        width: 70%;
    }

    .home_text3 {
        font-size: 5.4vw;
        width: 70%;
    }

    .home_text4 {
        font-size: 5.2vw;
        width: 70%;
    }

    .home_text5 {
        left: 2%;
        top:36%;
        font-size: 5vw;
        width: 70%;
    }
}
@media (max-width: 1000px) {
    .home_button {
        border-radius: 10vw;
        border: 1px solid var(--cedar-green);
        padding: 0.5vw 4vw 0.5vw 4vw;
        font-size: 2.8vw;
        font-weight: 600;
        background-color: transparent;
        color: rgba(58,172,116,1);
        margin: 2vw;
        cursor: pointer;
        font-family: 'Roboto';
    }

    .home_text0 {
        left: 2%;
        font-size: 7.2vw;
        width:95%;
    }

    .home_text1 {
        left: 2%;
        font-size: 6.8vw;
        width: 95%;
    }

    .home_text2 {
        left: 2%;
        font-size: 6.6vw;
        width: 95%;
    }

    .home_text3 {
        left: 2%;
        font-size: 6.4vw;
        width: 95%;
    }

    .home_text4 {
        left: 2%;
        font-size: 6.2vw;
        width: 95%;
    }

    .home_text5 {
        left: 2%;
        font-size: 6vw;
        width: 95%;
        height:50%;
        top:30%;
    }
}