/* https://medium.com/@nadine.fisch/responsive-font-sizes-9ddccf1c6a32 */
.header .logo h1 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 400px) {
    .header .logo h1 {
        font-size: 1rem; /* 1 * 18px =  18px; */
    }
}

.footer .footer-about .logo span {
    font-size: 1.2rem;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
    background: transparent url('../img/glenn-carstens-peters.jpg') no-repeat;
    background-position: center;
	border-top: 1px solid #ccc;	
}
.about .section-title h2 {
    color: var(--default-color);
}