html {
  height: 100%;
}
body {
  height: 100%;
}
header {
  z-index: 1000;
}
a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.intro {
  min-height: 100vh;
  height: 100vh;
}
@media (max-width: 767px) {
  .intro {
    height: auto;
    min-height: 100vh;
  }
}
.intro-left {
  height: 100%;
  background: #fff;
}
.intro-left-content {
  padding: 20px 10px;
}
@media (min-width: 767px) {
  .intro-left-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 80px;
  }
}
@media (max-width: 991px) {
  .intro-left-content h1 {
    font-size: 30px;
  }
}
.intro-right {
  height: 100%;
  min-height: 500px;
  background-size: cover;
}
.copyright {
  margin-top: 40px;
  font-size: 13px;
  color: #999999;
}
.copyright a,
.copyright a:hover,
.copyright a:focus {
  color: #999999;
}

.logo {
  max-width: 300px;
  margin-bottom: 2rem;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: .9rem;
  line-height: 1.6;
  color: rgba(64, 69, 71, 1);
  background-color: #fff;
}
a {
  color: #0d5da3;;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fdae37;
  text-decoration: underline;
}

/* type */
h1,
h2,
.h1,
.h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 1.5rem;
}
h2,
.h2 {
  font-size: 1.3rem;
}
p {
  line-height: 1.6;
}
