@font-face {
    font-family: 'Lumberjack Rough';
    src: url('assets/fonts/LumberjackRough.otf');
}

body {
    margin: 0px;
}

header {
    background-color: #000;
    position: relative;
    padding: 15px 50px;
}

.header-logo {
    width: 152px;
}

header > p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFF;
}

header > p > span:first-child {
    margin-right: 100px;
}

#regional-sites-grid {
    border-collapse: collapse;
    margin: 0px;
    width: 100%;
}

#regional-sites-grid > tbody > tr > td {
    color: #FFF;
    overflow: hidden;
    position: relative;
}

#regional-sites-grid > tbody > tr > td > h1 {
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    margin: 60px 0px 0px 0px;
}

#regional-sites-grid > tbody > tr > td > h1 > a {
    text-decoration: none;
    color: #FFFFFF;
}

#regional-sites-grid > tbody > tr > td > p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px 70px 0px;
}

#regional-sites-grid > tbody > tr > td:last-child > p {
    font-family: 'Lumberjack Rough';
    font-size: 22px;
}

#regional-sites-grid > tbody > tr > td:nth-child(2) > p {
    font-style: italic;
}

#regional-sites-grid > tbody > tr > td:first-child {
    background-color: #00B050;
}

#regional-sites-grid > tbody > tr > td:nth-child(2) {
    background-color: #00B0F0;
}

#regional-sites-grid > tbody > tr > td:nth-child(3) {
    background-color: #FF0000;
}

@media screen and (max-width: 767px) {

    #regional-sites-grid {
        height: auto;
    }

    #regional-sites-grid > tbody > tr > td > h1 {
        font-size: 34px;
        margin-left: 20px;
    }

    #regional-sites-grid > tbody > tr > td > p {
        margin-left: 20px;
    }

    #regional-sites-grid > tbody > tr > td {
        display: block;
        width: auto;
        text-align: left;
    }
    
    #regional-sites-grid > tbody > tr > td > img {
        width: 80px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        margin-right: 42px;
        margin-bottom: -80px
    }

    header {
        height: auto;
    }

    header > p {
        float: none;
        margin-top: 15px;
        margin-right: 0px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    #regional-sites-grid {
        height: auto;
    }

    header {
        height: auto;
    }

    header > p {
        float: none;
        margin-top: 15px;
        margin-right: 0px;
    }

    #regional-sites-grid > tbody > tr > td > h1 {
        font-size: 40px;
        margin-left: 20px;
    }

    #regional-sites-grid > tbody > tr > td > p {
        margin-left: 20px;
    }

    #regional-sites-grid > tbody > tr > td {
        display: block;
        width: auto;
        text-align: left;        
    }

    #regional-sites-grid > tbody > tr > td > img {
        width: 80px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        margin-right: 42px;
        margin-bottom: -80px
    }

}

@media screen and (min-width: 1024px) {

    #regional-sites-grid {
        height: 100vh;
    }

    header {        
        height: 90px;
    }

    header > p {
        float: right;
        margin-top: 35px;
        margin-right: 45px;
    }

    #regional-sites-grid > tbody > tr > td > h1 {
        font-size: 40px;
        margin-left: 0px;
    }

    #regional-sites-grid > tbody > tr > td > p {
        margin-left: 0px;
    }

    #regional-sites-grid > tbody > tr > td {
        display: table-cell;
        width: 33%;
        text-align: center;
    }

    #regional-sites-grid > tbody > tr > td > img {
        width: 125px;
        position: relative;
    }

}