/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Esphimere";

  src: url("./fonts/Esphimere.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Esphimere.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


body,html {
	width:100%;
	height:100%;
	padding: 0;
	border: 0;
	margin: 0;
	background: #231f20;
	color: #ffffff;
	font: 17px 'Esphimere', sans-serif;
	text-align: center;
}

a, a:active, a:visited, a:hover {
	color: #bebebe;
	text-decoration: none;
}

#particles {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.container {
	display: table;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
}

.vertical {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.logo {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 50px;
}

.line {
	border-top: 1px solid #cfcfcf;
	margin: 55px auto;
	max-width: 800px;
}

.line h1 {
	display: block;
	background: #fff;
	font-weight: 300;
	margin: -10px auto 0 auto;
	font-size: 17px;
	padding: 0;
	width: 280px;
}

.footer{
	width: 100%;
	float: left;
	padding-top: 20px;
	color: #fefcfc;
	text-transform: uppercase;
}
.footer a {
	color: #fefcfc;
}
.contacts {
	max-width: 900px;
	margin: 30px auto;
}

.phone, .address, .email {
	width: 40%;
    float: left;
    padding-left: 10%;
	font-size: 16px;
	text-align: left;
}

.phone p , .address p, .email p {
	margin:0 0 15px 0;
}


.phone .logo {
	background: url('phone.svg') center no-repeat;
	width: 20px;
	height: 20px;
	margin-bottom: 20px;
}

.address .logo {
	background: url('location.svg') center no-repeat;
	width: 20px;
	height: 20px;
	margin-bottom: 20px;
}

.email .logo {
	background: url('email.svg') center no-repeat;
	width: 20px;
	height: 20px;
	margin-bottom: 20px;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}


@media (max-width: 600px) {

	body,html {
  font-size: 13px;
  line-height: 18px;
	}

			.mobile{
			display: block;
		}
		.desktop{
			display: none;
		}

	.phone, .address, .email {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		   padding-left: 0;
		   font-size: 13px;
	}

	.line h1 {
		font-size: 15px;
		width: 230px;
	}

	.logo {
		max-width: 280px;
	}

}