h1 {
  color: #369;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
}
body {
	margin: 0em;
	font-weight:0;
}

.header {
	padding: 1.5em;
	background-color: #000;
	width:100%;
}
.header .row {
	margin:0px;
}
.logo {
	font-family:fantasy;
	color: yellow;
	font-weight: 500;
	font-size: 2em;
}
.nav ul li {
	padding: 0px;
	color: yellow;
}
.nav ul li a {
	color: yellow;
	text-decoration: none;
	font-family:fantasy;
	font-size:2em;
}
.nav ul li a:hover {
	color:  white;
}
h3 {
	font-size:1.2em;
}

.videos a {
	text-decoration: none;
}

.videos img:hover {
	opacity: 0.5;
}
.footer {
	padding: 2em;
	background-color: black;
	color: yellow;
	font-size: 1.2em;
	width:100%;
}
.footer ul li a {
	color: yellow;
	text-decoration: none;
	font-family:fantasy;
}
.footer ul li a:hover {
	color:  white;
}

.ad-container {
	padding-top: 24px;
	padding-bottom: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.row-striped:nth-of-type(odd){
  background-color: #efefef;
	border-bottom: 1px solid black;
	margin-top:8px;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
	border-bottom: 1px solid black;
	margin-top:8px;
}


 /*
  * See https://github.com/angular/angular.io/blob/master/public/docs/_examples/styles.css
  * for the full set of master styles used by the documentation samples
  */
