* {
    margin: 0;
	padding: 0;
    font-family:Ariel, Helvetica, sans-serif;
}

body {
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0.5rem;
	padding: 5;
}

img {
	margin: 20;
}

.top-title {
	background-color: #FFD71E ;
	overflow: hidden;
}

.top-title p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.5rem;
}

nav {
    background-color: #04368F;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li {
    height: 60px;
}

nav li:first-child {
    margin-right: auto;
    margin-left: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

nav a {
    height: 100%;
    padding: 0 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

nav a:hover {
    background-color: #032c71;
}

#active {
	background-color: #FFD71E;
	color: black;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(3, 44, 113, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sidebar li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.sidebar a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
    padding: 0;
}

.sidebar a:hover {
    background-color: rgb(3, 44, 113, 0.2);
}

.Sidebar-Close-NavIcon-SB {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0px;
}

@media(max-width: 800px){
    .hideOnMobile{
        display: none;
    }
}

@media(max-width: 500px){
    .sidebar{
        width: 100%;
    }
}

@media not (max-width: 800px){
    .hideOnDesktop{
        display: none;
    }
}

footer {
	background-color: #E33C3C;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.summary {
	background-color: #e6e6e6;
	
	display: grid;
	align-items: center; 
	grid-template-columns: 1fr 3fr;
	column-gap: 0px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 10px;
	padding-top: 10px;
}

.student-team {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 10px;
	align-content: center;
}

.Clara {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Brody {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.James {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 2;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Blake {
    grid-row: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 2;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.AlfieW {
    grid-row: span 2 / span 2;
    grid-column-start: 6;
    grid-row-start: 2;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Leo {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 4;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Victoria {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 4;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.April {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 4;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Rida {
    grid-row: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 4;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Illiam {
    grid-row: span 2 / span 2;
    grid-column-start: 6;
    grid-row-start: 4;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.AlfieK {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 6;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Luke {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 6;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Aaron {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 6;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Noah {
    grid-row: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 6;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Adam {
    grid-row: span 2 / span 2;
    grid-column-start: 6;
    grid-row-start: 6;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}



.teachers-team {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 8px;
	align-content: center;
}

.Evans {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Gibbins {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Nicholson {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 2;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Johnson {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 4;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.McGill {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 4;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Richardson {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 4;
	align-content: center;
	background-color: #70ff90;
	border-radius: 25px;
}

.Sponsors {
	background-color: #e6e6e6;
	
	display: grid;
	align-items: center; 
	grid-template-columns: 1fr 3fr;
	column-gap: 0px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 10px;
	padding-top: 10px;
}

.Sponsors#Person {
	background-color: #e6e6e6;
	
	display: grid;
	align-items: center; 
	column-gap: 0px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 10px;
	padding-top: 10px;
}

.JobDesc {
	background-color: #e6e6e6;
	
	display: grid;
	align-items: center; 
	grid-template-columns: 1fr 3fr;
	column-gap: 0px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 10px;
	padding-top: 10px;
}

.PTFA {
    border-radius: 50%;
}

.Person {
    border-radius: 50%;
}

.Logo {
	border-radius: 50%;
}

#image_not_found {
    border-radius: 75%;
}

@keyframes blinkCursor {
    50% {
        border-right-color: transparent;
    }
}

@keyframes typeAndDelete {
    0%,
    10% {
        width: 0;
    }
    45%,
    55% {
        width: 6.2em;
    } /* adjust width based on content */
    90%,
    100% {
        width: 0;
    }
}

.terminal-loader {
    border: 0.1em solid #333;
    background-color: #1a1a1a;
    color: #0f0;
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    padding: 1.5em 1em;
    width: 12em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.terminal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1.5em;
    background-color: #333;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0 0.4em;
    box-sizing: border-box;
}

.terminal-controls {
    float: right;
}

.control {
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    margin-left: 0.4em;
    border-radius: 50%;
    background-color: #777;
}

.control.close {
    background-color: #e33;
}

.control.minimize {
    background-color: #ee0;
}

.control.maximize {
    background-color: #0b0;
}

.terminal-title {
    float: left;
    line-height: 1.5em;
    color: #eee;
}

.text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-right: 0.2em solid green; /* Cursor */
    animation:
        typeAndDelete 4s steps(11) infinite,
        blinkCursor 0.5s step-end infinite alternate;
    margin-top: 1.5em;
}
