@import url('https://fonts.googleapis.com/css?family=Lobster|Cabin');
* {
	margin: 0;
	border: 0;
	padding: 0;
	color: #000;
	outline: none;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	font-family: "Cabin", sans-serif;
}
body {
	overflow-x: hidden;
	background-size: cover;
	background-image: url("../imgs/bg.png");
}
header {
	width: 87.5vw;
	height: 100vh;
	display: flex;
	margin: 0 6.25vw;
	position: absolute;
	align-items: center;
	justify-content: center;
}
input {
  width: 11.25em;
  font-size: .5em;
  text-align: center;
	font-weight: bolder;
  border-bottom: 2.5px dashed;
  background-color: transparent;
}
.navS {
	width: 20vw;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.backBtn {
	top: 0;
	left: 0;
	height: 15vh;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
}
#about {
	top: 100vh;
	position: absolute;
}
#download {
	top: 200vh;
	position: absolute;
}
.navL {
	width: 100vw;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Lobster", cursive;
}
nav {
	top: 0;
	width: 100vw;
	height: 55px;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
}
footer {
	bottom: 0;
	width: 100vw;
	height: 55px;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	background-color: #DDDFFF;
	border-top: 1px solid #337AB7;
}
button {
	width: 75px;
	padding: 5px;
	border: 2.5px dashed black;
	background-color: transparent;
}
button:hover {
	cursor: pointer;
}
h1 {
	font-family: "Lobster", cursive;
}
.fa:hover {
	cursor: pointer;
}
.fa-graduation-cap:hover {
	cursor: default;
}
.footList {
	right: 0px;
	bottom: 55px;
	width: 87.5vw;
	padding: 15px 0;
	position: absolute;
	background-size: cover;
	border: 2.5px dashed black;
	background-image: url("../imgs/bg.png");
}
#sideMenu {
	width: 75vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	background-color: red;
}
#my_file {
  display: none;
}
ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}
ul.pagination li a.active {
  background-color: #4CAF50;
  color: white;
}
ul.pagination li a.hack {
  background-color: red;
  color: white;
}
ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
}
#trigAssign:hover {
	cursor: pointer;
}
.chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.closebtn {
  padding-left: 10px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.closebtn:hover {
  color: #000;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
  margin: 0 auto;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
  padding: 2px 16px;
}