@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */
body {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
    max-width: 42em;
}


/*
 * Header
 */
.nav-masthead .nav-link {
    color: rgba(255, 255, 255, .5);
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}


.img-background {
/*    background-image: url("../img-web/karin_intro.jpg");*/
    background-image: url("../img-web/karin_homepage_4.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.enter-card {
/*    background-color: rgba(255, 255, 255, .7);*/
    background-color: rgba(0, 0, 0, .4);
    color: black;
/*    border: 1px solid gray;*/
    border: 1px solid #004080;
    padding: 1rem;
}
.enter-card h1 {
    font-family: "Taviraj", serif;
    font-weight: 400;
    font-size: 2.8rem;
    color: #7a1f5c;
    color: white;
}
.enter-card p {
    font-size: 2rem;
    /* font-family: "Noto Serif", serif;*/
    font-family: "Taviraj", serif;
    font-weight: 200;
    font-style: italic;
    /* color: #cc9900; */
    color: #b82e8a;
    color: white;
    /* text-shadow: 0.1rem 0.1rem .2rem black; */
    text-shadow: 0rem 0rem .4rem white;
    /* text-shadow: none; */
}
.enter-card a {
    /* font-family: "Noto Serif", serif;*/
    font-family: "Taviraj", serif;
    text-shadow: none;
/*    font-weight: bold;*/
    font-style: italic;
}