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

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

body {
    /* background-color: red !important; */
    background-image: url('../images/IMG_0997.JPG'); 
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-attachment: fixed;
    background-position: center;
}

.wrapper {
    width: 70%;
    margin: 3% auto;
    /* z-index: 2; */
    /* position: relative; */
    /* border: 1px solid red; */
}

/* .bodyWrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-size: cover;
} */

/* .inside {
    z-index: 5;
    position: relative;
} */

.headerWrapper {
    text-align: center;
    /* border: 1px solid blue; */
}

.headerLogo {
    width: 75%;
}

.menuWrapper {
    padding-left: 2%;
    /* border: 1px solid red; */
    text-align: center;
    font-family: TekoSemiBold;
    font-size: 1.5em;
}

a {
    padding-left: 1%;
    color: red !important;
}

a, a:hover, a:visited, a:active {
    text-decoration: none !important;
    /* color: black !important; */
}

a:hover {
    /* font-weight: 800; */
    color: black !important;
}

.menuItem {
    color: black;
    border-bottom: 2px solid black;
}

.otherlinkPadding {
    padding: 0;
}



/* FOOTER */

.footer {
    padding-top: 2%;
    text-align: center;
}

.privacyPolicyText {
    color: rgb(51, 51, 51) !important;
}

.privacyPolicyText:hover {
    color: rgb(98, 98, 98) !important;
}

@media screen 
and (min-device-width: 200px) 
and (max-device-width: 640px) {
    .menuWrapper {
        font-size: 2.3em;
    }
}