/*reset*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;color: inherit;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}


/*--------------------*/
body {
	background: #000;
	color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
header {
	display: flex;
  justify-content: center;
	align-items: center;
	flex-direction: column;
}
.logo {
	width: 30%;
	height: auto;
}
.youtube-icon {
	fill: #fff;
	height: 28px;
}
.main-section {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 60px;
}


/*custom CSS*/
.container{
    display: flex;
    justify-content: center;
}
.content{
    display: flex;
    gap:5px;
    justify-content: center;
    align-items: center;
}
.left_bar{
    display: flex;
    flex-direction: column;
    gap:6px
}
.right_bar{
    width: 100%;
    display: flex;
}
@media only screen and (max-width: 415px){
    .content{
        flex-direction: column;
    }
    .left_bar{
        flex-direction: row;
    }
    iframe{
        width: 100%;
        height: 220px;
    }
}

.tagembed_main a {
	display: none;
}
.socials {
	display: flex;
	flex-direction: row;
	align-items: center;
  gap: 12px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 20px;
	margin-right: 10px;
}
footer {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 30px 20%;
	line-height: 1.6;
}
header p{
    
	font-family: 'Montserrat', sans-serif;
}
footer img {
	margin: 4px;
}
@media only screen and (max-width: 940px) {
	.logo {
		width: 50%;
	}
	.socials {
		font-size: 18px;
        margin: 10px;
	}
	.youtube-icon {
		height: 32px;
	}
	footer {
		padding: 30px 40px;
	}
}

@media only screen and (max-width: 600px) {
  body {
    padding: 60px 20px;
  }
	.logo {
		width: 70%;
	}

	footer {
		padding: 30px 20px;
	}
}
