* {
	font-family:Ariel, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	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;
}

.top-nav {
	background-color: #04368F ;
	overflow: hidden;
}

.nav-left {
	float: left;
	margin-top: 0.5rem;
}
.nav-right {
	float: right;
	margin-right: 10px;
}

.NavIcon {
	Margin: 0;
}

.top-nav a {
	color: white;
	background-color: #04368F;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 30px;
}

.top-nav a:hover {
	background-color: #0443ae;
	color: white;
}

#active {
	background-color: #FFD71E;
	color: black;
}

footer {
	background-color: #ccdf9b;
  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;
}
