html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    background: url("../../assets/images/A7_04529.jpg") no-repeat center center fixed;
    /* position: center; */
    /* position: absolute; */
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

body {
    margin: 0;
    padding: 0;
    display: grid;
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'wavy-serif';
    src: url(font/beyond_the_mountains.ttf) format("truetype")
}

/**
 * Button to scroll back to the top
*/

#scrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 2em;
    border: none;
    outline: none;
    color: rgb(185, 182, 182);
    cursor: pointer;
    border-radius: 4px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#scrollToTop:hover {
    color: rgb(64, 111, 240);
}

/**
 * 
*/

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

hr {
    border: none;
    height: 3px !important;
}

.main-data {
    margin: 1em;
    padding-bottom: 1em;
}

.text-title-headline {
    letter-spacing: 0.3em;
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    text-overflow: clip;
    color: indigo;
    margin: 0 auto;
}

/* for smaller screens */
@media only screen and (max-width:970px) {
    .text-title-headline {
        letter-spacing: 0.1em !important;
    }
}

.card {
    background-color: rgba(255, 255, 255, 0.95);
}

.card-header,
.card-footer {
    opacity: 1
}

.card-text-spacer {
    height: 1em;
}

.publish-text {
    font-family: 'Prompt', sans-serif !important;
}

#nav1 {
    background: rgb(255, 255, 255) !important;
    background: rgba(255, 255, 255, 0.5) !important;
}

#nav2 {
    background: rgb(255, 255, 255) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    padding: 0 !important;
}

/* for smaller screens */
/* @media only screen and (max-width:970px) {
    #nav2 {
        background: rgb(255, 255, 255) !important;
        background: rgba(255, 255, 255, 0.9) !important;
        padding: 0 !important;
    }
} */