@import url('https://fonts.googleapis.com/css2?family=Six+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

html, body, .container {
	height: 100%;
}

body {
	background: #000;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	font-family: 'JetBrains Mono', Arial, sans-serif;
	overflow: hidden;
	overflow-y: scroll;
	min-height: 590px;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Six Caps', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	font-size:4.25vw;
	text-align:center;
	margin:0
}
.fs-title h2{
    width: 80%;
    text-align: center;
    margin: auto;
}
a {
	color: rgba(0,0,0,0.3);
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #fff;
}

.fs-nav-dots{display:none}
.popup {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    background-color: #000; 
}

.popup-content {
    background-color: #000;
    margin: 15% auto; 
    padding: 20px;
    width: 80%;
	text-align:center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}