/* CSS for the main page */
html.kargadia-main {
    background-color: #000000;
    background-image: url("https://regaus.redbrick.dcu.ie/assets/kargadia1.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-size: 100% 100%; */
    background-size: cover;
}

html.kargadia-main body {
    background: none;
    /* background-color: rgba(0, 0, 0, 0.7); */
    color: rgb(232, 230, 227);
    margin: 0;
}

h1.kargadia-main {
    font-size: 4em;
    text-align: center;
    width: 100%;
}

p.kargadia-main {
    font-size: 1.25em;
    margin-left: 8px;
}

p.kargadia-footer {
    font-size: 1.2em;
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
}