﻿body {
}
.aboutbanner {
    height: 100vh;
    background-image: linear-gradient(rgba(12, 206, 248,0.5),rgba(12, 206, 248,0.5)),url('../img/gallery/gallery7.jpg');
    background-size: cover;
        background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    position: relative;
}

    .aboutbanner h1 {
        font-family: 'Philosopher', sans-serif;
        font-size: 60px;
        font-weight: 300;
        text-shadow: 0px 0px 5px grey;
    }

    .aboutbanner p {
        font-family: 'Century Schoolbook';
        font-size: 25px;
        color: #07c7ede8;
    }
    .aboutbanner .waves{
        position:absolute;
        bottom:0;
        width:100%;
        left:0;
    }
.imageBox2 {
    background: url("../img/contactbanner.jpg") center center no-repeat;
    background-size: cover;
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: 110px;
    /*  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);*/
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);

}