* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }


body{
    margin:0 auto;
    padding:0;
    min-width:100vw;
    min-height:100vh;
    background-color:#a599a5 ;
    background: linear-gradient(0deg,rgba(165, 153, 165, 1) 0%, rgba(123, 94, 110, 0.86) 86%);
    background-attachment: fixed;
    color:white;
    font-family: mackerol, Georgia, 'Times New Roman', Times, serif;
}

@font-face {
  font-family: "merida";
  src:
    local("merida"),
    url("merida.otf") format("opentype") tech(color-COLRv1),
    url("merida.woff2") format("woff2");
}

@font-face {
  font-family: "mackerol";
  src:
    local("mackerol"),
    url("mackerol.otf") format("opentype") tech(color-COLRv1),
    url("mackerol.woff2") format("woff2");
}

header, footer{
    min-width:100vw;
    background-color: white;
}

.content{    
    min-width:100vw;
    background-image: url(daisies-bg-sm.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lottie{
    width:100vw;
    max-width:900px;
    position: relative;
  display:flex;
  justify-content: center;
  align-content: center;
    background-image: url(bed.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

iframe{
height:700px;
width:500px;
}

.nav-link{
    color:#E690CB;
        transition: all 0.5s;
}


h4{    
    color:#f3dd35;
    font-family:merida, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 0.1rem;
}

.icon{
    background-image: url(spiral2.svg);
    background-size: contain;
    background-position:left;
    background-repeat: no-repeat;
    height:4rem;
    padding:1rem;
}

.list-group-item{
    background: none;
    border:none;
}

.list-group-item a, h4 a{
    color:white;
        transition: all 0.2s;
}

.list-group-item a:hover, h4 a:hover{      
    text-decoration: none;  
    color: hsla(327, 13%, 43%, 0.75);
}

.nav{
        color: #7b5e6e9b;
}

.nav-link:hover, .nav-link:active{    
    color: #7b5e6e; !important
}

.nav .disabled{
    color: #7b5e6e9b;
}

@media (min-width: 1200px) {
    .content{
    background-image: url(daisies-bg2.svg);}

}