* {
	font-family: "Open Sans", Sans-serif !important;
}

.main-logo {
	height: 140px;
	width: auto;
}

.main-flex {
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.inside-split-text {
	text-align: center;
}

h1 {
	margin-top: 32px;
	font-size: 1.5rem;
	font-weight: 100;
	text-transform: uppercase;
	color: #FFFFFF;
}

body {
	background: #000;
}

.email {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 50px;
}

.email span {
	border: 1px solid;
	padding: 10px;
}


@media only screen and (max-width: 600px) {
	.main-logo {
		height: 74px !important;
	}

	h1 {
		font-size: 2rem;
	}

	.inside-section {
		display: flex !important;
	}

	.email {
		font-size: 14px;
	}

}