@import url("clean.css");

@font-face {
    font-family: '';  
    src: url('../fonts/');
}

@media (max-width: 1023px) { .desktop_only { display: none; } }
@media (max-width: 767px) { .tablet_only { display: none; } }
@media (min-width: 1024px) { .tablet_only { display: none; } }
@media (min-width: 768px) { .mobile_only { display: none; } }
@media (max-width: 767px) { .mobile_not { display: none; } }

.clear {
	clear: both;
}

* {
  -webkit-appearance: none;
  outline: none;
}

.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}


.logo {
	display: block;
	width: 234px;
	margin: 125px auto 210px auto;
}

h1 {
	font-size: 90px;
	color: #F0047F;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 235px;
}

h1 span {
	color: #000000;
}

.outer-p {
	border: 3px solid #F0047F;
	padding: 5px;
	display: table;
	margin: 0 auto;
}

.inner-p {
	border: 1px solid #F0047F;
	height: 65px;
	width: 500px;
	font-size: 50px;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 65px;
}

.soc-buttons {
	display: table;
	margin: 70px auto 130px; auto;
}

.soc-buttons .fb {
	display: block;
	float: left;
	width: 56px;
	height: 56px;
	background: url(../img/fb-ico.png) no-repeat;
	background-size: 56px;
}

.soc-buttons .inst {
	display: block;
	float: left;
	width: 56px;
	height: 56px;
	background: url(../img/inst-ico.png) no-repeat;
	background-size: 56px;
	margin-left: 72px;
}

.copyright {
	font-size: 18px;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: center;
	padding-bottom: 40px;
}

.copyright a {
	color: #F0047F;
}










































