#loader {
  background-color: #cdccba;
}

#cancion{
background-color: rgba(1, 57, 38, 0.6);
}

lord-icon {
  --lord-icon-primary: #f8ebdb;
  --lord-icon-secondary: #f8ebdb;
}

@font-face {
  font-family: 'Bohemian Soul';
  src: url('fonts/BohemianSoul.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Serif Text Regular';
  src: url('fonts/DMSerifText-Regular.ttf') format('truetype');
}
body{
  font-family: 'DM Serif Text Regular';
  background-color: #cdccba; 
  color: #013926;
  font-size: 20px;
}

#main{
  border-top: solid;
  border-width: 30px;
  border-color: #013926;
  place-items: center;
}

.portada{
  display: grid;
  place-items: center;
  padding:20px;
  height:60vh;
  border-image-repeat: stretch;
  border-image-slice: 10 10 10 10 fill;
  border-image-source: url('marco_boda/marcob04a.webp');
  border-image-width: 3px;
}
.portada h1{
  font-size: 85px;
}

.portada h1, .galeria{
  font-family: 'Bohemian Soul';
}

 #countdown{
  background-color: #013926;
  color: #f8ebdb;
 }


.boton{
  border-radius: 10px;
  background-color: #f8ebdb;
}

.boton p, .boton a{
  color: #003b25;
}

.icono{
  border-radius: 50%;
  background-color: #f8ebdb;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

span{
  font-size: 40px;
}

#galeria{
  border-top: solid;
  border-bottom: solid;
  border-width: 30px;
  border-color: #013926;
}

/*Accordion*/
.accordion{
  margin-bottom: 50px;
  --bs-accordion-bg:#ffffff;
  --bs-accordion-color:#013926;
  --bs-accordion-btn-bg: #f8ebdb;
  --bs-accordion-btn-color: #013926;
}

.accordion-button:not(.collapsed) {
    background-color: #013926;
    color: #f8ebdb;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}


#asistencia{
}

#lugar, #galeria, #asistencia, #extra{
  padding-top: 50px;
  padding-bottom: 50px;
}

footer{
  border-top: solid;
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
  border-radius: 8px;
  background-color: #013926;
}

@media screen and (max-width: 340px){
  .portada h1{
  font-size: 50px;
}
}

@media screen and (min-width: 768px){


}

@media (orientation: landscape){

}

@media screen and (min-width: 1024px){


}





