@font-face{
    font-family: TekoSemiBold;
    src: url('../fonts/Teko/Teko-SemiBold.ttf');
}

@font-face{
    font-family: ArvoRegular;
    src: url('../fonts/Arvo/Arvo-Regular.ttf');
}

* {
    margin: 0 auto;
}

/* body { */
    /* background-color: rgb(238, 238, 238); */
/* } */

.bodyWrapper {
    /* background-color: rgb(238, 238, 238); */
    text-align: center;
}

.headerLogo {
    width: 25%;
}

.linksTitle {
    font-size: 3em !important;
    color: rgb(90, 90, 90) !important;
    font-family: TekoSemiBold;
}

/* .linksBody { */
    /* border: 1px solid red; */
    /* margin-top: 2%; */
/* } */

.button {
    /* border: 1px solid yellow; */
    margin-top: 2%;
    width: 50%;
    background-color: black;
    padding-top: 2%;
    padding-bottom: 2%;
}

a {
    /* font-size: 3em; */
    color: rgb(170, 170, 170) !important;
}

a, a:hover, a:visited, a:active {
    text-decoration: none !important;
    /* font-weight: bold; */
    /* color: black !important; */
    font-family: ArvoRegular;
}

a:hover {
    color: black !important;
}

a:hover > .button {
    background-color: rgb(165, 165, 165) !important;
}

.links {
    font-size: 1.5em !important;
}

@media screen
and (min-device-width: 200px) 
and (max-device-width: 600px) {

    .headerLogo {
        width: 60%;
    }

    .button {
        width: 85%;
        padding-top: 3%;
        padding-bottom: 3%;
        margin-top: 4%;
    }
}

@media screen
and (min-width: 1000px) {

    .headerLogo {
        width: 10%;
    }

    .button {
        width: 35%;
        padding-top: 1%;
        padding-bottom: 1%;
        margin-top: 2%;
    }

    .linksTitle {
        font-size: 2.5em !important;
    }
}

@media screen
and (min-width: 700px) 
and (max-width: 1000px) {

    .headerLogo {
        width: 15%;
    }

    .button {
        width: 40%;
        padding-top: 1%;
        padding-bottom: 1%;
        margin-top: 2%;
    }

    .linksTitle {
        font-size: 2.5em !important;
    }

    /* .links {
        font-size: 2em !important;
    } */
}

@media screen
and (min-width: 400px) 
and (max-width: 700px) {
    .linksTitle {
        font-size: 2em !important;
    }

    .links {
        font-size: 1.3em !important;
    }
}

@media screen
and (min-width: 200px) 
and (max-width: 400px) {
    .linksTitle {
        font-size: 1.5em !important;
    }

    .links {
        font-size: 1em !important;
    }
}