body{
  background-color: #000;
  background-image:  url(../images/nora_hero_sm.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #fff;
}
#nora_logo{
  background: url(../images/nora_logo_sm.png);
  background-repeat: no-repeat;
  width: 103px;
  height: 36px;
  display: block;
  background-size: contain;
  text-indent: -200em;
}
#creative_partners{
  background: url(../images/creative_partners.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 22px;
  display: block;
  background-size: contain;
  text-indent: -200em;
  margin-top: 0.5em;
}
#main_title {
  font-size: 2em;
  font-weight: 100;
  padding-bottom: 2em;
  letter-spacing: 4px;
}
  h2{
    color: #b2ac97;
    font-weight: 100;
    font-size: 2em;
    margin-bottom: 0.5em;
  }

#lead_copy, h3 {
  color: #b2ac97;
  font-weight: 600;
}

.section_header {
  color: #a9a9a9;
  background-color: #5a5a5a;
  font-weight: 200;
  font-size: 2em;
  padding: 0.3em 0;
  margin-bottom: 1em;
}
p{
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom:1em;
}  

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  #nora_logo{
    background: url(../images/nora_logo.png);
    width: 206px;
    height: 73px;
    display: block;
    background-size: contain;
    text-indent: -200em;
  }
  #creative_partners{
    width: 180px;
    height: 40px;
    margin-top: 0.9em;
  }
  body{
   background-image:  url(../images/nora_hero.jpg);
 }
  #main_title {
    font-size: 4em;
    margin-top: 1em;
    padding-bottom: 1em;
  }
  h2{
    font-size: 2.5em;
    margin-bottom: 0.5em;
  }  
  #lead_copy, h3 {
    font-size: 1.5em;
    line-height: 1.5em;
  } 
  .section_header {
    font-size: 3em;
    margin-bottom: 0.5em;
  }
}

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
  #main_title {
    font-size: 5em;
  }
  #lead_copy, h3 {
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }    
  h2{
    font-size: 3em;
  }
  p{
    margin-bottom: 2em;
  }  
}
