* {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body {
	background-color: #030607;
}
a, p, h2, h3, h4, li {
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	}
	p {
		font-size: 20px;
	}
	h2 {
		color: #dbb979;
		font-size: 34px;
		font-weight: 500;
		margin: 5px 0;
	}
	h3 {

	}
a {
	background-color: #dbb979;
	padding: 15px 20px!important;
	text-decoration: none;
	margin-bottom: 40px;
	display: block;
	font-size: 25px;
	display: inline-block;
	}
	a:hover {
		background-color: #fff;
		color: #dbb979;
	}
img {
	max-width: 100%;
}
.wrapper {
}
.logos {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}
.logos img {
	height: 80px;
	width: auto;
}
.logos img:first-of-type {
	margin-right: 50px;
}
ul {
	padding: 0px;

}
li {
	list-style: none;

}
.text {
	text-align: center;
	margin-bottom: 50px;
}
.text p {
	margin: 10px 0!important;
}
.text ul {
	display: flex;
	flex-direction: row;
	font-weight: 500;
	justify-content: center;
}
.text ul li {
	padding: 0 18px;
	border-right: 2px solid #fff;
}
.text ul li:last-of-type {
	border-right: none;
}
.footer {
	text-align: center;
}
@media screen and (max-width:980px) {
	.logos {
		flex-direction: column;
	}
	.logos img:first-of-type {
		margin-right: 0px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:750px) {
	.wrapper {

	}
	.text ul {
		flex-direction: column;
	}
	.text ul li {
		border: none;
		padding-bottom: 10px;
	}
}
@media screen and (max-height:900px) {
	.wrapper {
		margin-top: 100px;
	}
}
@media screen and (max-height:645px) {
	.wrapper {
		margin-top: 30px;
	}
}
