html body{font-family: 'Open Sans Condensed', sans-serif;}

body h1{ 
  color: white !important;
  line-height: 55px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#xs_h1{
  margin-top: 7em;
}

#red_bg {
  height: 30em;
  background: #fe001a;
  padding-left: 0px;
  padding-right: 0px;
}

#blue_bg{
  min-height: 100px;
  background: #5b91e7;
  margin-top: 25px;
  z-index: 998;
  position: relative;
}

#logo{
  height: 25px;
}

#logo img{
  margin-top: -25px;
  margin-left: 15px;
  position: relative;
  z-index: 999; 
  box-shadow: 0px 3px 20px #1e1f1e;
}

#total_img{
  margin-top: 30px;
  position: relative;
}

#total_img img{
  width: 100%;
  box-shadow: 5px 15px 40px  #1e1f1e; 
}

#address_block{
  position: absolute;
  right: 0;
  font-size: 18px;
  color: white;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #ff9a02;
  margin-right: 15px;
  margin-top: -30px;
  padding: 15px;
  padding-right: 50px;
  box-shadow: -1px 2px 15px #1e1f1e;   
}