/*
 Theme Name:   Twenty Thirteen Child
 Template:     twentythirteen
*/

.custom-logo{
    margin: 10px 0;
    max-width: 200px;
    height: auto;
}

.header-container{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    color: #141412;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 230px;
    padding: 0 20px;
    text-decoration: none;
}

.header-container * {
    flex: 0 0 100%;
    max-width: 100%;
}