@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@700&family=Open+Sans&display=swap');

body {
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

h1, h2, h3, h4 {
    font-family: 'Noto Serif', Arial, Helvetica, sans-serif;
    color: #cc9900;
    font-weight: 900;
    font-style: italic;
}

.Normal {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

img {
    max-width: 100%;
}

a {
    color: #cc9900 !important;
}

    a:hover, a:focus {
        color: #fff !important;
        text-decoration: none;
    }

    a:visited {
        color: #cc9900 !important;
    }

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.top-menu {
    background-color: rgba(0,0,0,0.65);
    border-bottom: 2px solid #000;
}

#dnn_TopContentLeft,
#dnn_TopContentRight {
    padding: 10px 2%;
}

#MainContent {
    margin: 5% 0;
}

#FooterRow {
    padding: 2% 0;
}

#FooterRow {
    background-color: rgba(0,0,0,0.65);
    border-top: 5px solid #cc9900;
}
