
body {
	background-color: #000;
	font-family: 'Raleway', sans-serif;
  	font-weight: 400;
	font-size: 16px;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	font-weight:600;
	color:#000;
	line-height:100%;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight:600;
	color:#000;
	line-height: 150%;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight:400;
	color:#000000;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight:400;
	color:#fff;
}


	p {
		font-family: 'Raleway', sans-serif;
		font-size: 1em;
		font-weight: 400;
		color:#000;
		line-height: 150%;
	}


	a {
	color:#000;
	text-decoration: none;
	}
a:hover {
	color:#000;
	text-decoration: underline;
	}




.flexbox-container-menu {
	display: flex;
	flex-wrap: wrap;
	background-color: #000;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.flexbox-menu-item {
	width: 600px;
}

.flexbox-menu-item-1 {
	align-content: center;
}

.flexbox-menu-item-2 {
	align-content: center;
}






.flexbox-container2 {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 2em;
}
.flexbox-2-item {
	width: 600px;
}

.flexbox-2-item-1 {
	align-content: center;
}

.flexbox-2-item-2 {
	align-content: center;
}






.flexbox-container3 {
	display: flex;
	flex-wrap: wrap;
	background-color: #442762;
	justify-content: center;
}
.flexbox-3-item {
	width: 600px;
	padding: 2em;
}

.flexbox-3-item-1 {

}

.flexbox-3-item-2 {

}








.flexbox-container4 {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	justify-content: center;
}
.flexbox-4-item {
	width: 600px;
	padding: 2em;
}

.flexbox-4-item-1 {
}

.flexbox-4-item-2 {
}






	
.box-topmenu {
	background-color: #243666;
	max-height: 105px;
	margin: 0px 0px 0px 0px;
}
.box-topheader {
	background-color: #15203C;
	margin: 0px 0px 0px 0px;
}
.box-bottomfooter {
	background-color: #15203C;
	margin: 0px 0px -20px 0px;
}

.box-episodes {
	background-color: #243666;
	margin: 0px 0px 0px 0px;

}


.box-title {
	background-color: #243666;
	margin: 0px 0px 0px 0px;
}

.box-posts {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 1px 20px 0px 20px;
	max-width: 810px;
	text-align: left;
}

.circularsquare {
  	border-radius: 50%;
}












  





  .container3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	background-color: #442762;
  }


  
  .middle3 {
	order: 2;
	flex-basis: 60%;
  }
  



 
  .container4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	background-color: #ffffff;
  }


  




table {
	max-width: 850px;
}




div.elem-group {
  margin: 0px 0px 20px 0px;
}

label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 4px;
  font-size: 1em;
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #000;
  box-sizing: border-box;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 8px;
}

::placeholder {
	color: #000;
}

textarea {
  height: 250px;
}

button {
  height: 50px;
  background: #243666;
  color: white;
  border: 1px solid #243666;
  font-size: 1.25em;
  font-family: 'Montserrat', sans-serif;
  border-radius: 4px;
  cursor: pointer;
}

