@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gelasio&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freeman&display=swap');

* {
	margin: 0;
	padding: 0;
	text-align: justify;
}

html, body {
	position: relative;
    display: block;
	background-color: #FFFFFF;
	font-family: 'Gelasio', serif;
	font-size: 14px;
}

h2 {
    font-variant: small-caps;
    font-family: "Freeman", sans-serif;
    font-size: 30px;
    font-style: normal;
}

hr {
    margin-top: 0px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.red {
    color: red;
}

.black {
    color: black;
}

.mod { padding-left: 15px; }

.maude {
    font-family: "Open Sans", serif; 
    font-size: small; 
}

.topbar {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0;
	background-color: #3E77B6;
	color: #FFFFFF;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 20px;
	text-align: center;
    z-index: 10;
}

.navitem {
	cursor: pointer;
    color: white;
    text-decoration: none;
}

.separator {
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.bottombar {
	width: 100%;
	height: 30px;
	background-color: blue;
	position: fixed;
	bottom: 0;
	background-color: #3E77B6;
	color: #FFFFFF;
	font-family: 'Open Sans', serif;
	font-size: 12px;
	padding-top: 8px;
	text-align: center;
}

.title {
    text-align: center;
    font-family: "Freeman", sans-serif;
    font-size: 36px;
    font-style: normal;
}

.title1 {
	position: absolute;
	margin-top: 2px;
	left: calc(50% - 72px);
	font-family: 'Kaushan Script', cursive;
    font-size: 44px;
    font-weight: bold;
}

.title2 {
	position: absolute;
	left: calc(50% - 16px);
	font-family: "Freeman", sans-serif;
    font-size: 50px;
}

.title3 {
	font-family: "Freeman", sans-serif;
    font-size: 24px;
}

.main {
	max-width: 990px;
	margin: 0 auto;
    padding: 45px;
}

.team {
    width: 50%;
    min-width: 390px;
    height: 200px;
    background-color: white;
    display: flex;
}

.teaminfocontainer {
    position: relative;
    width: 300px;
    padding: 20px;
    margin-left: 10px;
}

.teaminfo {
    font-family: 'Gelasio', serif;
	font-size: 14px;
    text-align: justify;
}

.teamlink {
    font-family: 'Open Sans', serif;
	font-size: 20px;
    font-variant: small-caps;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.teampic {
    height: 150px;
    border: 1px solid black;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.teampiccontainer {
    position: relative;
    width: 100px;
    margin-left: 25px;
}

.unilogo {
    position: absolute;
    width: 65px;
    top: 15px;
    right: 15px;
}

.teamhr {
    margin-top: 4px;
    margin-left: -6px;
    width: 70%;
}

.teamlist {
    margin-left: -20px;
    font-family: 'Gelasio', serif;
    font-size: 14px;
    padding-top: 5px;
}

.teamlistitem {
    text-align: left;
    padding-top: 10px;
}

.new {
    color: red;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12px;
}

ul li {
    margin-bottom: 10px;
}
