Would this be the part you need? Apologize if I’ve copied to much in here. This is from the stylesheet.
/*————————————————————–
Header
————————————————————–*/
.site-title {
font-size: 32px;
line-height: 1.2;
}
.site-title a,
.site-title a:hover {
color: #fff;
}
.site-logo {
max-height: 100px;
}
.site-header {
position: absolute;
top: 0;
left: 10;
width: 100%;
z-index: 1000;
background-color: transparent;
padding: 20px 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.admin-bar .site-header,
.admin-bar .site-header.float-header {
top: 32px;
}
.header-image {
display: none;
position: relative;
height: 300px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.site-title {
margin: 0;
}
.site-description {
font-size: 16px;
margin: 15px 0 0;
line-height: 1.6;
color: #efefef;
}
.site-header.fixed {
position: fixed;
}
.site-header .col-md-4,
.site-header .col-md-8 {
min-height: 0;
}
.site-header .logo {
margin: 40px 0;
float: left;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.site-header .logo a {
display: block;
height: 100%;
}
.site-header .logo {
width: 135px;
height: 27px;
}
.site-header.float-header {
background-color: rgba(0,0,0,0.9);
padding: 5px;
}
.site-header.float-header #mainnav {
padding: 0;
}
.site-header.float-header #mainnav > ul > li > a {
height: 70px;
line-height: 70px;
}
.site-header.float-header .logo {
margin: 20px 0;
}