.head {
    width:100%;
    height: 105px;
    position:relative;
    display: block;
    background-color: #DC1515;
    overflow: hidden;
}

    
.head .logoimg {
    padding: 0px;
    width: 150px; 
    background-color: white; 
    margin: 10px;
}
h1.maintital { 
    color: white;
    float: left;
    left:200px;
    font-size: 35px;
    padding-left: auto;
    padding-right: auto;
    position: absolute;
    top:15px;
  }
h2.maintagline {
    font-size: 23px;
    font-style: italic;
    position: absolute;
    color: white;
    float: left;
    left:250px;
    top:52px;
    padding-left: auto;
    padding-right: auto;
  
  }

  .head .headerAd {
    position: absolute;
    padding: 10px;
    float: right;
    height: 105px;
    width: 55%;
    margin-left: 32%;
    overflow: hidden;

  }
  .newsFlash{
  
    position: relative;
    bottom: 0 ;
    margin:0;
    width: 100%;
    background-color: #091291ef;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
  
  }
  
  .text
  { 
  padding-top: 10px;
      vertical-align: middle;
      font-size: 20px;
      color: white;
      margin: 0;
    width:100%;
      animation: marquee 10s linear infinite;
    display: inline-block;
    padding-right: 10px;
  }
  
  .news{
    height:auto;
    background-color:#091291ef;
    padding: 10px 30px 10px 30px;
    font-size: x-large;
    color: white;
    z-index:1;
     display: block;
  }
 
  @media only screen and (max-width: 856px) {
    .head .headerAd {
        display: none;
    
      }
    }
@media only screen and (max-width: 500px) {
     .head .logoimg {
        padding: 2px;
        width: 35%;
        height: 85px;
        background-color: white; 
        margin-top: 10px;
}
    h1.maintital { 
        color: white;
        float: left;
        left:145px;
        font-size: 33px;
        padding-left: auto;
        padding-right: auto;
        position: absolute;
        top:10px;
      }
    h2.maintagline {
        font-size: 23px;
        font-style: italic;
        position: absolute;
        color: white;
        float: left;
        left:200px;
        top:55px;
        padding-left: auto;
        padding-right: auto;
      
      }
    
    
  }
 