body {
    font-size: 22px;
    color:#6e228f;
    margin: 0;
}
a, a:visited {
    color: #6e228f;
    text-decoration: none;
}
.bluestars a, .bluestars a:visited {
    color: #fff;
    text-decoration: none;
}
h1, h2 {
    margin: 0;
}
h2.top-header {
    font-size:2vw;
}
.header, .homepage, .content {
    max-width: 1350px;
    margin: auto;
}
.header, .homepage {
    text-align: center;
    font-weight: bold;
}
.header {
    display: flex;
    justify-content: center;
}
.header .left, .header .right {
    height: 10vh;
}
.header .mid {
    max-width: 70%;
    height: 10vh;
}
.header img {
    max-width: 100%;
    max-height: 100%;
}
.pinksparkles {
    background: #cf00c2;
    background-image: url(../images/sparkles.gif);
}
.pinksparkles h2 {
    color: #fff;
}
.homepage h1 {
    font-size: 4.8vw;
    line-height: 4vw;
    margin: 0;
    color: #000;
    padding: 0 1vw;
}
.homepage h2 {
    font-size: 1.7vw;
    margin: 0;
    line-height: 6  vw;
    color: #000;
}
.homepage h3 {
    font-size: 6.8vw;
    margin: 0;
    line-height: 5vw;
    color: #fff;
}
.homepage h4 {
    font-size: 6.37vw;
    margin: 0;
    line-height: 5vw;
    color: #fff;
}

.homepage h5 {
    font-size: 4vw;
    line-height: 4vw;
    margin: 0;
    color: #fff;
}
.homepage h5 a, .homepage h5 a:visited {
    color: #fff;
}
.homepage img {
    font-size: 0;
}
p.vid {
    color: #fff;
    margin: 0;
    font-size: 1.2vw;
}
nav {
    text-align: center;
    padding: 10px;
}

button {
    border-radius: 50px;
    font-size: 18px;
    margin: 0 5px;
    font-weight: bold;
    border: none;
    background-color: #551c44;
    color: #fff;
    border-image: url(../images/button.png) 50 70 50 70 stretch stretch;
    border-style: inset;
    border-width: 25px 35px;
    margin: 0 auto 10px;
}

button a, button a:visited {
    color: #fff;
}
.thickframe {
    border-image: url(../images/frame2.png) 93 92 92 94 stretch stretch;
    border-color: #f4be52;
    border-style: inset;
    border-width: 50px;
    margin: 0 auto 10px;
}
.content {
    text-align: center;
}
.thinframe {
    border-image: url(../images/thinframe.png) 93 92 92 94 stretch stretch;
    border-color: #f4be52;
    border-style: inset;
    border-width: 50px;
    margin: 0 auto 10px;
}
p.quote:before {
    content: "“ ";
    font-size: 3em;”
}
p.quote {
    font-style: italic;
}
p.quote:after {
    content: " ”";
    font-size: 3em;
}
.fatherandson img{
    height: 25vw;
}

.menu-toggle svg:nth-child(2) {
    display: none;
}

.pink-bg {
    background: #cf00c2;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    font-size: 0.8vw;
}

.pink-bg.horizontal {
    height: 275px;    
}

.pink-bg.vertical {
    height: 400px;    
}

.gold-frame {
    display: inline-block;
    border-image: url(../images/gold-frame.png) 8 8 8 8 stretch stretch;
    border-color: #f4be52;
    border-style: inset;
    border-width: 7px;
}

.bluestars {
    background: url(http://ultranewplastering.co.uk/images/stars.gif) no-repeat center;
    background-size: cover;
    color: #fff;
}

.silversparkles {
    background: url(http://www.ultranewplastering.co.uk/images/sparkle.gif) no-repeat center;
    background-size: cover;
    color: #000;
}
.silversparkles a, a:visited {
    color: #000;
}
@media only screen and (min-width: 800px) {
    button.menu-toggle {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    h2.top-header {
        font-size:2.8vw;
    }
    p.vid {
        font-size: 1.6vw;
    }
    .homepage h1 {
        font-size: 6.4vw;
        line-height: 7vw;
    }
    .homepage h2 {
        font-size: 2.3vw;
    }
    .homepage h4 {
        font-size: 8.37vw;
        line-height: 8vw;
    }
    
    .homepage h4 {
        font-size: 8.37vw;
        line-height: 8vw;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {

    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 200px;
    }
    .pink-bg.vertical {
        height: 275px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {

    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 235px;
    }
    .pink-bg.vertical {
        height: 325px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {

    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 265px;
    }
    .pink-bg.vertical {
        height: 355px;
    }
}

@media only screen and (min-width: 1150px) and (max-width: 1250px) {

    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 285px;
    }
    .pink-bg.vertical {
        height: 375px;
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1450px) {

    .pink-bg {
        font-size: 1.2vw;
    }
    .pink-bg.horizontal {
        height: 285px;
    }
    .pink-bg.vertical {
        height: 375px;
    }
}

@media only screen and (min-width: 1450px) and (max-width: 1650px) {

    .pink-bg {
        font-size: 1vw;
    }
}


@media only screen and (min-width: 800px) and (max-width: 1040px) {

    button {
        border-width: 15px 10px;
        margin: 2px;
        font-size: 12px;
        border-image: url(../images/button.png) 30 20 30 20 stretch stretch;
    }
    .content .thickframe h3{
        font-size: 2vw;
    }
    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 200px;
    }
    .pink-bg.vertical {
        height: 275px;
    }
    .homepage h3 {
        font-size: 8.8vw!important;
    }
}
@media only screen and (min-width: 1040px) and (max-width: 1390px) {

    button {
        border-width: 25px 25px;
        margin: 2px;
        font-size: 12px;
        border-image: url(../images/button.png) 50 35 50 35 stretch stretch;
    }
}
@media only screen and (max-width: 800px) {

    nav {
        padding: 0;
    }
    nav .main-menu {
        display: none;
    }
    button {
        padding: 10px;
        margin: 0;
        width: 100%;
        border-radius: 0;
        border-bottom: 1px solid #fdcc00;
        border-image: none;
        border-style: none;
    }
    button.menu-toggle svg {
        filter: brightness(0) invert(1);
    }
    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 175px;
    }
    .pink-bg.vertical {
        height: 250px;
    }
    .homepage h2 {
        font-size: 9vw;
    }
    .homepage h4 {
        font-size: 7.37vw;
        line-height: 7vw;
    }
    .header .left, .header .right, .header .mid {
    height: 7vh;
}
}
@media only screen and (max-width: 550px) {

    .header .left, .header .right, .header .mid {
    height: 5vh;
}
}