@font-face {
  font-family: 'Dense-Regular';
  src: url('../fonts/Dense-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Dense-Regular.otf') format('opentype'), url('../fonts/Dense-Regular.woff') format('woff'), url('../fonts/Dense-Regular.ttf') format('truetype'), url('../fonts/Dense-Regular.svg#Dense-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 1024px) {
  .container {
    align-items: flex-start !important;
  }
  .inner {
    width: 100% !important;
    padding: 0 25px !important;
  }
  .header {
    padding-top: 25px;
  }
  .main-body {
    padding: 50px 0 !important;
  }
  .header-three {
    text-align: center;
    letter-spacing: normal !important;
  }
  .footer {
    padding-bottom: 25px;
  }
}

@media (max-width: 500px) {
  .footer-inner {
    flex-direction: column;
  }
  .footer-left {
    border-right: 0 !important;
    border-bottom: 1px dashed #80191f;
    padding: 0 0 25px !important;
    margin-bottom: 25px;
  }
  .footer-right {
    padding: 0px !important;
  }
  .header-three {
    text-align: center !important;
  }
  .text-left, .text-right {
    text-align: center !important;
  }

  .main-body {
    padding: 0px 0 !important;
  }
}

img {
  width: 100%;
}

a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a:hover {
  opacity: 0.8;
}

.header-three {
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 4px;
  margin: 0;
}

body {
    background-color: black;
    color: white;
    font-family: 'Dense-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    background-image: url(/images/vv-bg-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

section.container {
    display: flex;
    justify-content: center;
    height: 100vh;
        background: #000000eb;
    box-sizing: border-box;
    align-items: center;
}

.inner {
    width: auto;
    box-sizing: border-box;
}

.header {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
  border-bottom: solid 1px #80191f;
}
.contact-text {
  font-size: 17px;
  letter-spacing: 2px;
  margin: 0;
}

.main-body {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.footer {
  padding-top: 25px;
  border-top: solid 1px #80191f;
}
.footer-inner {
  display: flex;
  justify-content: center;
}
.footer-left {
  padding-right: 25px;
  border-bottom: 1px solid #80191f;
  display: none;
}
.footer-right {
  padding-left: 0px;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
