
body {
  font-size: 20px;
  color: #212529;
  font-family: 'Open Sans', 'Times New Roman', serif;
  border-top: 10px solid #E01E5B;
}

p {
  line-height: 1.5;
  margin: 30px 0;
  font-size: 20px;
}

.more-line-height {
  line-height: 2;
}

.logo {
    font-weight: 800;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	font-size: 2.7rem;
	letter-spacing: 2px;
    line-height: 4rem;
}

.episode {
  max-width: auto;
  margin: 50px auto;
  margin-bottom: 75px;
  background: white;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.title-block {
  background: #E01E5B;
  color: white;
  display: flex;
  align-items: center;
  padding: 40px 20px;
}

.info-block {
  color: white;
  align-items: center;
  padding: 20px 20px;
}

.info-block a {
  color: white;
  text-decoration: underline;
}

.info-block a:hover {
  color: white;
  text-decoration: underline;
}

.newcharacter {
  background-color: #17a78f;
}

.behindthescenes {
  background-color: #8C1EA9;
}

.foreshadow {
  background-color: #F25C54;
}

.plot {
  background-color: #1F2B3A;
}

.location {
  background-color: #d5b03d
}

.title-text h1, .title-text h2 {
  margin: 0;
  font-weight: 700;
  font-size: 2rem; 
}

.content {
  padding-left: 20px;
  padding-right: 20px;
}

.intro {
  font-size: 1.2em;
  line-height: 1.6;
}

.text-under-logo {
	margin-top:10px; 
	margin-bottom:50px;
    max-width: 450px;
}

.header-hr {
	margin-top: 0px; 
	margin-bottom: 50px;
}

.section-title {
	margin-top: 50px !important; 
	margin-bottom: 50px !important;
}

.country-title {
	margin-top: 50px !important; 
	margin-bottom: 20px !important;
}

.margin-10 {
	margin: 10px !important;
}

.kader-title {
	margin-bottom: 30px !important;
}

.text-gray {
	color: #6B7280;
}

.text-black {
	color: black;
}


.main-content {
	padding-left: 25px; 
	padding-right: 25px; 
	padding-top:20px; 
	margin-bottom:50px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

h1,
h2,
h4,
h6 {
  font-weight: 800;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3 {
  font-weight: 800;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}

h5 {
  font-weight: 500;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

li {
	margin-bottom: 15px;
}

a {
  color: #E01E5B;
}

a:focus, a:hover {
  color: #E01E5B;
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: #E01E5B;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #E01E5B;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

footer {
  padding: 50px 0 65px;
}

