* {
    color: #ffff;
}

body {
    background-color: rgba(20, 20, 20, 0.9);
    margin: 0;
    font-family: Helvetica;
    background-size: cover;
}

header {
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/25480/hero-img.jpg') top center no-repeat;
  margin: 0;
  background-size: cover;
}

.logo {
    background: transparent no-repeat center url(../img/Stardust_Logo2.png);
    height: 60px;
    width: 195px;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.header, .nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.header {
    justify-content: space-between;
    padding: 30px 0;
    margin: 0;
}

.nav {
    -webkit-flex: 1;
    flex: 1;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    list-style: none;
}

.nav li {
    margin: 12px 0 12px 28px;
}

.nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.nav li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.nav li:last-child a {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    transition: 200ms ease-in-out;
    padding: 8px 16px 7px;
}

.nav li:last-child a:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
}

@media all and (min-width: 640px) {
    .header, .nav {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}

@media all and (min-width: 1030px) {
    .nav {
        -webkit-flex: none;
        flex: none;
    }
}

@media all and (min-width: 1030px) {
    .header {
        width: 1030px;
        min-width: 768px;
    }
}

/* REMOVE THIS, USE YOUR OWN  */
html,body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    background-color: #070617;
  }
  .main_page {
    width: 100%;
    background-color: #f0f0f0;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 0px;
    background-color: #070617;
  }
  /* STYLES SPECIFIC TO FOOTER  */
  .footer {
    width: 100%;
    height: auto;
    background-color: #070617;
    display: flex;
    flex-direction: row;
  }
  .footer .col {
    width: 190px;
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
  }
  .footer .col h1 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    color: rgba(255,255,255,0.2);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
  }
  .footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .footer .col ul li {
    color: #999999;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
  }
  .social ul li {
    display: inline-block;
    padding-right: 5px !important;
  }
  
  .footer .col ul li a:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
  }

  .footer .col ul li a {
    text-decoration: none;
    color: #999999;
  }

  .clearfix {
    clear: both;
  }
  @media only screen and (min-width: 1280px) {
    .contain {
      width: 1200px;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 1139px) {
    .contain .social {
      width: 1000px;
      display: block;
    }
    .social h1 {
      margin: 0px;
    }
  }
  @media only screen and (max-width: 950px) {
    .footer .col {
      width: 33%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 500px) {
      .footer .col {
        width: 50%;
      }
      .footer .col h1 {
        font-size: 14px;
      }
      .footer .col ul li {
        font-size: 13px;
      }
  }
  @media only screen and (max-width: 340px) {
    .footer .col {
      width: 100%;
    }
  }

  .pinbody {
    font-family: Arial, sans-serif;
    background-color: #070617;
    color: #fff;
    text-align: center;
    margin: 0;
  }

  #logbutton:hover {
    background-color: #0056b3;
  }