body,
html {
  height: 100%;
  margin: 0;
}

body {
    background:#0d0c0a;
    color:#000;
      font-family: Roboto;
      text-align: left;
      padding:0;
}
.h-100 {
  height:100%;
}
.w-100 {
  width:100%;
}

h1, h2 {
    padding:0;
}

h1 {
    color:#fff;
    display:flex;
    width:100%;
    flex-direction:column;
    font-weight: bold;
    font-size:18px;
    line-height:1;
    margin:0;
    padding:40px 10px 0 10px;
    text-align:right;
}

h1 span {
    box-sizing:border-box;
    display:block;
    font-size:31px;
    line-height: 31px;
    margin:0 0 0 auto;
    max-width:calc(100% - 20px);
    font-weight:100;
    padding-top:0;
    width:100%;
}

#d-footer {
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  opacity: .5;
  align-items: center;
  padding:0 20px;
}

.d-footer-end {
  text-align:center;
}
#logo {
    clear:both;
    display:block;
    width:500px;
    height:auto;
    margin:0 0 1rem auto;
    max-width:90vw;
}
@media (min-width:992px) {
  #d-footer {
    flex-direction:row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .d-footer-end {
    text-align: right;
  }
}

@media (min-width:1024px) {

  #logo {
    padding-right:14vw;
  }
  h1 span {
    padding-right:24vw;
  }
}


h2 {
    color:#fff;
    font-size:13px;
    font-weight:300;
}

h2 a {
    font-weight:normal;
}


/* unvisited link */
a:link {
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    color:#a0a674;
    text-decoration: none;
}

/* visited link */
a,
a:visited {
  color: #fff;
}

/* mouse over link */
a:hover {
  color: #e5e5e5;
  text-decoration: underline;
  cursor:pointer;
}

/* selected link */
a:active {
  color: #fff;
}
p {
    display:flex;
    padding:0 0 0 5vw;
    width:100%;
    font-family: Roboto;
    font-size:12px;
    font-weight:500;
    /*   text-shadow: 1px 1px #000; */
    color:#999;
    /*   font-style:italic; */
}

.btn {
  background:#000;
  color:#fff;
/*   border: 1px solid #fff; */
  padding: 12px 10px;
  font-family: Roboto;
  font-size:12px;
  font-weight:500;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.hero-image {
  /* background:#020202; */
  background-image: url("/stark-render1.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #757575;
  position: relative;
}


.hero-text {
    align-content:space-between;
    color: white;
    display: flex;
    padding: 0;
    width: 100%;
    height:100%;
    flex-basis: 1;
    flex-wrap: wrap;
}


.hero-text button {
/*   border: none; */
  outline: 0;
  display: inline-block;
  padding: 12px 35px;
  color: white;
  text-align: center;
  cursor: pointer;
  border: 5px solid black;
}

.hero-text button:hover {
  background-color: #fff;
  color: #010101;
}

hr {
  max-width:200px;
  margin:40px auto 10px;
  opacity:.25;
}
.logo {
  margin-bottom:15px;
}

.logo .alt-logo {
  position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
