@import url('https://fonts.googleapis.com/css2?family=Abel&family=Acme&family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');
 
html{
    scroll-behavior: smooth;
} 

 
 .editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {     clear: none; }
 .ple-column-padding {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.header-g .row-1 {
    border: unset;
}

h3.component__title.banner__title.animated {
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
    opacity: 1;
}


h3.component__title.banner__title{
    font-family: "Cormorant Upright", serif;
    transform: unset !important;
    animation: unset !important;
    transition: unset !important;
    opacity: 1 !important;
    font-size: 3rem !important;
   
}

a[name]{
     position: absolute;
  transform: translateY(-30vh);
}


/* .animated .animated-2{
    animation: fadeInRight 4s !important;
}

.animated .animated-3{
    animation: fadeInRight 6s !important;
} */
