body { 
  margin: 0px;
  padding: 0px;
  height: 100vh; 

  background-color: #0c182b;
  background-image: url(../img/Logo_Armada_Interactive.png), url(../img/armada-hero-teaser-1024x557.jpg);
  background-position: bottom 50px right 40px, center;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-size: 200px, cover;
  -moz-background-size: 200px, cover;
  -o-background-size: 200px, cover;  
  background-size: 200px, cover;
}

#container {
  display: -webkit-flex;
  display: flex;
  margin: 1em auto;
}

#left {
  order:1;
  flex:1;
}

#mc_embed_signup {
    background: #fff;
    border-radius: 5px;
    opacity: 0.9;
    font: 14px Helvetica, Arial, sans-serif;
    order: 2;
    width: 500px;
    margin-top: 100px;
}

#aside {
    order: 3;
    flex: 1;
}

@media (max-width: 600px) {
    body { 
        background-color: #000;
        background-image: url(../img/Logo_Armada_Interactive.png);
        background-position: top 10px center;
        background-repeat: no-repeat;
        background-size: 100px;
    }
    #container {
        margin: 120px 0;
    }

    #mc_embed_signup {
        margin-top: 0px;
        border-radius: 0;
        width: 100%;
        opacity: 1;
    }
}