* {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 850px) {
  .container {
    width: 100vw;
    min-height: 100vh;
    background: #410404;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack:end;
            justify-content:space-between;
    position: relative;
  }
  .container .container_secondary{
    background: #410404;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack:end;
            justify-content:start;
    position: static;
    margin-bottom: 2em;
  }
  .container .container__background {
    position: absolute;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
  }
  .container .container__background--active {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 1 !important;
  }
  .container .container__h1 {
    z-index: 1;
    margin: 0em 0em 2em 0em;
    

  }
  .container .container__h2 {

    z-index: 1;
    margin: 2em 0em 4em 0em;
    display: flex;
    vertical-align: top;
  
  }
  .container .container_secondary .container__h1 img {
    max-width: 100%;
    
  }
  .container .container__h2 img {
    max-width: 100%;
  }

  }
  .logo {
    color: white;
    z-index: 1;
    letter-spacing: 3px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    text-align: center;
    margin: 40px 0px 5px 0px;
  }
  .container .container__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end ;
            justify-content: flex-end;
    margin: 2em 0em 0em 0em;
  }
  .container .container__nav .nav__link {
    color: white;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0px 15px;
  }
  .container .container__nav .nav__link:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    opacity: 0.6;
  }
  .container .container__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2em 0em 2em 0em;
  }
  .container .container__social .social__link {
    margin: 0px 15px;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 27px;
    color: rgba(255, 255, 255, 0.774);
  }
  .container .container__social .social__link:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    opacity: 0.6;
  }


@media only screen and (max-width: 850px) {
  img {
    max-width: 300px;
  }
  .container {
    width: 100vw;
    min-height: 100vh;
    background: #410404;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack:end;
            justify-content:space-between;
    position: relative;
  }
  .container .container_secondary{
    background: #410404;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack:end;
            justify-content:start;
    position: static;
    margin-bottom: 2em;
  }
  .container .container__background {
    position: absolute;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
  }
  .container .container__background--active {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 1 !important;
  }
  .container .container__h1 {
    max-width: 300px;
    color: white;
    z-index:1;
    letter-spacing: 3px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    line-height: 40px;
    width: 100%;
    text-align:center;
    margin: 0px 0px 0px 0px;
  }
  .container .container__h2 {
    max-width: 300px;
    color: white;
    z-index: 1;
    letter-spacing: 3px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin: 30px 0px 0px 0px;
  }

  .container .container__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 0px 20px 0px;
  }
  .container .container__nav .nav__link {
    color: white;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 10px 0px;
  }
  .container .container__nav .nav__link:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    opacity: 0.6;
  }
  .container .container__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0px 40px 0px;
  }
  .container .container__social .social__link {
    margin: 0px 15px;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 27px;
    color: rgba(255, 255, 255, 0.774);
  }
  .container .container__social .social__link:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    opacity: 0.6;
  }
}
/*# sourceMappingURL=style.css.map */