

.Init,.In{
    height: auto;
    display: flex; 
}
.Init{
	margin-left: 2px;
    padding-left: 8px;
    box-sizing: border-box;
    font-family: comic sans ms;

  margin: 50px;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;

  padding: 1.5%;
 /* outline: 10px solid #eff2f35e;*/
}
.fst-container {
    width: 100%;
}
.fst-container h1 {
    font-weight: normal;
    font-size: 80px;
    position: relative;
    margin: 20px 0;
    padding-top: 45px
}
.fst-container h1::before {
    content: " ";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #190033;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: animate 4s linear infinite;
}
.elmt {
	margin-left: 15px;
	padding-left: 15px;
	
}
.elmtt {
	margin-left: 20px;
	padding-left: 20px;
}
.elmtti {
	margin-left: 25px;
	padding-left: 25px;
}
.prg {
	margin-left: 30px;
	padding-left: 30px; 
}
.prgg {
	margin-left: 20px;
	padding-left: 20px;
}
#a {
	color: #00CC00;
}
#c {
	color: #F3E413;
}
h3 {
	color: #00CC00;
}
h2 {
	color: #C4C458;
}
p {
	font-size: 20px;
	
}
p strong {
	font-family: cursive;
	color: red;
}
 a {
 	text-decoration-color:red; 
	text-decoration:none; 
}

@keyframes animate {
    0% {
        width: 200px;
    }
    50% {
        width: 400px;
    }
    100% {
        width: 200px;

    }
}
h6{
    font-size: 15px;
  }
.logo2{
	width: 40%;margin-right: 50px; padding-right:50px;float: right;
}
.logo{
	width: 23%;
}
.imgmid{
	margin-left: 30px; padding-left:30px; width: 40%;
}
.imgbig{
	margin-left: 30px; padding-left:30px; width: 25%;float: right;
}
	@media screen and (max-width: 1000px) {
		.photo-gallery {
			width: 100%;
			grid-template-columns: repeat(3,1fr);
		}
		.imgmid{
			width: 75%;
		}
		.imgbig{
			width: 33%;
		}
	  }
@media screen and (max-width: 875px) {
	.photo-gallery {
		width: 90%;
		grid-template-columns: repeat(3,1fr);
	}
	
}

@media screen and (max-width: 750px) {
	.photo-gallery {
		width: 100%;
		grid-template-columns: repeat(2,1fr);
	}
	.logo1{
		display: none;
	}
	.logo2{
		display: none;
	}
	.logo{
		width: 30%;
	}
	.imgmid{
		width: 60%;
	}
	.imgbig{
		width: 40%;
	}
	.Init{
		width: 95%;
		transform: translateX(-30px);
	}
	p{
		font-size: 18px;
	}
	h1{
		font-size: 21px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 19px;
	}
	a{
		font-size: 20px;
	}
  }
  @media screen and (max-width: 625px) {
	.photo-gallery {
		width: 80%;
		grid-template-columns: repeat(2,1fr);
	}
}
  @media screen and (max-width: 520px) {
	.photo-gallery {
		width: 80%;
		grid-template-columns: repeat(1,1fr);
	}
	.top-content {
		height: auto;
		flex-direction: column;
	}
	.fst-container h1{
		font-size: 40px;
	}
	.Init{
		width: 100%;
		transform: translateX(-50px);
	}
	.logo{
		width: 40%;
	}
	.imgmid{
		width: 70%;
	}
	.imgbig{
		width: 60%;
	}
	p{
		font-size: 16px;
	}
	h1{
		font-size: 19px;
	}
	h2{
		font-size: 18px;
	}
	h3{
		font-size: 17px;
	}
	a{
		font-size: 18px;
	}
	@keyframes animate {
		0% {
			width: 100px;
		}
		50% {
			width: 200px;
		}
		100% {
			width: 100px;
	
		}
	}
  }
  @media screen and (max-width: 350px) {
	.imgbig{
		width: 75%;
	}
	.photo-gallery {
		width: 100%;
		grid-template-columns: repeat(1,1fr);
	}
  }


