#btt {
  text-align: center;
  padding: 10px;
  display: block;
  width: 10%;
  margin: auto;
  background-color: #af4c4c;
  color: white;
}


.section {
  text-align: center;
  font-size: 100px;
  background: -webkit-linear-gradient(#ee2a2a, #161515);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Josefin Sans', sans-serif;

}

.rightSide {
  padding: 5px;
  font-size: 20px;
}

.programs {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 60%;
  margin: auto;
  font-family: 'Josefin Sans', sans-serif;
}

.programs a {
  font-size: 20px;
}

.leftSide {
  border-style: none solid none none;
}

iframe {
  display: block;
  margin: auto;
}

/** Contact Page **/
#btn {
  padding: 10px;
  width: 20%;
  margin: auto;
  font-family: 'Josefin Sans', sans-serif;
  background-color: #af4c4c;
}
.contact {
  width: 80%;
  display: block;
  margin: auto;
}

.contact h1 {
  text-align: center;
}

/** About Us **/
path {
  fill: transparent;
}

.who text {
  font-size: 72px;
  /**fill: linear-gradient(45deg, pink, skyblue);**/
}

.who img {
  width: 70%;
  height: 70%;
  margin: auto;
  display: block;
}

.who h3 {
  width: 50%;
  margin: auto;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  border-radius: 15px;
  font-family: 'Josefin Sans', sans-serif;
}

.serve {
  text-align: center;
}

.serve h3 {
  font-family: 'Josefin Sans', sans-serif;
  margin: auto;
  width: 65%;
  text-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19), 0 0 5px rgba(233, 6, 6, 0.123);
}

.serve h1 {
  color: white;
  letter-spacing: 5px;
  font-size: 150px;
  background: -webkit-linear-gradient(45deg,red, turquoise);
  -webkit-background-clip: text;
  background-clip: transparent;
  -webkit-text-fill-color: transparent;
}

.serve_h1 {
  text-align: center;
}

.serve img {
  width: 450px;
  height: 300px;
  display: none;
}

/**Buttons**/
.button {
  display: block;
  margin: auto;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #af4c4c;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #8e3e3e}

.button:active {
  background-color: #8e3e3e;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.programs a {
  margin: 10px;
}

.programs img {
  height: 200px;
  width: 200px;
  display: block;
  margin: auto;
}




/** Below here was og **/
body, html {
  scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    background-color: #CAE284;
    font-family: 'Josefin Sans', sans-serif;

  }
  
  .bg {
    /* The image used */
    background-image: url("../pics/LK\ Logo\ Updated.jpg");
  
    /* Full height */
    height: 100%; 
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

  }

  
  @keyframes fadeInAnimation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  

  .comingSoon {
    width: 80%;
    margin: auto;
    padding: 10px;
  }

  .cellOne {
    padding: 5px;
  }

  .cellOne img {
    width: 100%;
    height: 100%;
  }

  hr {
    height:5px;
    border-width:0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color:black;
  }

  /**Temp Nav**/
  .fake {
    color: white;
    border-radius: 10px;
    transition: .5s ease;
    text-align: center;
    width: 100%;
    height: 100%;
    display:inline-block;
    text-transform: uppercase;
    background-color: rgb(254, 0, 0);
  }

  .tempNav li a {
    color: black;
    text-transform: uppercase;
    border-radius: 10px;
    margin: 5px;
    transition: .5s ease;
  }

  .tempNav li a:hover {
    border-radius: 10px;
    transition: .5s ease;
    background-color: #008001;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .tempNav img {
    height: 50px;
    width: 50px;
  }

/** Snackbar **/
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@media only screen { } /* Define mobile styles */
@media only screen and (max-width: 40em) { 

    .bg {
      height: 200px;
      width: 100%;
      
    }

    .section {
      font-size: 50px;
    }

    iframe {
      width: 100%;
    }

    .about h3 {
      width: 90%;
    }

    #btt, #btn {

      width: 80%;

    }

    .programs {
      width: 90%;
    }

    .leftSide {
      border-style: none none solid none;
    }

}