/*
 * UnderConstructionPage
 * Plain Text theme CSS
 * (c) WebFactory Ltd, 2015 - 2019
 */


body {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.65em;
    color: #4d4d4d;
    background: #f7f7f7;
    text-rendering: optimizeLegibility;
}

.container {
  background-color: #f7f7f7;
}

header {
  background-color: #f7f7f7;
  border-top: 12px solid #ffffff;
  text-align: center;
}

.button {
	display: inline-block;
  margin: 0;
  padding: 0.75rem 1rem;
	border: 0;
	border-radius: 0.317rem;
	background-color: #aaa;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.5rem;
  line-height: 1.5;
	font-family: "Helvetica Neue", Arial, sans-serif;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
}

.button:hover {
	opacity: 0.85;
}

.button:active {
	box-shadow: inset 0 3px 4px hsla(0, 0%, 0%, 0.2);
}

.button:focus {
	outline: thin dotted #444;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.button_primary {
	background-color: #1fa3ec;
}

.button_secondary {
	background-color: #e98724;
}

.button-icon {
	display: inline-block;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
	margin-right: 0.317rem;
}

#logo {
  background-color: #f7f7f700;
  max-width: 80px;
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-out;
}

#logo:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#logo-wrap {
  padding: ;
  background-color: #f7f7f7;
  display: inline-block;
}

h1 {
  font-size: 6rem;
  color: #23272a;
  font-family: "Montserrat", "Helvetica-Neue", "Helvetica", "Arial", "san-serif";
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  margin: 11.875rem 0 1.5rem 0;
  text-align: center;
}

.content {
  text-align: center;
  font-size: 1.875rem;
  color: #707070;
  letter-spacing: 2px;
  margin-top: 60px;
  font-family: "Montserrat", "Helvetica-Neue", "Helvetica", "Arial", "sans-serif";
}

#social {
  text-align: center;
  margin-top: 3rem;
}

#social a i {
  color: #23272a;
  margin: 10px;
  box-sizing: content-box;
}

#social a:hover i {
  color: #de2a13;
}

@media(max-width:767px){
  h1 {
     font-size: 4rem;
     margin: 7rem 0 1.5rem 0;
  }
}