/*
Theme Name: Nærvær Tema
Description: Et helt specielt tema baseret på Uncode
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

header .menu-container {
    padding: 60px 0 20px 0 !important;
}

body .btn-color-xsdn.btn-outline:not(.btn-hover-nobg):hover,
body .btn-color-xsdn.btn-outline:not(.btn-hover-nobg):focus,
body btn-color-xsdn.btn-outline:active {
    background-color: transparent !important;
}

.big-quote {
    position: relative;
    max-width: 720px;
    margin: 6rem auto 0 auto;
    padding: 2rem 1.5rem 0 2rem;
    text-align: center;
}

blockquote {
    border: 0 !important;
    line-height: 1.2;
    margin: 2rem;
    position: relative;
    z-index: 1;
}

blockquote p {
    font-size: 2.4rem !important;
    font-style: italic;
}

blockquote::before {
    content: "“";
    font-size: 12rem;
    line-height: 0.6;
    color: #e2e8f0;
    opacity: 0.4;
    position: absolute;
    left: -0.4rem;
    top: -3.5rem;
    z-index: -1;
    font-family: Georgia, serif;
}

.big-quote blockquote::after {
    content: "”";
    font-size: 12rem;
    line-height: 0.4;
    color: #e2e8f0;
    opacity: 0.4;
    position: absolute;
    right: -2rem;
    bottom: -6.5rem;
    z-index: -1;
    font-family: Georgia, serif;
}
