*{
	margin: 0px;
	padding: 0px;
	font-family: century;
}




header{
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0,0.5),rgba(0, 0, 0, 0.5)),url(526.gif);
	height: 100vh;
	background-size: cover;
	background-position: center;
	min-height: 100px;
}

ul{
	float: right;
	list-style-type: none;
	margin-top: 30px;
	min-height: 400px;
	margin-left: 60px;
	font-size: 17px;

}
ul li{
	display: inline-block;
}
ul li:first-child{
	margin-right: auto;
}
ul li a{
	text-decoration: none;
	color: #111;
	padding: 5px 20px;
	border: 1px solid transparent;
	transition: 0.5 ease;
}
.a{
	color: white;
	background-color: ;
}
ul li a:hover{
	background-color: #fff;
	color: #000;
}
ul li.active a {
background-color: #fff;
	color: #000;
}
.logo img{
	float: left;
	width: 150px;
	height: auto;

}
.main{
	max-width: 1200px;
	margin: auto;

}
.title{
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.title h1{
color: #fff;
font-size: 50px;
}
.button{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.btn{
	border: 1px solid #fff;
	padding: 5px 20px;
	color: #fff;
	transition: 0.5 ease;
	font-size: 18px;
text-decoration: none;
}
.btn:hover{
	background-color: #fff;
	color: #000;
}

.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 250px;
	z-index: 999;
	background-color: rgba(225, 225, 225, 0.2);
	backdrop-filter: blur(10px);
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.sidebar li{
	width: 100%;
}

.sidebar a{
	width: 100%;
}
.menu-button{
	display: none;
}
.my-container {
      container-type: inline-size;
      container-name: article-container; 
    }















@media screen and (max-width: 1000px) {
		
	.hideonmobile{
		display: none;
	}
	
.menu-button{
	display:block;
	color: white;
	margin-top: 10px;
}
.title{
	width: 100%;
	
}
.button{
	margin-top: 10px;
}
.main{
	display: inline-flex;
	margin-left: 10%;
	
	


}
.logo{
	width: 50%;
	
	

}
.svg{
	background-color: white;
	padding: 5px 5px;

}
.img{
	width: 30px;
}
.videos{
	top: 30%;
}
#mySlidingText{
	font-size: 18px;
}
.slide-in-text{
	font-size: 10px;
	
}
}
  @container article-container (min-width: 700px) {
      .my-component {
        display: flex;
        flex-direction: row;
        gap: 20px;
      }
    }

    @container article-container (max-width: 699px) {
      .my-component {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
    }



@media screen and (max-width: 600px){
	.videos{
	top: 80%;
}
}
@media screen and (max-width: 400px){
	.videos{
	top: 700px;
}

}