
body {
    font-family: 'DM Sans','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #282B2A;
    background-image: linear-gradient(to right, #5F3FC1, #3DBDD2);
}
p {
    padding: 0 0 33px;
    font-size: 1.5em;
}
p.intro {
    font-size: 1.9em;
}
p.author {
    padding: 0;
    font-size: 0.95em;
}
main h1 {
    font-size: 4.5em;
    padding: 0 0 10px;
}
h1, header h2 {
   
    font-family: 'DM Serif Display','Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
h2,h3 {
    font-size: 1.5em;
    font-weight: bold;
}
a {
    text-decoration:underline dashed #fcfcfc 1px;
}
strong {
    font-weight: bold;
}
i {
    font-style: italic;
}
header div {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 15px 0 0;
}
header h1 {
    display: none;
}
header img {
    max-height: 150px;
}

section {
    border-radius: 30px;
    padding: 70px 120px;
    margin: 30px auto;
    width: 88%;
    max-width: 1400px;
}
header div, .splitwidth, #footer {
    margin: auto;
    width: 88%;
    display: flex;
    max-width: 1400px;
}
.splitwidth:after{
    content: "";
    display: table;
    clear: both;
}
.splitwidth section {
    margin: 0;
    padding:50px;
    width: 49%;
    flex: 1;
}
.blockColour01 {
    background-color: #f3fddf;
    background-color: #59B689;
}
.blockColour02 {
    background-color: #fbf9db;

}
.blockColour03 {
    background-color: #f6cbd0;
    background-color: #fd61a2;
}
.blockColour04 {    
    background-color: #DBD8F3;
    background-color: #3DBDD2;
}
#whereWhat h1 {
    float: left;
    width: 390px;
}
#whereWhat div {
    padding-left: 390px;
}

#benefits {
    background-image: url(img/background02.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 375px;
}
#whereWhat {
    background-image: url(img/background01.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 350px;
}
#ethos {
    padding-right: 400px;
    background-image: url(img/hands1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 36%;
}
#special {
    background-image: url(img/testimonial_open.png), url(img/testimonial_close.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0px 120px, bottom right;
    background-size: 10%, 10%;
}
#whoAmI {
    background-image: url(img/erica_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30%;
}
#ethos div {
    width: 700px;
}
#ethos h1 {
    width: 600px;
}
#whoAmI div {
    padding-right: 200px;
}
#special {
    margin-bottom: 20px;
}
#special .author{
    
    font-weight: bold;
}
.columns {
    column-count: 2;
}
#prices table {
    width: 100%;
    font-weight: bold;
}
#prices table tr,#prices table td {
    padding: 0 0 30px 10px;
    font-size: 1.5em;
}
#prices table td {
    text-align: right;
    font-size: 0.95em;
}
#prices table span {
    display: block;
    font-weight: normal;
}
#booking {
    margin-right: 2%;
}
#booking img {
    width: 120px;
    float: left;
}
#booking address {
    padding-left: 150px;
}
#footer {
    padding: 30px 30px 0;
    color: #fcfcfc;
}
#footer div {
    flex: 1;
}
#footer div.designer {
    text-align: right;
}

@media screen and (max-width: 1075px) {
    .columns {
        column-count: 1;
    }
    section {
        padding: 20px 10%;
    }
    .splitwidth {
        display: block;
    }
    .splitwidth section{
        margin: 0 auto;
        width: 100%;
        padding: 20px 60px;
    }
    #booking {
        margin-left: 0;
        margin-bottom: 20px;
    }
    #ethos h1, #whereWhat h1 {
        float: inherit;
        width: auto;
    }
    #benefits div, #whereWhat div {
        padding-left: 0;
    }
    #ethos {
        padding-right: 10%;
        background-image: url(img/hands1-small.png);
    }
    #ethos div {
        width: auto;
    }
    #whoAmI {
        background-size: 300px;
    }
    #whoAmI div {
        padding-right: 0;
    }
    #special {
        background-position: 0px 60px, bottom right;
    }
    #booking img {
        width:30%;
    }
    #booking address {
        padding-left: 35%;
    }
}
@media screen and (max-width: 700px) {
    header div {
        text-align: left;
        justify-content: left;
        padding: 15px;
    }
    header img {
        max-height: 55px;
        padding: 0;
    }
    header h1 {
        position: relative;
        top: 0;
        padding: 0 0 0 5px;
        font-size: 2.3em;
    }
    header h2 {
        position: absolute;
        top: -6px;
        left: 290px;
    }
    p {
        padding-bottom: 0 0 15px;
        font-size: 1em;
    }
    p.intro {
        font-size: 1.5em;
    }
    p.author {
        font-size: 0.75em;
    }
    main h1 {
        font-size: 2.5em;
    }
    h2,h3 {
        font-size: 1em;
    }
    section {
        width: 92%;
    }
    .splitwidth section {
        width: 96%;
    }
    #booking {
        margin: 0 auto 20px;
    }
    #special {
        background-position: top left, bottom right;
        background-size: 50px;
    }
    #prices table tr,#prices table td {
        padding: 0 0 30px 10px;
        font-size: 1em;
    }
    #prices table td {
        text-align: right;
        font-size: 0.95em;
    }

    section, .splitwidth section {
        padding: 30px 5%;
    }
    #footer {
        display: block;
        padding: 5px 2%;
    }
    #footer div.designer {
        text-align: left;
    }
    #footer p {
        padding-bottom: 10px;
    }
}
