@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 25% auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loadingDiv {
  position: absolute;
  ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1d20;
  z-index: 900;
}
body {
  background: #202020;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #333 url('http://files.mimoymima.com/images/loading.gif') no-repeat center center;
}
#hero {
  height: 75vh;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
}
#hero a {
	margin-left: 15px;
}

.logo {
  width: 120px;
  height: auto;
}
.hide {
  display: none;
}
a {
  color: rgba(255,255,255,1);
  text-decoration: none;
  transition: all 0.6s;	
}
a:hover {
	color: rgba(255,255,255,0.35);
}
p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1em;
  line-height: normal;
}
h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2em;
  line-height: normal;
}
h4 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: normal;
}
.intro {
	margin: 100px auto;
}
.intro p {
	font-size: 1.25em;
	line-height: 150%;
}
.contact {
	margin: 100px auto;
}
.contact p {
		font-size: 1.25em;
	line-height: 150%;
}
.contact a {
	margin: 0 10px;
}
ul {
  padding-left: 0;
}
ul li {
  list-style-type: none;
  list-style-position: inside;
  text-indent: -0.7em;
  margin: 0 0 0 0.7em;
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
  color: #a7acb6;
}
ul li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 5px 0 0;
  color: #7262e8;
}
@media (min-width: 768px) {
  .logo {
    width: 150px;
    height: auto;
  }
  h1 {
    font-size: 4em;
  }
	.intro p {
	font-size: 1.5em;
	line-height: 150%;
}
}