@font-face {
    font-family: "Nexa-Bold";
    src: url("https://storage.googleapis.com/cunninghamplace.insiteplans.com.au/assets/fonts/Nexa%20Bold.otf");
}
  
.header {
    font-family: "Nexa-Bold", sans-serif;
    font-style: normal;
    padding: 35px 11% 0;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    background-color: #083336;
}

.sqs-block-content {
    margin: 0 11%;
}

.chalk-logo {
	width: 160px;
    padding-bottom: 30px;
}

.enquire-button {
    font-family: "Nexa-Bold", sans-serif;
    font-style: normal;
    background-color: #083336;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    height: 18px;
    transition: all .4s ease-in-out;
    letter-spacing: 2px;
}

.enquire-button:hover {
    transition: all .4s ease-in-out;
    background-color: #083336;
    color: #FFF;
}

.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    float: left;
    padding: 30px 0;
    border-top: 1px solid #083336;
    margin-top: 15px;
    flex-flow: row wrap;
} 

.footer img {
    margin: 0 20px;
    width: 136px;
    max-width: 100%;
    height: auto;
}

.footer img.img-2 {
    height: 16px;
    margin-top: auto;
    margin-bottom: auto;
}

.divider {
    border-bottom: 2px solid #162B52;
}

@media screen and (max-width: 768px) {
    .header {
        display: grid;
        justify-content: center;
    }
    .chalk-logo {
        margin: 0 auto 25px auto;
    }
    .enquire-button {
        margin: 0 auto;
    }
}