body {
    background-color:#EDEDED;
    padding:0;
    margin: 0;
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
}
.top-space {
    height:100px;
}
.title-container {
    color:#fff;
}
.logo-stretch {
    position:relative;
    display: flex;
    background-color:#4A4A49;
}
.za-map {
    margin-top:-45px;
    margin-bottom:-40px;
}
.za-map-m img {
    display:none;
    width:200px;
    height:200px;
    position: relative;
}
.za-map img {
    width:200px;
    height:200px;
    position: relative;
}
.head-wrap {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
p {
    margin-bottom:8px;
    margin-top:2px;
}
.section {
    max-width:1000px;
    margin:50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.thirty {
    width:30%;
}
.seventy {
    width:70%;
    display:flex;
    align-items: center;
    justify-content: flex-start;
}
.vertdiv {
    width:1px;
    background-color:#929292;
    height:130px;
}
a.greylink {
    text-decoration: none;
    color:#646363;
}
a.greylink:hover {
    color:#000;
}
.book img {
    width: 74px;
    margin: 0 8px 14px;
}
@media only screen and (max-width: 1000px) {
    .za-map {
        display:none;
    }
    .title-container {
        text-align: center;
        padding:15px;
    }
    .za-map-m, .za-map-m img {
        display:block;
        margin:auto;
    }
    .section {
        flex-direction: column;
        padding:15px;
        text-align:center;
    }
    .thirty {
        width:100%;
    }
    .seventy {
        flex-direction: column;
        margin-top:40px;
        width:100%;
    }
    .vertdiv {
        display:none;
    }
  }
