* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: seque ui,arial,helvetica;
}
body{
	color: #000;
	font-family: seque ui,arial,helvetica;
	font-size: 16px;
	line-height: 1.6em;
	overflow: scroll;
}
@media (max-width: 600px) {

    .columns {
      flex-direction: column;
}
.nav-box {
	font-size: 10px;
	overflow: hidden;
}
.debbox {
	flex-direction: column;
}
.debbox-1 {
	padding-right: 17px;
}
.debbox-1 img {
	width: 100%;
	border-radius: 10px;
	object-fit: contain;
}
.debbox-2 img {
	display: none;
}
.wave img{
	width: 100%;
	height: auto;
}
.podcast-1 {
	word-wrap: break-word;
}
.section-1 {
display: none;
}
.box-2 {
	overflow: ;
}
.box-3 {
display: none;
}
}
@media (max-width: 800px) {

    .columns {
      flex-direction: column;
}
.nav-box {
	font-size: 10px;
	overflow: hidden;
}
.debbox {
	flex-direction: column;
}
.debbox-1 {
	padding-right: 17px;
}
.debbox-2 img {
	display: none;
}
.wave img{
	width: 100%;
	height: auto;
}
.podcast-1 {
	word-wrap: break-word;
}
}

.container-master{
	width: 100%;
	background: #008b8b;/*dark cyan*/
	padding-top: 2px;
	margin: 0;
}
.container{
	width:90%;
	margin:auto;
	overflow: hidden;
}
.header {
	background-color: #000;
}
.header img{
	width: 100%;
}
.nav-box {
width: 100%;
background-color:#000;
overflow: hidden;
height: 30px;
}
.debbox {
	display: flex;
	justify-content: center;
}
.debbox-1 {
	display: flex;
	 flex-shrink: 0;
	  flex-basis: 50%;
	  padding-left: 15px;
}
.debbox-2 {
	display: flex;
	flex-basis: 50%;
	 padding-left: 40px;
	 overflow: hidden;
}
.columns {
	display: flex;
	flex-basis: 100%;
	background-color: #D8D8D8; /*light gray*/
	padding: 15px;
	}

.box-1{
		 flex-shrink: 0;
	  flex-basis: 60%;
}
.box-1 p {
	font-weight: normal;
	font-family: seque ui,arial,helvetica;
}
.box-1 {
	padding: 5px;
	font-weight: normal;
	font-family: seque ui,arial,helvetica;
}
.box-1 {
	overflow: hidden;
	object-fit: contain;
}
.box-1 img {
	overflow: hidden;
	object-fit: contain;
}
.list p {
	font-weight: normal;
	font-family: seque ui,arial,helvetica;
}
.box-2{
		flex-basis: 40%;
		padding: 15px 0;
		font-family: seque ui,arial,helvetica;
		font-weight: normal;
		
}
.box-2 img{
	width: 100%;
	border-radius: 10px;
	object-fit: contain;
}
.box-3 {

}

ul {
}

li{
list-style-type: none;
display: inline-block;
margin: 0;
padding: 5px;
padding-right: 10px;
}

li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.box {
	background-color: #b4cdcd;
	width: 100%
	height:40px;
	padding: 15px;
	margin: 0;
}
.box-8{
	margin: auto;
	height: 2px;
	background-color: black;
}
.box-9 {
	margin: auto;
	height: 5px;
	background-color: black;
}
.container-iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
.iframe {
   position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.wave{
	width: 100%;
	height: auto;
}
.podcast-1 {
	justify-content: center;
	font-family: seqoe ui,helvetica,arial;
	font-size: 16px;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.videocomtainer {
	width: 80%;
	margin: auto;
}
.section-1 {
	margin: auto;
	border: 10px;
	border-color: black solid;
	overflow: hidden;
	scroll-behavior: smooth;
	overflow: scroll;
	width: 600px;
	height: 850px;
	border: 1px #000 solid;
	text-align: center;
}
section-1 p::-webkit-scrollbar{
  width: 12px;
  background: #add8f6;
}
section-1 p::-webkit-scrollbar-track{
	background: #fff;
}
section-1 p::-webkit-scrollbar-thumb{
	background: linear-gradient(#000, #00bfff);
  border-radius: 6px;
}
.footer {
	font-family: seqoe ui,helvetica,arial;
}
