_header.scss 1.97 KB
.site-title{
    font-size: 2.1875rem;
    line-height: 3.125rem;
    font-family: "PT Sans",sans-serif;
    letter-spacing: 0rem;
    color: #000000;
    text-transform: uppercase;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    border-left: 0.0625rem solid #999;
    padding-left: 1.6875rem;
    margin-left: 30px;
    text-decoration: none;

}



.branding{
    display: flex;
    margin-bottom: 0rem;
    margin-top: 0.9375rem;
    z-index: 999;
    position: relative;
    .navbar-brand{
        margin-right:0px ;
        width: 150px;
        height: 70px;
       // display: inline-block;
        @media only screen and (max-width: 48.875rem) {
            margin-right:15px ;
            width: 119px;
            height: 60px;
        }
    }
}
#main-nav{
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    //z-index: 9999;
}
#main-nav .container{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.625rem;
    @media only screen and (max-width: 62.5rem) {
        height: 5.625rem;
        padding-top: 1.5625rem;
        margin-bottom: 0rem;
       
    }
}


@media only screen and (max-width: 62.5rem) {
    .branding{
        margin-top: 0rem;
    }
    .site-title{
     font-size: 1.25rem;
     line-height: 1.5rem;
     margin-left: 0rem;

    }
    .navbar-brand{
        width:8.125rem;
    }
}
@media only screen and (max-width: 25rem) {
    .site-title{
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-left: 0rem;
        padding-left: 0.9375rem;
       }
}
.site{
    margin-top: 10.625rem;
    max-width: 100%;
    overflow-x: hidden;
    @media only screen and (max-width: 62.5rem) {
    margin-top: 5rem;
    
    }
}
#wrapper-navbar {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    top: 0rem;
}

.admin-bar #wrapper-navbar {
    top: 2rem;
  }
  
  @media only screen and (max-width: 48.875rem) {
    
    .admin-bar #wrapper-navbar {
      top: 2.875rem;
    }
    
  }