@font-face {
  font-family: josefsophia;
  src: url(../font/josephsophia.ttf);
}

@font-face {
  font-family: Peristiwa;
  src: url(../font/Peristiwa.otf);
}

@font-face {
  font-family: anteroly;
  src: url(../font/anteroly.ttf);
}

body {
  font-family: anteroly;
}

.love-font{
  font-family: josefsophia;
  font-size: min(10vw, 5.5em);
  margin-top: -10%;
}

.love-heading{
  width: 100vw;
  height: 100vw;
  max-width: 900px;
  max-height: 900px;

  background-image: url(../img/marco-corazon.jpg);
  background-repeat: no-repeat;
  background-position:center;
  background-size: contain;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  margin-top: -50px;
}

.circle{
  width: 800px;
  height: 800px;
  /*border: 2px solid #000;*/
  border-radius: 50%;
  overflow: hidden;
  margin: 50px;
}

.bg-white{
  background-color: white;
}

.magnet{
  position: relative;
  top: 5px;
  width: 730px;
}

.magnet-header{
  position: absolute;
  height: 210px;
  width: 130px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  left: 375px;
  top: 40px;
  z-index: 10;
}

.magnet h1{
  margin-top: -5%;
  font-size: 5em;
}

.magnet h2{
  margin-top: -5%;
  font-family: Peristiwa;
  font-size: 2.5em;
}

.content__title{
  font-family: Peristiwa;

  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  color: white;
  text-align: center;
}

.content__timer *{
  padding: 20px;
}


.content--intro p{
  font-family:  Peristiwa;
  text-align: center;
}

.bg-novios {
  background-image: url(../img/ro-novio.gif), url(../img/ro-novia.gif);
  background-position: right;
}

.clock {
  width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

mark {
    --color1: lightskyblue;
    --color2: lightskyblue;
    --bg-height: 30%;
      
    all: unset;
    background-image: linear-gradient(var(--color1), var(--color2));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 var(--bg-height);
    animation: highlight 800ms 1 ease-out;
    animation-fill-mode: forwards;
    animation-play-state: paused;
    font-weight: bold;
  }
  
  
  @keyframes highlight {
    to {
      background-size: 100% var(--bg-height);
    }
  }

.icon{
    width: 10vw;
}

.icon_time{
  padding-right: 75px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 45px;
}

.icon_wedding{
  background-image: url(../img/icon_rings.png);
}

.icon_coctail{
  background-image: url(../img/icon_brindis.png);
}

.icon_lunch{
  background-image: url(../img/icon_cubiertos.png);
}

.icon_drink{
  background-image: url(../img/icon_mojito.png);
}

.icon_food{
  background-image: url(../img/icon_camarero.png);
}

.icon_end{
  background-image: url(../img/icon_party.png);
}

.left-mini-list{
  display: inline-block; 
  text-align: left;
}

.blue-border{
  border-color: lightskyblue;
  border-style: solid;
  border-width: 1px;
}

.blue-border{
  border-color: lightskyblue;
  border-style: solid;
  border-width: 1px;
}

.blue-button{
  background-color: lightskyblue;
  padding: 0.5em;

  border: 1px solid #023d72;
  border-radius: 7px;
  margin-top: 1em;
}

.map{
  display: block;
}

.map-mini{
  display: none;
}

.form-elements{
  display: grid;
  border-radius: 1rem;
}

.form-elements input, .form-elements select{
  min-width: 265px;
  height: 1.5rem;
  width: 50%;
  border: 1px solid #023d72;
  border-radius: 7px;
  height: 1.7rem;
  padding: 0 5px
}

.form-elements label{
  width: 240px;
  display: inline-block;
}

.form-elements p{
  text-align: end;
}

.oculto{
  display: none;
}

@media screen and (max-width: 655px) {
  .form-elements p{
    text-align: center;
    margin: 10px;
  }
}

@media screen and (max-width: 400px) {
  .left-mini-list{
    font-size: 0.8em;
  }

  .bg-cabecera {
    background-size: 450px 450px;
  }

  .map-mini{
    display: block;
  }
  
  .map{
    display: none;
  }

  .form-elements p{
    margin: 0;
  }
}

