@charset "UTF-8";
/* CSS Document */

.gothic-a1-regular {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gothic-a1-semibold {
  font-family: "Gothic A1", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.gothic-a1-extrabold {
  font-family: "Gothic A1", sans-serif;
  font-weight: 800;
  font-style: normal;
}

body {
	font-family: "Gothic A1", sans-serif;
}

body, html {
  height: 100%;
}

.homie {
	background-image: url("images/dudes_bg.png");
	background-color: #000;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-container {
	width:80%;
	margin:auto;
	padding-top:20%;
}

.home-container img {
	 width:100%;
     object-fit:cover;
}

.home_links {
	display:block;
	margin-top:80px;
	text-align: center;
}

.home_links a, .home_links a:visited {
	font-family: "Gothic A1", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #F914E1;
	padding: 6px;
	display: inline-block;
	margin-left, margin-right: 2px;
	margin-bottom: 4px;
	border-radius: 1px;
}

.home_links a:hover {
	background-color: #FF76F1;
}

.ep1 {
	background-color: #D4CFC2;
}

.ep1_container {
	margin: auto;
	width:300px;
	padding-top: 10%;
}

.ep1_left {
	width:300px;
	height:300px;
}

.ep1_left img {
	width:300px;
	height:300px;
}

.ep1_right {
	width:300px;
}

.ep1_right .title {
	font-family: "Gothic A1", sans-serif;
  	font-weight: 800;
  	font-style: normal;
	color:#1c1c1c;
	font-size:20px;
	text-transform: uppercase;
	margin-top:20px;
	margin-bottom:10px;
}

.ep1_right .links div {
	display: block;
	margin-bottom:4px;
	padding-top:6px;
	padding-bottom:6px;
	text-transform: uppercase;
}

.ep1 a, .ep1 a:visited {
	font-family: "Gothic A1", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	text-decoration:none;
	font-size:12px;
	line-height: 12px;
	letter-spacing:1px;
	color:#1c1c1c;
	background-color: #FFD304;
	padding: 6px;
	margin-bottom:8px;
	border-radius: 1px;
}

.ep1 a:hover {
	background-color: #E2BA00;
}