/*
Theme Name: Fleur Child
Theme URI: http://fleur.qodeinteractive.com
Description: A child theme of Fleur Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Template: fleur
*/


@font-face {
    font-family: 'AmalfiCoast';
    src: url('https://idopetiteweddings.com/wp-content/themes/fleur-child/fonts/Amalfi-Coast.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.amalfi-font {
    font-family: 'AmalfiCoast', sans-serif !important;
}

@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  60% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

.typewriter {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  font-family: monospace;
  width: 0;
  animation: typing 3s steps(20, end) infinite;
}


@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInOut 5s ease-in-out infinite;
}

