/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Header
// - 2. Footer
// - 3. Hero Title
*/
/* -----------------------------------------------------------------------------
// 1. Header 
// ----------------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1; }

/* -----------------------------------------------------------------------------
// 2. Footer 
// ----------------------------------------------------------------------------- */
footer {
  background-color: #181818;
  border-top: 5px solid #dcb879; }
  footer .footer-main {
    padding: 100px 0; }
    footer .footer-main h4 {
      color: #dcb879;
      text-transform: uppercase;
      margin-bottom: 30px; }
      footer .footer-main h4 + p {
        margin-bottom: 20px; }
    footer .footer-main .contact {
      color: #dcb879;
      font-size: 20px;
      font-family: "Oswald", Helvetica, Arial, sans-serif; }
      footer .footer-main .contact i {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin-right: 10px;
        font-size: 16px;
        text-align: center;
        line-height: 35px;
        border-radius: 100%;
        background-color: #dcb879;
        color: #181818; }
    footer .footer-main .stream a {
      display: inline-block;
      width: 18%;
      margin: 0 .5% 10px .5%; }
    footer .footer-main .social {
      padding: 0;
      margin: 0; }
      footer .footer-main .social li {
        display: inline-block;
        list-style-type: none; }
      footer .footer-main .social a {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin-right: 5px;
        font-size: 16px;
        text-align: center;
        line-height: 35px;
        border-radius: 100%;
        background-color: #dcb879;
        color: #181818;
        -webkit-transition: background-color 0.5s;
        -moz-transition: background-color 0.5s;
        -ms-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        transition: background-color 0.5s; }
        footer .footer-main .social a:hover {
          background-color: #181818;
          color: #dcb879; }
  footer .footer-copyright {
    padding: 15px 0;
    background-color: #1d1d1d;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase; }
    footer .footer-copyright p {
      opacity: .5;
      margin: 0;
      font-size: 12px;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    footer .footer-copyright:hover p {
      opacity: 1; }

/* -----------------------------------------------------------------------------
// 3. Hero Title 
// ----------------------------------------------------------------------------- */
.hero-title {
  padding: 200px 0 100px 0;
  background-color: #aeaeae;
  text-align: center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .hero-title h2 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding-top: 40px;
    background-position-y: 0; }

@media (max-width: 768px) {
  .hero-title {
    padding: 80px 0 80px 0;
  }
}



/*# sourceMappingURL=layout.css.map */
