.about-main-heading{
  font-size: 4rem;
  /* font-family: "Mozilla Headline", sans-serif; */
   font-family: "Titillium Web", sans-serif;
  max-width: 100%;
  text-align: center;
  color:  rgb(255, 111, 1);
  transform: translateX(-40%);
  transition: transform 1s ease;
  
  animation: heading 1s linear forwards;
  opacity: 0;
}
@keyframes heading{
  0%{ opacity: 0; transform: translateX(-40%);}
  100%{opacity: 1; transform: translateX(0%);}
}

.top-about{
  /* background-color: black; */
  height: 120px;
  /* background: linear-gradient(rgba(0, 0, 0, 0.874), rgba(148, 148, 148, 0.132)), url('/images/images (3).jpg');
   */
   background: linear-gradient(rgba(0, 0, 0, 0.835), rgba(52, 120, 10, 0.759));
  background-position: center;
  background-size: cover;
}
.you-tube{
 margin-top:5%;
display: flex;
flex-direction: row;
/* justify-content: space-around; */
}
.U-video{
padding:2%;

}
.tube-content{
font-size: 1.1rem;
/* font-family: "Mozilla Headline", sans-serif; */
 font-family: "Titillium Web", sans-serif;
}
.u-tube-container{
padding:2%;
}
.u-heading{
font-size:1.5rem;
/* font-family: "Edu NSW ACT Cursive", cursive; */
 font-family: "Titillium Web", sans-serif;
text-decoration: underline;
color: rgba(52, 120, 10, 0.759);
}

/* FACEBOOK */
.facebook{
   margin-top:10%;
display: flex;
flex-direction: row;
}
.face-video{
padding: 2%;
}
.face-container{
padding: 2%;
}
.facebook-heading{
font-size: 1.8rem;
/* font-family: "Edu NSW ACT Cursive", cursive; */
 font-family: "Titillium Web", sans-serif;
color: rgb(213, 96, 6);
text-decoration: underline;
}
.face-content{
font-size:1rem;
/* font-family: "Mozilla Headline", sans-serif; */
 font-family: "Titillium Web", sans-serif;
}
/* INSTA */
.insta{
   margin-top:10%;
  display: flex;
  flex-direction: row;
}
.insta-contaier{
padding: 2%;
width: 50%;
}
.insta-heading{
font-size: 2.5rem;
/* font-family: "Mozilla Headline", sans-serif; */
 font-family: "Titillium Web", sans-serif;
color: rgb(210, 35, 35);
}
.insta-content{
font-size: 1.2rem;
/* font-family: "Mozilla Headline", sans-serif; */
 font-family: "Titillium Web", sans-serif;
}
.insta-video{
padding: 2%;
width: 40%;
}
.values-pre{
  font-size: 1.2rem;
 /* font-family: "Mozilla Headline", sans-serif; */
  font-family: "Titillium Web", sans-serif;
}
.u-btn{
  width: 35%;
  background-color: red;
  border: none;
  height: 30px;
  font-size: 1.2rem;
}
.u-btn a{
  text-decoration: none;
  color: white;
}
.u-btn:hover{
  box-shadow: 1px 1px 1px grey;
  background-color: rgb(254, 68, 68);
}
.u-btn:active{
  box-shadow: none;
  background-color: red;
}
.insta-btn{
 width: 40%;
  background: none;
  border: 0.5px solid rgb(190, 190, 190);
  height: 33px;
  font-size: 1.1rem;
  font-weight: 600;
 color:black;
 margin-top: 5%;
 /* font-family: "Edu NSW ACT Cursive", cursive; */
  font-family: "Titillium Web", sans-serif;
}
.insta-btn a{
  text-decoration: none;
   color:rgb(78, 78, 78);
}
.insta-btn:hover{
  box-shadow: 1px 1px 1px rgb(205, 205, 205);
  background-color: rgb(243, 243, 243);
  color: white;
  height: 35px;
}
.insta-btn:active{
  box-shadow: none;
  background-color: white;
}
.face-btn{
background-color: rgb(0, 110, 255);
border: none;
width: 35%;
height: 28px;
font-size: 1.2rem;

}
.face-btn a{
  text-decoration: none;
  color: white;
}
.face-btn:hover{
  background-color: rgb(57, 142, 254);
  box-shadow: 1px 1px 1px grey;
}
.face-btn:active{
  box-shadow: none;
  background-color: rgb(0, 110, 255);
}
@media(max-width: 480px){
  .top-about{
    height: 80px;
  }
  .about-main-heading{
  font-size: 2rem;
}
.you-tube{
  flex-direction: column;
}
.insta{
  flex-direction: column-reverse;
  text-align: center;
}
.insta-video{
  max-width: 100%;
  width: 70%;
  text-align: center;
}
.facebook{
  flex-direction: column;
}
.insta-contaier{
  width: 100%;
  text-align: center;
}
.U-video .u-tube-container .insta-contaier .insta-video .face-container .face-video{
  padding: 0;
}
.values-pre{
  display:none;
}

.u-tube-container{
  text-align: center;
}
.face-container{
  text-align: center;
}
}