@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root
{
    --c1: 207, 23, 31;
    --f1: 'Roboto', sans-serif;
	--w: 255,255,255;
}

.slide > img
{
    max-width: 100%;
    max-height: 68vh;
}

.slide::before
{
    content: "";
    background-image: var(--bli);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(2rem);
    filter: blur(2rem);
}

.parallax-mirror
{
    -webkit-filter: blur(1rem);
    filter: blur(1rem);
}

.gal a:hover
{
    transform: scale(1.04);
}

.flx
{
	display: flex;
}

.flx > div
{
	width: 50%;
}

.flx > .lt
{
	background: #fe000f;
}

.flx > div.rt > img
{
	width: 100%;
}

.ribbon
{
	text-indent: 0px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
}

.ribbon > picture
{
	width: 100%;
	height: auto;
}

.extpdin
{
	padding-top: 10vw;
}

.adpr > .estd
{
	width: 28rem;
	text-align: center;
	background: #ffffff;
	margin: 0 auto;
	padding: 0.5rem 0px;
	top: 16px;
	z-index: 1;
}

.adpr > .estd > p
{
	font-style: italic;
	font-size: 0.85rem;
	font-weight: 600;
	text-indent: 0px;
}

.adpr > .estd > h3
{
	font-size: 2rem;
	color: #cd181f;
}

.adpr > .estd > h3 > span > i
{
	color: #000000;
	font-size: 0.8rem;
	vertical-align: top;
}

.prfx
{
	padding: 0.35rem 0px;
	background: rgb(214,23,12);
	background: -moz-linear-gradient(90deg, rgba(214,23,12,1) 0%, rgba(188,21,11,1) 68%, rgba(165,18,10,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(214,23,12,1) 0%, rgba(188,21,11,1) 68%, rgba(165,18,10,1) 100%);
	background: linear-gradient(90deg, rgba(214,23,12,1) 0%, rgba(188,21,11,1) 68%, rgba(165,18,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6170c",endColorstr="#a5120a",GradientType=1); 
}

.prfx > .design
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
	z-index: 1;
}

.prfx > .bord
{
	border-top: 0.225rem dashed #f4564c;
	padding: 0.8rem 0px 0.35rem;
	border-bottom: 0.225rem dashed #f4564c;
}

.nofx
{
	display: flex;
	padding: 0.1rem 0;
}

.nofx > .lt
{
	width: 38rem;
}

.nofx > .rt
{
	width: 12rem;
}

.nofx > .lt
{
	margin: 0px 0px 0px auto;
}

.nofx > div > p
{
	font-size: 1.25rem;
	color: #ffffff;
	text-indent: 0px;
}

.nofx > .rt
{
	margin: 0px auto 0px 0px;
}

.wpvdcl
{
	text-align: center;
	padding: 0.25rem 0px;
}

.wpvdcl > p
{
	font-size: 2rem;
	color: #cd181f;
	font-weight: 600;
	text-indent: 0px;
}

.finm
{
	text-align: center;
	padding: 0.5rem 0px;
	text-indent: 0px;
	background: #ffffff;
}

.brpgb
{
	-webkit-border-top-left-radius: 1rem;
	-moz-border-top-left-radius: 1rem;
	-ms-border-top-left-radius: 1rem;
	-o-border-top-left-radius: 1rem;
	border-top-left-radius: 1rem;
	-webkit-border-top-right-radius: 1rem;
	-moz-border-top-right-radius: 1rem;
	-ms-border-top-right-radius: 1rem;
	-o-border-top-right-radius: 1rem;
	border-top-right-radius: 1rem;
}

.brpgbfn
{
	-webkit-border-bottom-left-radius: 1rem;
	-moz-border-bottom-left-radius: 1rem;
	-ms-border-bottom-left-radius: 1rem;
	-o-border-bottom-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	-webkit-border-bottom-right-radius: 1rem;
	-moz-border-bottom-right-radius: 1rem;
	-ms-border-bottom-right-radius: 1rem;
	-o-border-bottom-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.footer-ribbon
{
	text-align: center;
}

.footer-ribbon > a
{
	display: inline-block;
}

.footer-ribbon > a > img
{
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 849px)
{
	.ribbon
	{
		text-indent: 0px;
		position: absolute;
		top: 16px;
		left: 0;
		z-index: 1;
		width: 100%;
	}
	
	.extpdin
	{
		padding-top: 20vw;
	}
}

@media only screen and (max-width: 1199px)
{
	.prfx > .design
	{
		display: none;
	}
	
	.nofx
	{
		flex-direction: column;
	}
	
	.nofx > .lt, .nofx > .rt
	{
		width: 100%;
		padding: 0px 1rem;
		text-align: center;
	}
	
	.nofx > .rt > p
	{
		padding: 0.35rem 0 0rem;
	}
	
	.nofx > .lt > p
	{
		padding: 1rem 0 0rem;
	}
	
	.nofx > div > p
	{
		font-size: 1rem;
	}
	
	.adpr > .estd 
	{
		width: auto;
		text-align: center;
		background: #ffffff;
		padding: 0.5rem 0px;
		margin: 0px 1rem;
		top: 20px;
		z-index: 1;
	}
	
	.adpr > .estd > h3, .wpvdcl > p
	{
		font-size: 1.25rem;
	}
}

