html
{
    background: linear-gradient(rgba(240, 240, 240, 0.5),rgba(161,219,255,1));
    height: 100%;
    overflow: hidden;
}
@font-face {
    font-family: 'source_serif_proregular';
    src: url('sourceserifpro-regular1-webfont.woff2') format('woff2'),
         url('sourceserifpro-regular1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_serif_probold';
    src: url('sourceserifpro-bold1-webfont.woff2') format('woff2'),
         url('sourceserifpro-bold1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body
{
    margin: 0vw;
    padding: 0vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*Header*/
#topLink{
    background-color: transparent;
    height: auto;
    width: 100%;
    position: sticky;
    top: 0vw;
    left: 0vw;
    z-index: 4;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    grid-template-areas: 
    "a b";
}
#logo {
    grid-area: a;
    justify-self: start;
    align-self: center;
    background-color: transparent;
    margin-left: 2vw;
    margin-top: 1vh;
}
#homeTop {
    font-size: 1.2vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
    grid-area: b;
    justify-self: end;
    align-self: center;
    color: black;
    transform: translateX(-4vw);
    transition-duration: 1.5s;
}
#homeTop a {
    text-decoration: none;
}
.btnTop {
    border-radius: 10px;
    font-size: 1.2vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
    width: 7vw;
    height: 4vh;
    background: rgba(161,219,255);
    border-style: solid;
    border-width: 1px;
    padding: 0.2vw;
    color: #2c5d95;
    border-color: black;
    transition-duration: 0.5s;
}
.btnTop:hover {
    color: rgba(255, 255, 255);
}
/*End Header*/
/*Visit Files*/
#Files {
    text-align: center;
    margin-top: 6vh;
}
#Files h1 {
    font-size: 3.2vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
#Files h2 {
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
#fileDownload {
    margin-top: 1vh;
    background-color: transparent;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 50% 50%;
    grid-template-areas: 
    "a b"
    "c d";
}
#hint {
    margin-top: 14vh;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
}
#PVC {
    grid-area: a;
    justify-self: center;
    align-self: center;
    text-align: center;
}
#PVCh {
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
    font-size: 2vw;
}
/*PVC Files*/
/*Grid*/
#documentsPVC {
    display: grid;
    margin-top: 2vh;
    height: 12vh;
    flex-wrap: wrap;
    grid-template-columns: 50% 50%;
    grid-template-areas: 
    "a a";
}
#documentsCPS {
    display: grid;
    margin-top: 2vh;
    flex-wrap: wrap;
    grid-template-columns: 50% 50%;
    grid-template-areas: 
    "a a";
}
/*End Grid*/
#file1 {
    grid-area: a;
    justify-self: center;
    align-self: center;
    text-align: center;
}
/*End PVC Files*/
#CPS {
    grid-area: b;
    justify-self: center;
    align-self: center;
    text-align: center;
}
#CPSh {
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
    font-size: 2vw;
}
/*CPS Files*/
#file3 {
    grid-area: a;
    justify-self: center;
    align-self: center;
    text-align: center;
}
/*End CPS Files*/
.button1 {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #2c5d95;
    background-color: rgba(161,219,255);
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px #999;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
.button1:hover {
    background-color: #2c5d95;
    color: #fff;
}
.button1:active {
    background-color: #555555;
    color: rgba(161,219,255);
    box-shadow: 0 3px #2c5d95;
    transform: translateY(4px);
}
/*End Visit Files*/
/*Footer*/
#endbg {
    background: linear-gradient(rgba(161,219,255,0.1),rgba(240, 240, 240, 0.6));
    width: 100%;
    position: fixed;
    bottom: 0;
}
#footer {
    padding: 1%;
    height: auto;
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 32.3% 33.3% 33.3%;
    grid-template-areas: 
    "a b c";
}
#home {
    grid-area: a;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
}
#home button {
    letter-spacing: 1px;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
#download {
    grid-area: b;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
}
#download button{
    letter-spacing: 1px;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
#staff {
    grid-area: c;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
}
#staff button {
    letter-spacing: 1px;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
.button3 {
    width: 10vw;
    height: 4.5vh;
    color: white;
    border: 2px solid #555555;
    background-color: #555555;
    border-radius: 12px;
    transition-duration: 0.5s;
    cursor: pointer;
}
.button3:hover {
    background-color: rgba(161,219,255,0.4);
    color: black;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/*Copyright*/
#copyright {
    font-size: 0.8vw;
    padding: 1%;
    text-align: center;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
}
/*End Copyright*/
/*End Footer*/
/*Mobile*/
@media screen and (orientation: portrait) {
    /*Header*/
    #logo img {
        height: 120px;
        width: auto;
    }
    .btnTop {
        font-size: 4.2vw;
        width: 28vw;
        height: 5vh;
        margin-right: 2vw;
    }
    /*End Header*/
    #Files {
        margin-top: 6vh;
    }
    #Files h1 {
        font-size: 7.2vw;
    }
    #Files h2 {
        margin-top: 5vh;
    }
    #hint {
        margin-top: 5vh;
        font-size: 1.5vw;
    }
    #fileDownload {
        margin-top: -3vh;
    }
    #PVCh {
        font-size: 5vw;
    }
    #CPSh {
        font-size: 5vw;
    }
    #documentsPVC {
        grid-template-areas: 
        "a a"
        "b b";
    }
    #documentsCPS {
        grid-template-areas: 
        "a a"
        "b b";
    }
    .button1 {
        font-size: 48px;
    }
    /*Footer*/
    .button3 {
        width: 25vw;
        font-size: 3.5vw;
    }
    #copyright {
        font-size: 2.4vw;
        margin-bottom: 3vh;
    }
    /*End Footer*/
}
/*End Mobile*/