* {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

a {
    color: unset
}

* {
    font-family: "interface";
    color: #FFF;
}

html {
    max-width: 100%;
    overflow-x: hidden
}

ul {
    list-style: none;
    margin-left: unset;
    margin-bottom: 3rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "interface";
    font-weight: 600;
    font-size: 2.4rem;
    margin: 0;
}

h4{
	font-size: 1.4em;
	font-weight: normal;
}

@media print, screen and (max-width: 40em) {
	h4{
		font-size: 1.1em;
	}
}

body {
    background-color: #edeff1
}

p{
	margin: 0;
}
ul{
	margin: 0;
}

.bg-top{
	height: 50vh;
	background-color: #262236; 
}
.bg-bot{
	height: 50vh;
	background-color: #394155; 
}

.cell{
	max-width: 800px;
}


.v-aligner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.text-box{
	display: block;
	border-left: 1px solid #8a7159;
	padding: 0rem 3rem 1rem;
	width: 490px;
	position: relative;;
}

li{
	font-weight: 300;
	letter-spacing: 1px;
}

.logo-left{
	position: absolute;
	left: -150px;
	top: 8px;
}

.red{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 440px;
    display: block;
    text-align: center;
    background-color: #be1e2d;
    padding: 12px 20px;
    margin-top: -21px;
}

@media print, screen and (max-width: 40em) {
	.red{
    	padding: 12px 20px;
		
	}
}


@media print, screen and (max-width: 64em) {
	.margin-top{
		margin-top: -70px;
	}

	.asd{
		padding-bottom: 0;
		margin-bottom: -25px;
	}
}

@media screen and (orientation: landscape) {
	.margin-top{
		margin-top: 0;
	}
}

@media print, screen and (min-width: 1000px) {
	.hide-for-landscape{
		display: none !important;
	}
}

@media print, screen and (max-width: 64em) {
	.smaller{
		font-size: 0.7em;		
	}
}