/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/


@font-face {
    font-family: 'Space Mono';
    src: url('../fonts/web/SpaceMono-BoldItalic.woff2') format('woff2'),
        url('../fonts/web/SpaceMono-BoldItalic.woff') format('woff'),
        url('../fonts/web/SpaceMono-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Space Mono';
    src: url('../fonts/web/SpaceMono-Regular.woff2') format('woff2'),
        url('../fonts/web/SpaceMono-Regular.woff') format('woff'),
        url('../fonts/web/SpaceMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Mono';
    src: url('../fonts/web/SpaceMono-Bold.woff2') format('woff2'),
        url('../fonts/web/SpaceMono-Bold.woff') format('woff'),
        url('../fonts/web/SpaceMono-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Mono';
    src: url('../fonts/web/SpaceMono-Italic.woff2') format('woff2'),
        url('../fonts/web/SpaceMono-Italic.woff') format('woff'),
        url('../fonts/web/SpaceMono-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


.header-6 { min-height: 100vh; }

.holding_heading img {
    padding-top: calc(2em + 2vw);
    max-width: 210px;
}

.holding_para p {
    color: #fff;
    font-family: "Space Mono", Lato, Arial;
    padding-top: calc(4em + 5vw);
    letter-spacing: 2px;
}

.holding_para p a {
    color: #fff;
	font-weight: 400;
}
.social-links li a {
    color: #fff;
    font-size: 22px;
}
.omobile { display: none !important; }
.odesktop { display: block !important; }



@media only screen and (max-width: 768px) { 
.odesktop { display: none !important; }
.omobile { display: block !important; }
.holding_wrap {
    padding-left: 40px; padding-top: 80px;
}
.header br {
    display: block !important;
}
.header-6 {
    background: #9ba67d url(../img/elm_1.jpg) center center;
    background-size: cover;
    padding-bottom: 0;
}
}
