@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-UltLt.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-UltLt.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-wrap: break-word;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-weight: 300;
  position: relative;
  color: #000;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  color: #434343;
}

ul {
  list-style: none;
}

:focus {
  outline: none;
}

.wrapper {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

html {
  font-size: 62.5%;
}

.clr {
  clear: both;
  float: none;
  display: block;
}

.clr:after,
.afclr:after {
  clear: both;
  float: none;
  display: block;
  content: "";
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.body_container {
  height: 100%;
  position: relative;
}

.body_container video {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
.vid_overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  opacity: 0.65;
  z-index: 2;
}

.home_content {
  position: relative;
  z-index: 5;
}

.logo {
  width: 494px;
  max-width: 100%;
  margin: 0 auto;
  padding: 4% 0 6%;
}

.logo img {
  width: 100%;
}

.home_main_title {
  font-size: 4.8rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
}

.home_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  width: 100%;
}

.footer_content {
  padding: 3% 0;
  margin-top: 3%;
  border-top: 1px solid #898989;
  text-align: center;
  font-size: 2.8rem;
}

.footer_content a {
  color: inherit;
}
.footer_content a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1500px) {
  .logo {
    width: 400px;
  }
  .home_main_title {
    font-size: 4rem;
    width: 80%;
    margin: 0 auto;
  }
  .footer_content {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1439px) {
  .logo {
    width: 300px;
  }
  .home_main_title {
    font-size: 3.6rem;
    margin: 0 auto;
  }
  .footer_content {
    font-size: 2.2rem;
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 992px) {
  .logo {
    width: 350px;
    padding: 12% 0 10%;
  }
  .home_main_title {
    font-size: 3.2rem;
  }
  .footer_content {
    font-size: 2rem;
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .logo {
    width: 250px;
  }
  .home_main_title {
    font-size: 2.6rem;
    width: auto;
  }
  .footer_content {
    font-size: 1.8rem;
  }
  .footer_content p {
    margin: 15px 0;
    line-height: 1.2;
  }
}
