@import url("https://use.typekit.net/jgs3rge.css");

.header {
    max-width: 1440px;
    margin: 35px 11% 0;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.sqs-block-content {
    margin: 0 11%;
}

.chalk-logo {
	width: 160px;
    margin-left: 40px;
}

.enquire-button {
    font-family: bicyclette, sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid #002838;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    color: #002838;
    background-color: #fff;
    padding: 8px 15px 2px;  
    cursor: pointer;
    position: relative;
    text-decoration: none;
    height: 26px;
    transition: all .4s ease-in-out;
}

.enquire-button:hover {
    transition: all .4s ease-in-out;
    background-color: #002838;
    color: #FFF;
}

.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    float: left;
    padding: 30px 0;
    border-top: 2px solid black;
    margin-top: 15px;
    flex-flow: row wrap;
} 
.footer img {
    margin: 0 20px;
    width: auto;
    max-width: 100%;
    height: auto;
}
.divider {
    border-bottom: 2px solid black; 
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .header {
        display: grid;
        justify-content: center;
    }
    .chalk-logo {
        margin: 0 auto 25px auto;
    }
    .enquire-button {
        margin: 0 auto;
    }
}