body {
	background-color: black;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1rem;
	line-height: 26px;
}

a, a:visited {
	color: #f8ffbd;
	text-decoration: none;
	position: relative;
}

a:hover, a:focus {
	color: #f8ffbd;
	text-decoration: underline;
}

/* TYPE */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ropa Sans', Arial, Helvetica, sans-serif;
}

hr {
    border: solid #2e2e2e;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}

.navigation {
	font-size: 90%;
}

.navigation a, .navigation a:hover, .navigation a:focus, .navigation a:visited {
	color: #cccccc;
	text-decoration: none;
}

.navigation a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #cccccc;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navigation a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.button {
    background-color: #eb1478;
    border: 2px solid #eb1478;
    color: white;
    font-weight: bold;
    cursor: pointer;
    padding: 1em;
    border-radius: 1rem;
}

.button:hover {
    background-color: #fa1681;
    border-color: #fa1681;
}

/* HELPERS */

.right {
	float: right;
}

.left {
	float: left;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.left-margin {
	margin-left: 1rem;
}

.left-margin-half {
	margin-left: 0.5rem;
}

.right-margin {
	margin-right: 1rem;
}

.right-margin-half {
	margin-left: 0.5rem;
}

.top-margin {
	margin-top: 1rem;
}

.top-margin-half {
	margin-top: 0.5rem;
}

.bottom-margin {
	margin-bottom: 1rem;
}

.bottom-margin-half {
	margin-bottom: 0.5rem;
}

.clearfix {
	clear: both;
}

.no-margin {
	margin: 0;
}

/* HEADER */

header {
	margin-top: 1rem;
}

.dropdown.menu {
	padding-left: 0;
}

.dropdown.menu li a {
	text-transform: uppercase;
	font-family: 'Ropa Sans', Arial, Helvetica, sans-serif;
	padding-left: 0;
	margin-right: 0.5rem;
}

.dropdown.menu li a, .dropdown.menu li a:hover, .dropdown.menu li a:focus, .dropdown.menu li a:visited {
	text-decoration: none;
}


.dropdown.menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f8ffbd;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.dropdown.menu li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media only screen and (max-width: 40em) { 
	.dropdown.menu {
		padding: 0;
	}
	.dropdown.menu li {
		display: block;
	}
	.dropdown.menu li a {
		padding-right: 0;
		text-align: right;
	}
}

/* THUMBNAILS */
.thumb-wrapper {
	position: relative;
}

.thumbnail {
	border: none;
	margin-bottom: 0;
}

.thumbnail:hover {
	opacity: 0.3;
	transition:all 0.3s ease;
}

.thumb-title {
    display: block;
    font-family: 'Ropa Sans', Arial, Helvetica, sans-serif;
    margin-bottom: 1rem;
   	text-transform: uppercase;
   	font-size: 1.3rem;
}

@media screen and (max-width: 40em) {

	img.right, img.left {
		float: none;
	}

}

/* VIDEO */
.ytp-title-cover {
	background-color:black;height:30px;width:420px;position:absolute; z-index: 1;
}

/* FOOTER */

footer {
	font-size: 0.85rem;
	padding-bottom: 1.5rem;
}