/*
 * Theme Name:  Expertly Child
 * Theme URI:   https://codesupply.co/themes/expertly/
 * Description: Expertly Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    expertly
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
.navbar-container .navbar-content {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 107px!important;
}

.footer-copyright {
    font-size: 0.875rem;
    text-align: center;
}
    .archive-first, .archive-main {
        padding: 34px;
    }

.navbar-brand img{
	height:75px;
}

@media only screen and (max-width: 600px) {
  .archive-first, .archive-main {
        padding: 0px;
    }
.site-content {
    margin-top: 1.5rem;
}
	
	.navbar-container .navbar-content {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 70px!important;
}
.navbar-content .navbar-brand img{
    height: 59px;
}
}

