@import url('css/font-awesome.min.css');

* {box-sizing: border-box;}
html { 
    background: white;
	font-family: 'Poppins', sans-serif; 
	font-size: 19px; 
	line-height: 1.5; 
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; 
	height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
	text-align: center; 
	color: #616161;
	display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

h1, h2, h3, h4 { color: #222; margin-bottom: 0; }

a { color: #616161;; text-decoration: none; }
a:hover { color: #616161;; text-decoration: underline; }

.wrap {
  max-width: 900px;
  margin: 0 auto;
}
.logo {
  max-width: 433px;
  width: auto;
  height: auto;
}
.tagline {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
h4 {
    margin-bottom: 0;
}
.underline {
	margin: 40px auto;
	height: 3px;
	width: 50px;
    background: #E51B21;
}
.tagline {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.facebook-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    &:hover {
        text-decoration: none!important;
    }
}
i {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: #E51B21;
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 10px;
    &:before {
        font-size: 20px;
    }
}
.contact {
    padding-top: 20px;
}
.social-profile, .coming-soon {
    strong {
        color: #222;
    }
}
@media screen and (max-width: 600px) {
	body {
		display: block;
		font-size: 16px;
		padding: 0;
	}
    .logo {
        max-width: 300px;
        margin-bottom: 20px;
        height: 40px;
    }
    .underline {
        margin: 30px auto;
    }
}