/*
    Author: Cyrus Wong
    cwong6@scu.edu
    January 2023
*/
body {
    font-family:Arial, Helvetica, sans-serif;
    margin: 0pt;
    background-color: steelblue;
}
a.topBar {
    text-align: center;
    text-decoration: none;
    padding: 14pt 24pt;
    color: black;
}
a.topBar:hover {
    background-color: darkgray;
    color: rgb(179,7,56);
}
a.topBar:active {
    background-color: darkgray;
    color: white;
}
a.email {
    text-decoration: none;
    color: rgb(179,7,56);
}
a.email:hover {
    color: rgb(134,38,51);
}
a.Register {
    text-decoration: none;
    text-align: center;
    padding: 5pt 15pt;
    color: white;
    border: 2pt solid black;
    background-color: darkblue;
    font-weight: bolder;
    border-radius: 5pt;
    margin-bottom: 5pt;
}
a.Register:hover {
    color: lightblue;
}
a.refer {
    text-decoration: none;
    color: navy;
}
a.refer:hover {
    color: darkslateblue;
}
.images {
    width: 25%;
    padding: 0pt 5pt;
    margin: 0pt 0pt;
    border: 5pt groove rgba(180,180,180,0.75);
}
.row {
    border-top: 5pt darkslateblue solid;
    padding: 0pt;
    font-size: 1em;
    height: 10pt
}
.imageSize {
    max-width: 100%;
    max-height: 150pt;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50pt;
    background: rgba(211,211,211,0.75);
    padding: 0pt;
    border-top: 2pt rgb(179,7,56) solid;
    display: flex;
}