﻿
body {
    font-family: 'EB Garamond',Arial;
    font-size: 18px;
    color: #fff;
    background: transparent url(/images/front9.jpg) no-repeat 0 0;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}

    body a:hover {
        color: #C1A238;
    }

header {
    font-size: 20px;
    color: #ffffff;
    padding-top: 30px;
}


    header a {
        color: #ffffff;
        text-decoration: underline;
    }

.black {
    background-color: rgba(0,0,0,0.5);
}


.title {
    color: #cca833;
    font-size: 26px;
}

.hidden-info {
    visibility: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.site-footer {
    line-height: 1.39;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
}

    .site-footer a {
        color: #ffffff;
        text-decoration: underline;
        font-weight: bold;
    }

    .site-footer:hover .hidden-info {
        visibility: visible;
    }

h2 {
    font-size: 22px;
    color: #cca833;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }

    .title {
        display: none;
    }
}
