@media screen and (max-width: 1200px) {

h1{
	font-size: 10vw;
}
h3{
	font-variant-east-asian: 7vw;
}
p{
    font-size: 5vw;
    padding:2px;
}

#cover{
    display:block;
    width:100%;
    height:auto;
}

.sidenav{
    display:none;
}
.antet{
    margin-left:auto;
    width:100%;
    height:auto;
}
.antet img{
    width: 100%;
    height:auto;
}
.continut{
    left:auto;
    width:100%;
    height:auto;
}
.tabcontent{
    margin-left:auto;
    width:100%;
}
.tabcontent h3{
    font-size: 5vw;
    text-align: center;
}
.tabcontent h4{
    font-size: 4vw;
}
.tabcontent p{
    font-size: 3vw;
}
a.icon {
	background: #fff;
	display: block;
	position: absolute;
	right: 0;
	top: 20%;
    font-size: 50px;    
  }
  #Indexing > img{
    width:100%;
    height:auto;
  }
  .important-dates{
    grid-template-columns:1fr;
    padding:5px 10px;
  }
}