﻿* {
    font-family: Calibri;
}

.WebContainer {
    width: 100%;
    height: auto;
}

.articles {
    width: 90%; /*Takes 90% width from WebContainer*/
    height: auto;
    margin: auto;
}

.topcnt {
    background-color: #060525;
    width: 100%;
    height: 100px;
    display: flex;
}

.topcntInner {
    padding: 0px 0px 0px 10px;
    width: 33.33%;
    height: 100%;
}

    .topcntInner h1 {
        font-family: Audiowide-Regular;
        font-size: 60px;
        color: #3494BA;
        letter-spacing: 5px;
        display: contents;
    }

        .topcntInner h1 span {
            color: #9BD3D9;
            height: 100%;
            font-family: Audiowide-Regular;
            font-size: 60px;
            display: contents;
        }

.nameOu {
    padding-left: 4px;
    margin-top: -1.5%;
}

    .nameOu h5 {
        color: white;
        height: 100%;
        display: table-cell;
        font-family: Audiowide-Regular;
        font-size: 10px;
    }

.topcnt h2 {
    color: #FFC000;
    padding-top: 1%;
    margin-inline: 115px;
    font-size: 2vh;
}


.login {
    position: absolute;
    right: 25px;
    height: 100px;
    padding: 3vh 0px 0px 0px;
    color: white;
    font-size: 15px;
}

.button {
    text-decoration: none;
    color: #FFC000;
    font-size: 20px;
    background-color: #060525;
    border: none;
    cursor: pointer;
    font-family: 'Audiowide-Regular';
}

/*    .button:hover {
        font-weight: 600
    }*/

#TxtUserName {
    border-radius: 10px;
    padding: 5px;
}

#TxtPassword {
    border-radius: 10px;
    padding: 5px;
}


.addcnt {
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}


/*
#wave {
    position: absolute;
    height: 40PX;
    width: 100%;
    border-top: 5px solid white;
    background: #FFC000;

}*/

#wave {
    margin: -13px auto;
    position: relative;
    width: 100%;
    height: 10px;
    border-top: 4px solid white;
    border-top-left-radius: 0px;
    float: left;
    margin-left: 0;
    box-shadow: inset 0 10px 0 #ffc000;
}

.uoInfo {
    display: flow-root;
    width: 50%;
    margin: auto;
    height: 100%;
}

.taglist {
    width: 10%;
    margin-left: -5%;
}

    .taglist li {
        font-family: 'Times New Roman';
        font-size: 8vh;
        /* text-shadow: 2px 0 darkgrey; */
        font-weight: 600;
        display: flex;
    }

    .taglist img {
        height: 100%;
        width: 60%;
        padding: 18% 15% 0px 0px;
    }

.motto {
    justify-content: space-around;
    height: 50px;
    width: 100%;
}

    .motto h3 {
        font-family: Arial;
        font-size: 3vh;
        height: 76px;
        border-bottom: 1px solid #ffc000;
        width: 85%;
    }

        .motto h3 span {
            color: #3494BA;
            font-family: Arial;
            font-size: 3vh;
            font-weight: 600;
        }

.outhing {
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 1%;
    margin: 0;
}

    .outhing h4 {
        font-size: 2vh;
        padding-left: 10%;
    }

        .outhing h4 span {
            font-size: 2vh;
            color: #FFC000;
        }


.uoImage {
    width: 50%;
    height: 100%
}

    .uoImage img {
        width: 100%;
        height: auto;
    }


.ouEmail {
    display: flex;
    font-size: 3vh;
    padding-left: 28%;
    text-decoration: underline;
    margin-left: -7%;
}

    .ouEmail img {
        height: auto;
        width: 6%;
        padding-right: 2%;
    }
/*Colours 
    Dark Blue : #002060
    Baby Blue : #3494BA
    Pale Blue : #9BD3D9
    Sun Yellow: #FFC000

*/
@font-face {
    font-family: 'Audiowide-Regular';
    src: url('../fonts/Audiowide-Regular.ttf') format('truetype');
}
