body {
	font-family: "Poppins", sans-serif;
}

.blackback {
	background-color: #000;
	color: #ffffff;
}

.fontwhite {
	color: #ffffff;
}

.header img {
    margin: 0 auto;
    width: 200px;
    display: block;
}

.footer {
    background-color: #262626;
    color: #fff;
}

.footer-smallcontent {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.folder {
	display:flex;
	text-align:center;
}

.folder-subtitle {
    position: absolute;
    top: 40vw;
    left: 0;
    right: 0;
    margin: auto;
	font-size: 30px;
}

/*
.folder:before {
	content: '';
	position: absolute;
	background: radial-gradient(circle at center, #ffffff00, #000 100%);
	border-radius: 5px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
*/

.folder .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
	width: 350px;	
}




@media (max-width: 600px)
{
	.folder .logo {
		width: 50vw;
	}
	
	.folder-subtitle {
		font-size: 20px;
	}
	
}


