/* =======================================
   Header
======================================= */

header {
    width: 100%;
	max-width: 1200px;
    height: 100%;
	max-height: 240px;
    border: 1px solid #333;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

header img {
    max-height: auto;
    max-width: 1200px;
    object-fit: contain;
}
