@charset "UTF-8";
/* CSS Document */
nav {
  background-color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.left-side img {
  margin-right: 15px;
  height: 30px;
}

.right-side img {
  margin-left: 10px;
  height: 30px;
}

.img-fluid{
	max-width: 100%;
	height: auto;
}

.mainpic-container{
	max-width: 100%;
	max-height: 115%;
	position: relative;
	display: inline-block;
}

.Logo{
	text-align: left;

}

.n-release{
	display: flex;
	
}



.nav-button{
	text-align: right;
}

.title01{
	position: absolute;
	bottom: 81px;
	left: 0px;
	margin-left: 2%;
	margin-right: 60%;
	background-color: rgba(93,227,12,0.8);
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0 2px 2px black;
	display:inherit;
	font-size: 18px;
	


	}

.flex-container{
	position: absolute;
	bottom: 11px;
	left: 8px;
    margin-bottom: 0%;
	background-color:rgba(0,0,0,0.5);
	color: #FFFFFF;
	text-align:left;
	display: flex;
	width: 80%;
	


} 

.title02{
	font-size: 10px;
    margin-left: 2%;
    width: 30%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;

}


.playbut{
	text-align: right;
    right: 80%;
    margin-left: 65%;
    align-content: center;
    margin-top: 1%;
    margin-right: 10%;
    max-width: 100%;
    height: auto;
	display: flex;
    align-items: center;

	
	
	
}




.container{
	height: 200vh;
	background-color: #545454;
	padding: 2%;
	color: #FFFFFF;
	
}


.flex-container01{
	display: flex;
	right: 50%;
	margin: 5%;
	align-content:space-between;
	justify-content: center;
	text-align: center;
	color: #FFFFFF;
	background-color: #545454;
	
	
}


.row1{
	padding: 2%;

}


.flex-container02{
	display: flex;
	right: 50%;
	margin: 5%;
	align-content:space-between;
	justify-content: center;
	text-align: center;
	color: #FFFFFF;
	background-color: #545454;
	
	
}

.row2{
	
	padding: 2%;
	
}





html,body{
	width: 100%;
	height: 100%;
	margin:0%;
	padding:0;
	overflow-x: hidden;
	
}



.n-release{
	color: #89C711;
	padding: 10px;
	display: flex;
    align-items: center;
}



h1,h2,h3,h4,h5,h6,p{
	font-family: 'Roboto Flex', sans-serif;
}






@media screen and (max-width: 992px) {
	body {
		font-size: 14px;
			}
	
	h1 {
		font-size: 28px;
		
	}

	h3{
		font-size:20px;
	}
	
	mainpic-container{
		max-height: 30%;
		max-width: 100%;
		margin: 0%;
		
	}
	
	title01{
		position:fixed;
		display: inline-block;

	}

	
	flex-container{
		position:fixed;
		display: inline-block;

		
		
	}

	img-fluid{
		max-width: 100%;
		height:auto;
		
		
	}
	
	container{
		height: 70vh;
	}
	
	html,body{
	width: 100%;
	height: 100%;
	margin:0%;
	padding:0;
	overflow-x: hidden;
	
}
					
}


@media screen and (max-width: 600px) {
	body {
		font-size: 12px;
			}
	
	h1 {
		font-size: 16px;
		
	}
	h3{
		font-size: 10px;
	}
	
	mainpic-container{
		height: 30%;
		max-width: 100%;
		margin: 0%;
		
	}
	
	title01{
		position:relative;
		display: inline-block;
		font-size: 15px;
		bottom: 80px;
	
	
		
	}
	

	
	html,body{
	width: 100%;
	height: 100%;
	margin:0%;
	padding:0;
	overflow-x: hidden;
	
}
	flex-container{
		height:auto;
		max-width:100%;
		margin:0%;
	}
	
					
}


@media screen and (max-width: 400px){
	
	
	h1{
		font-size: 14px;
	}
	
	h3{
		font-size: 10px;
	}
	
	mainpic-container{
		height: 50%;
		max-width: 100%;
		margin: 0%;
	
		
	}
	
	title01{
		position: relative;
		bottom: 700px;
		left: 10px;
		right:3px;
		display: inherit;
		margin-top: 30%;
		
	
	}
	
	
	flex-container{
		bottom: 700px;
	}
	
	
		html,body{
	width: 100%;
	height: 100%;
	margin:0%;
	padding:0;
	overflow-x: hidden;
	}
	
	playbut{
		max-width:100%;
		height:auto;
		
	}
	
	img-fluid{
		max-width:100%;
		height:auto;
	}
	
}












