body{
	background-color: #202124;
	color: white;
}

body, html{
    height: 100%;
}

.form-group{
	padding-top: 5px;
	padding-bottom: 5px;
}

#error-message{
	color: red;
	visibility: hidden;
}

.title{
	text-align: center;
}

.year-break{
	text-align: center;
}

.vid-card{
	cursor: pointer;
}

.embed-responsive {
  position: relative;
  width:100%;
  height: 0;
  padding-top: 56.25%;
}

.youtube{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.return-link{
	color: white;
}