@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

.main-content {
  font-size: 100%;
  font-family: 'Arima Madurai', cursive;
  font-weight: 400;
}


/* Navbar logo */

#logo.img{
  text-align: left;
  padding-right: 0.1rem;
  padding-top: 0.1rem;

}

/* footer------------------------------------ */

@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");



footer {
width:100vw;
position:relative;
bottom:0px;
/* margin-left: -120%; */
/* margin-right: -120%; */
/* left: 0px; */
/* margin-left: -120px; */

}
footer div {
background-color:#4E8D94;
margin: -5px 0px 0px 0px;
padding:0px;
color: #fff;
text-align:center;
}
svg {
width:100%;
}

.wave {
animation: wave 3s linear;
animation-iteration-count:infinite;
fill: #4E8D94;
}
.drop {
fill: transparent;
animation: drop 5s ease infinite normal;
stroke: #4E8D94;
stroke-width:0.5;
opacity:.6; 
transform: translateY(80%);
}
.drop1 {
transform-origin: 20px 5px;
}
.drop2 {
animation-delay: 3s;
animation-duration:3s;
transform-origin: 25px 5px;
}
.drop3 {
animation-delay: -2s;
animation-duration:3.4s;
transform-origin: 16px 5px;
}
.gooeff {
    filter: url(#goo);
}
#wave2 {
animation-duration:5s;
animation-direction: reverse;
opacity: .6
}
#wave3 {
animation-duration: 7s;
opacity:.3;
}
.cont{
display: block;
font-size: larger;
padding-bottom: 20px;
}

.icons{
font-size: x-large;
color: black;
size: 50px;
}

.fa-envelope:hover{
  color: #8283a7;
} 


.fa-map-marker-alt:hover{
  /*opacity: 0.5;*/
  color: red;
}

@keyframes drop {
0% {
  transform: translateY(80%); 
  opacity:.6; 
}
80% {
  transform: translateY(80%); 
  opacity:.6; 
}
90% { 
  transform: translateY(10%) ; 
  opacity:.6; 
}
100% { 
  transform: translateY(0%) scale(1.5);
  stroke-width:0.2;
  opacity:0; 
}
}
@keyframes wave {
to {transform: translateX(-100%);}
}

@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
* {
 box-sizing: border-box;
}
/* body, html {
 height: 100%;
}
body {
 font-family: "Lato", sans-serif;
 color: #111;
 display: flex;
 align-items: center;
 align-content: center;
 justify-content: center;
} */
.container {
 width: auto;
 margin: auto;
}
@keyframes topAnimation {
 from {
   transform: translate(0rem, 0);
}
 to {
   transform: translate(0rem, 3.5rem);
}
}
@keyframes bottomAnimation {
 from {
   transform: translate(-11.5rem, 0);
}
 to {
   transform: translate(0rem, 0);
}
}
button.btn {
 text-transform: uppercase;
 text-decoration: none;
 font-weight: 700;
 border: 0;
 position: relative;
 letter-spacing: 0.15em;
 margin: 0 auto;
 padding: 1rem 2.5rem;
 background: transparent;
 outline: none;
 font-size: 28px;
 color: #111;
 transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
}
button.btn::after, button.btn::before {
 border: 0;
 content: "";
 position: absolute;
 height: 40%;
 width: 10%;
 transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 z-index: -2;
 border-radius: 50%;
}
button.btn::before {
 border: 0;
 background-color: #c92918;
 top: -0.75rem;
 left: 0.5rem;
 animation: topAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
}
button.btn::after {
 background-color: #e74c3c;
 top: 3rem;
 left: 13rem;
 animation: bottomAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}
button.btn:hover {
 color: white;
}
button.btn:hover::before, button.btn:hover::after {
 top: 0;
 height: 100%;
 width: 100%;
 border-radius: 0;
 animation: none;
}
button.btn:hover::after {
 left: 0rem;
}
button.btn:hover::before {
 top: 0.5rem;
 left: 0.35rem;
}

/* Volunteer button css */

.bubbly-button {
  font-family: 'Helvetica', 'Arial', sans-serif;
  display: inline-block;
  font-size: 1em;
  padding: 1em 2em;
  margin-top: 30px;
  /* margin-bottom: 60px; */
  -webkit-appearance: none;
  appearance: none;
  background-color: #35A9E1;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px #343A40;
}
.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #35A9E1 20%, transparent 20%), radial-gradient(circle, transparent 20%, #35A9E1 20%, transparent 30%), radial-gradient(circle, #35A9E1 20%, transparent 20%), radial-gradient(circle, #35A9E1 20%, transparent 20%), radial-gradient(circle, transparent 10%, #35A9E1 15%, transparent 20%), radial-gradient(circle, #35A9E1 20%, transparent 20%), radial-gradient(circle, #35A9E1 20%, transparent 20%), radial-gradient(circle, #35A9E1 20%, transparent 20%), radial-gradient(circle, #35A9E1 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #35A9E1 20%, transparent 20%), radial-gradient(circle, #35A9E1 20%, transparent 20%), radial-gradient(circle, transparent 10%, #35A9E1 15%, transparent 20%), radial-gradient(circle, #35A9E1 20%, transparent 20%), radial-gradient(circle, #35A9E1 20%, transparent 20%), radial-gradient(circle, #35A9E1 20%, transparent 20%), radial-gradient(circle, #35A9E1 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  transform: scale(0.9);
  background-color: #343A40;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}


