_header.scss 2.56 KB
.site-title{
    font-size: 1.625rem;
    line-height: 2.25rem;
    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: 1.875rem;
    text-decoration: none;
    width: calc(100% - 7.9375rem);
    @media only screen and (max-width: 48.875rem) {
       width: calc(85% - 7.9375rem);
    }

}



.branding{
    display: flex;
    margin-bottom: 0rem;
    margin-top: 0.9375rem;
    z-index: 999;
    position: relative;
    width: 100%;
    .navbar-brand{
        margin-right:0rem ;
        width:127px;
        height: 52.53px;
       // display: inline-block;
        @media only screen and (max-width: 48.875rem) {
            margin-right:1.25rem ;
            width: 7.4375rem;
            height: 3.75rem;
        }
        img{
        width: 100%;
        }
    }
}
#main-nav{
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    //z-index: 9999;
    @media only screen and (max-width:62.5rem) {
        height: 90PX;
    }
}
#main-nav .container{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.625rem;
    @media screen and (max-width: 66.6875rem) {
        margin: 0rem 1.875rem 0.625rem 1.875rem;  
        }
    @media only screen and (max-width: 62.5rem) {
        height: 5.625rem;
        padding-top:0rem;
        margin-bottom: 0rem;
        margin: 0rem;  
      
    }
}


@media only screen and (max-width: 62.5rem) {
    .branding{
        margin-top: 0.375rem;
        padding-left: 0.9375rem;
    }
    .site-title{
     font-size: 1.25rem;
     line-height: 1.5rem;
     margin-left: 0rem;
     padding-left: 1.2rem;
     height: 2.0625rem;
     align-self: end;

    }
    .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: 8.7rem;
    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;
    @media only screen and (max-width: 48.875rem) {
        height: 5.625rem;
    }
}

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