/* Document Link settings */
.link-container{
	text-align: center;
	padding: 0px /*<-Top&Bottom*/ 80px /*<-Sides*/;
}

.link-container a{
	display: block;
	background-color: #ff0000;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	max-width: 350px;
	margin: 10px auto;
	border-radius: 50px;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

.link-container a:hover{
	background-color: #cb0000;
	text-decoration: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

@media only screen and (max-width: 520px){ /* Applies when screen size <= 520px */
	.link-container{
		font-size: 16px;
	}
}

@media only screen and (max-width: 470px){ /* Applies when screen size <= 470px */
	.link-container{
		padding: 0px /*<-Top&Bottom*/ 40px /*<-Sides*/;
	}
}

.link-container a.broken{
	background-color: black;
	cursor: default;
	pointer-events: none;
}

.link-container a.lect-notes{
	background-color: #fff000;
	color: #000000;
}

.link-container a.lect-notes:hover{
	background-color: #fff883;
}

.notice{
	font-size: 14px;
}

.blv{
	padding: 0;
}

.blv a{
	background-color: #00daa9;
}

.blv a:hover{
	background-color: #00ad86;
}



/* Video settings */
.video-container{
	text-align: center;
	padding: 0px /*<-Top&Bottom*/ 80px /*<-Sides*/;
}

.video-container h6{
	padding: 20px /*<-Top&Bottom*/ 0px /*<-Sides*/;
	text-align: center;
}

.video-container video{
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 470px){ /* Applies when screen size <= 470px */
	.video-container{
		padding: 0px /*<-Top&Bottom*/ 40px /*<-Sides*/;
	}
}

.source-link{
	font: italic 16px 'Arvo';
	text-decoration: underline;
}

.more-links{
	margin: 0 auto;
	max-width: 640px;
	padding: 20px /*<-Top&Bottom*/ 80px /*<-Sides*/;
}

@media only screen and (max-width: 470px){ /* Applies when screen size <= 470px */
	.more-links{
		padding: 20px /*<-Top&Bottom*/ 40px /*<-Sides*/;
	}
}

.more-links h6{
	padding: 10px /*<-Top*/ 0px /*<-Right*/ 0px /*<-Bottom*/ 0px /*<-Left*/;
}

.more-links li{
	margin-top: 10px;
	position: relative;
	list-style-type: none;
}

.more-links li::before{
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -20px;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid red;
}

@media only screen and (max-width: 520px){ /* Applies when screen size <= 520px */
	.more-links li{
		font-size: 16px;
	}
}

.alt-link{
	font-size: 14px;
}/* Document Link settings */
.link-container{
	text-align: center;
	padding: 0px /*<-Top&Bottom*/ 80px /*<-Sides*/;
}

.link-container a{
	display: block;
	background-color: #ff0000;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	max-width: 350px;
	margin: 10px auto;
	border-radius: 50px;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

.link-container a:hover{
	background-color: #cb0000;
	text-decoration: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

@media only screen and (max-width: 520px){ /* Applies when screen size <= 520px */
	.link-container{
		font-size: 16px;
	}
}

@media only screen and (max-width: 470px){ /* Applies when screen size <= 470px */
	.link-container{
		padding: 0px /*<-Top&Bottom*/ 40px /*<-Sides*/;
	}
}

.link-container a.broken{
	background-color: black;
	cursor: default;
	pointer-events: none;
}

.link-container a.lect-notes{
	background-color: #fff000;
	color: #000000;
}

.link-container a.lect-notes:hover{
	background-color: #fff883;
}

.notice{
	font-size: 14px;
}

.blv{
	padding: 0;
}

.blv a{
	background-color: #00daa9;
}

.blv a:hover{
	background-color: #00ad86;
}



/* Video settings */
.video-container{
	text-align: center;
	padding: 0px /*<-Top&Bottom*/ 80px /*<-Sides*/;
}

.video-container h6{
	padding: 20px /*<-Top&Bottom*/ 0px /*<-Sides*/;
	text-align: center;
}

.video-container video{
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 470px){ /* Applies when screen size <= 470px */
	.video-container{
		padding: 0px /*<-Top&Bottom*/ 40px /*<-Sides*/;
	}
}

.source-link{
	font: italic 16px 'Arvo';
	text-decoration: underline;
}

.more-links{
	margin: 0 auto;
	max-width: 640px;
	padding: 20px /*<-Top&Bottom*/ 80px /*<-Sides*/;
}

@media only screen and (max-width: 470px){ /* Applies when screen size <= 470px */
	.more-links{
		padding: 20px /*<-Top&Bottom*/ 40px /*<-Sides*/;
	}
}

.more-links h6{
	padding: 10px /*<-Top*/ 0px /*<-Right*/ 0px /*<-Bottom*/ 0px /*<-Left*/;
}

.more-links li{
	margin-top: 10px;
	position: relative;
	list-style-type: none;
}

.more-links li::before{
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -20px;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid red;
}

@media only screen and (max-width: 520px){ /* Applies when screen size <= 520px */
	.more-links li{
		font-size: 16px;
	}
}

.alt-link{
	font-size: 14px;
}