﻿body {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    /* width: 95%;*/
    font-size: 16px;
    line-height: 20px;
    color: #333;
    position: relative;
    -webkit-font-smoothing: antialiased;
    background-image: linear-gradient(180deg, #ffffff, #BCC6CC);
}
/* Centre page on screen*/
.content {
    max-width: 1320px;
    margin: auto;
    background: white;
    padding: 10px;
}

#wwimage {
    width: 40px;
    height: 40px;
    margin-left:20px;
    margin-top:100px;
    border-radius:20px;

}

/*.fadein {
    transition: all 0.3s;
    opacity: .5;
}
.fade:hover {
    opacity: 1;
}*/


/* Centre vertically*/
.centreV {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.zoom:hover {
    border-radius: 5%;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 99;
}
.scaletext:hover {
    font-size:20px;
}
.banner {
    border: 0px solid green;
    position: relative;
    width: 100%;
    height: 150px;
    margin: 0 auto;
}

    .banner img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 150px;
        margin-top: 0px;
        margin-left: 0px;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        .banner img.top:hover {
            opacity: 0;
        }

/*#rightimage.shrink:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}*/

/* Links ---------------------- */
a {
    color: brown;
    text-decoration: underline;
    line-height: inherit;
}

    a:hover {
        color: white
    }

    a:focus {
        color: white;
        outline: none;
    }

.applinks a {
    color: black;
    text-decoration: underline;
    line-height: inherit;
}

a:hover {
    color: darkgreen
}

a:focus {
    color: darkgreen;
    outline: none;
}

img {
    border: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1px;
}

h1 {
    font-size: 40px;
    line-height: 40px;
    text-shadow: 3px 3px 3px #000000;
}

h2 {
    font-size: 32px;
    text-shadow: 2px 2px 4px #000000;
    line-height: 32px;
}

h3 {
    font-size: 27px;
    line-height: 27px;
    /*text-shadow: 1px 1px 2px #000000;*/
}

h4 {
    font-size: 23px;
    line-height: 23px;
}

h5 {
    font-size: 17px;
    line-height: 17px;
}

h6 {
    font-size: 14px;
    line-height: 14px;
}

p.smallspacing {
    line-height: 0.9;
}

#title {
    font-family: "Comic Sans MS", serif;
    color:#000000;
}
#title2 {
    font-family: "Comic Sans MS", serif;
    color: steelblue;
}
section {
    background-color: aliceblue;
    color: black;
    width: 99%;
    margin-top: 4px;
    text-align: center;
    padding: 8px 8px;
    text-decoration: none;
    font-size: 16px;
}


.gradient {
    width: 98%;
    background-image: linear-gradient(180deg, #ffffff, #BCC6CC);
    border-radius:10px;
}

/* HEADER nav bar */
.navHeader {
    background-color: steelblue;
    overflow: hidden;
}

    .navHeader a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .navHeader a:hover {
            background-color: #ddd;
            color: black;
        }

        .navHeader a.active {
            background-color: #04AA6D;
            color: white;
        }

/* FOOTER nav bar */
.navFooter {
    background-color: steelblue;
    overflow: hidden;
    
}

    .navFooter a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .navFooter a:hover {
            background-color: #ddd;
            color: black;
        }

        .navFooter a.active {
            background-color: #04AA6D;
            color: white;
        }

.button {
    background-color: #04AA6D; /* Green */
    background-image: linear-gradient(180deg, #ffffff, #2B547E);
    border: none;
    border-radius: 8px;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
}

.alink {
    background-color: #04AA6D; /* Green */
    background-image: linear-gradient(180deg, #ffffff, #2B547E);
    border: none;
    border-radius: 8px;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    cursor: pointer;
}

.textAlignCentre {
    text-align: center;
}
.textAlignLeft {
    text-align: left;
}
.row {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    background-image: linear-gradient(180deg, #ffffff, #BCC6CC);
}
.rowNoGradient {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
/* Create columns that sit next to each other */
.column25 {
    flex: 25%;
    max-width: 22%;
    padding: 4px 4px;
}

/* Create columns that sit next to each other */


.column100 {
    flex: 100%;
    max-width: 100%;
    padding: 4px 4px;
}

.column75 {
    flex: 75%;
    max-width: 75%;
    padding: 4px 4px;
}
.column60 {
    flex: 60%;
    max-width: 55%;
    padding: 10px 10px;
}
.column50 {
    flex: 50%;
    max-width: 48%;
    padding: 10px 10px;
}
.column40 {
    flex: 40%;
    max-width: 38%;
    padding: 10px 10px;
}
.column33 {
    flex: 33%;
    max-width: 32%;
    padding: 4px 4px;
}
.column30 {
    flex: 30%;
    max-width: 27%;
    padding: 4px 4px;
}
.column20 {
    flex: 20%;
    max-width: 18%;
    padding: 10px 10px;
}
.column15 {
    flex: 15%;
    max-width: 14%;
    padding: 4px 4px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

article {
    background-color: #fff;
    margin: -6em auto 10em auto;
    padding-top: 2em;
    width: 100%;
    box-shadow: 0px -2px 20px 2px rgba(0, 0, 0, 0.4);
}
