@-mos-viewport {width: device-width; scale: 1;}
@-ms-viewport {width: device-width; scale: 1;}
@-o-viewport {width: device-width; scale: 1;}
@-webkit-viewport {width: device-width; scale: 1;}
@viewport {width: device-width; scale: 1;}

/* -------------------- FONTS --------------------*/

@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');


/* -------------------- GLOBAL --------------------*/

* {
    margin: 0;
	padding: 0;
    box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #182225;
}


/* -------------------- TYPOGRAPHY --------------------*/

h1 {
    font-family: 'Saira', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    text-transform: uppercase;
	color: #D9FF00;
    margin: 0px;
	padding: 0px;
}

p {
    font-family: 'Barlow', sans-serif;
	font-size: 0.9rem;
    line-height: 1.8em;
    letter-spacing: 0.04rem;
	margin: 0px;
	padding: 0px; 
    color: #767676; 
}


/* -------------------- MAIN CONTENT --------------------*/

#mainContent {
    width: 100%;
    height: 85vh;
    text-align: center;
    align-content: center;
}

#mainContent img {
    width: 240px;
    opacity: 0.1;
    margin-bottom: 48px;
}

/* -------------------- LEGAL --------------------*/

#legal {
    text-align: center;
    bottom: 0px;
	margin: 0px;
	padding: 50px 0;
}

#legal p {
    font-family: "Arial", sans-serif;
    font-size: 0.5em;
    color: #505050;
    font-weight: normal;
    line-height: 12px;
    margin: 0px;
	padding: 0px;
}


/* ------------------------------------------------*/
/* -------------------- MOBILE --------------------*/
/* ------------------------------------------------*/

@media (max-width: 960px) {

/* -------------------- TYPOGRAPHY (Mobile) --------------------*/ 

h1 {
	font-size: 2rem;
}

/* -------------------- LEGAL (Mobile) --------------------*/

#legal {
	padding: 50px 7% 50px 7%;
}