@media screen and (max-width: 768px) {
    /* Your mobile styles go here */
    .topheader{
      display:none;
    }
    #superfish-main-toggle span {
 
      position: absolute;
      top: 10px;
      right: 10px;
    }
    .wmo-logo {
      width: 240px !important;
      position: absolute;
      left: 10px;
      top: 0px;
    }
    #superfish-main-accordion {
      margin-top: 0px;
    }
    .ccl-color_climate .ccl-main-menu {
        background-color: #941333 !important;
        display: none;
      }
      .block_menus {
        width: 100% !important;
      }
      
      .block3hp1 .col-md-4 {
        background-color: #9413330f;
        flex: 0 0 auto;
        width: 100%;
        padding: 20px;
        min-width: 380px;
        margin-bottom: 20px;
        position: relative;
    left: -20px;
      }

      .otherlogo1,
      .otherlogo2{
        min-width: 50%;
      }
      .wmo-logo {
        width: 290px;
        padding-top: 20px;
      }
      .ccl-color_climate .ccl-header-slogan {
        color: white !important;
        text-align: center;
      }
      .showmobile {
        display: block!important;
      }
      ul.sf-menu a, ul.sf-menu span.nolink, ul.menu a.is-active {
        border-bottom: solid 1px;
    }

    #views-bootstrap-newgrid-newspage-block-1 .col-md-6{
      min-width:360px;
      padding: 20px;

    }
      
.tabs-primary ul li {
    list-style: none;
  }
  
  .nav-tabs>li>a {
    line-height: 1.42857143;
    border-radius: 0;
    float: left;
    text-transform: uppercase;
    margin: 15px 32px;
    margin-top: 15px;
    outline: none;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
  }
  
  .path-user #block-b5subtheme-local-tasks {
    background-color: #941333;
    padding: 40px;
    display: block;
    margin: auto;
      margin-top: auto;
    color: white;
    max-width: 100vw;
    margin-top: 100px;
    min-width: 300px;
  }
  
  .path-user #block-b5subtheme-content {
    background-color: #941333;
    padding: 40px;
    display: flex;
    margin: auto;
    color: white;
    max-width: 100vw;
    min-width: 300px;
  }
  
  .path-user .main2 {
    margin-top: 320px;
  }
  .page-node-type-datarescue-project #block-b5subtheme-content .col-md-8{ 
  width: 100%;
}
.page-node-type-datarescue-project .features_col {
    padding: 10px;
    margin: auto;
      margin-top: auto;
    margin-top: 20px;
    width: 96%;
  }
  .container{
    padding: 10px;
  }
  
}

  


  @media screen and (min-width: 768px) and (max-width: 1024px) {
    p {
      font-size: 18px;
    }
  }
  