@import url('https://fonts.googleapis.com/css?family=Archivo+Black');

/* Color schemes */
.demo-4 {
	--color-text: #fff;
	--color-bg: #000 url(../img/set4/0.jpg) no-repeat;
	background-size: 80%;
	--color-link: #828282;
	--color-link-hover: #fff;
	--color-info: #fff;
	--color-scroll-text: #fff;
	--font-scroll-text: 'Archivo Black', monospace;
	--fontsize-scroll-text: 8vw;
}
h3.content__text2 {
   
}
.content__img {
	filter: brightness(1.5);
}

.content__text {
    text-transform: inherit;
    font-size: 6vmax;
    align-items: center;
    justify-items: center;
    bottom: 21vmax;
}
p.info-2 a {
    border: solid 0.1px #fff;
    padding: 12px 43px;
}
p.info-2 {
    text-align: center;
    margin-top: 12%;
    font-size: 17px;
    position: relative;
    color: white !important;
    font-weight: 800;
}
.vl {
    border-left: 2px solid white;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    width: 4px;
}
.content__link {
	display: inline-block;
}

.content__link::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: -5vw;
	border: 10px solid #0c0c0c;
}
hr {
    height: 3px;
    margin-left: 0%;
    margin-right: 79%;
    background-color: white;
}
@media screen and (max-width: 40em) {
	.demo-4 {
		background-position: 50% 12rem;
	}
}