/*
Theme Name:   Hestia Childtheme
Theme URI:    https://wordpress.org/themes/hestia/
Description:  Hestia Childtheme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     hestia
Version:      1.0.0
Text Domain:  hestia
*/



 /* p {
    color: rgb(228, 231, 10);
    font-weight: 700;
} 
 */

.footer {
display: none;

}


/* .frontpage-section a[href="#about"] {
  display: none !important;
} */

.frontpage-section a[href="#about"] {
  visibility: hidden;
  pointer-events: none;
}



html {
  scroll-behavior: auto;
}

.hestia-about {
  scroll-margin-top: 160px; /* juster efter header-højde */
}


.custom-logo {
  max-width: 180px; /* juster efter ønsket størrelse */
  height: auto;     /* bevar proportioner */

}


.navbar .title-logo-wrapper {

    margin-left: 20px;
}