@media only screen and (max-width: 1024px) {
  .logo {
    background-image: url(../images/logo_mobile.png);
background-size: 280px 81px;
width: 100%;
height: 81px;
margin: -20px 0 5px 0;
background-position: top center;
background-repeat: no-repeat;
    }  
  
  .tagline {
        margin-top: 15px;
        margin-bottom: -10px;
        font-size: 1.15em;
      }

      .title_bar {
        width: 100%;
        margin: -10px 0% 0px;
        position: absolute;
        padding: 0;
        text-align: center;
        float: none;
      }

}

@media only screen and (max-width: 667px) {
    .logo {
      background-image: url(../images/logo_mobile.png);
	background-size: 280px 81px;
	width: 100%;
	height: 81px;
	margin: 20px 0 5px 0;
	background-position: top center;
	background-repeat: no-repeat;
      }
  
      .content {
        margin-top: -15px;
      }
  
      .tagline {
        margin-bottom: -25px;
        font-size: 17px;
      }
}

@media only screen and (max-width: 640px) {
  .logo {
    margin-top: -5px;
    margin-bottom: 0px;
  }

  .content {
    margin-top: -15px;
  }

  .tagline {
    margin-bottom: -25px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 480px) {
    .logo { 
      margin-top: -5px;
      margin-bottom: 0px;
      }
  
      .content {
        margin-top: -15px;
      }
  
      .tagline {
        margin-bottom: -25px;
        font-size: 15px;
      }  
      
      .title_bar {
    font-size: 20px;
    line-height: 4em;
  }
}

@media only screen and (max-width: 375px) {
  
}



