body {
    font-family: 'Source Sans 3', sans-serif;
}

.navColour{
    background-color: #c7e9ed;
}

.hr{
    width: 50%;
    margin-left: 25%;
}

.navM{
    margin-left: 35%;
}

.bgImage{
    width:100%;
}

.bgColor{
    background-color: #c7e9ed;
}

.background {
    background: url("./images/quoteBG2.jpg") repeat;
    border: 1px solid transparent;
    border-radius: 25px;
}

.box {
    background-color: #ffffff;
    opacity: 0.6;
}

.box p {
    margin: 5%;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
