:root {
    --left-padding: 1rem;
    --main-colour: #ede4cd;
}

body {
    text-align: center;
}

.project-name {
    text-align: left;
    padding-left: var(--left-padding);
    margin-top: 13rem;
    margin-bottom: 5rem;
    /* width: 40rem; */
}

.project-name .main {
    font-size: 3rem;
    font-weight: bold;
    color: var(--main-colour);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.project-name .sub {
    color: #412a1b;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 1rem;
    text-shadow: 0px 0px 4px var(--main-colour);
}


.main-nav {
    text-align: center;
}

#nav2 {
    margin-top: 4rem;
    padding: 0 var(--left-padding);
    text-align: left;
    width: 44rem;
}

/* #nav2 div:first-child {
    border-bottom: 2px solid #ede4cd;
} */

#nav2 a {
    padding: 0.75rem 0.5rem;
    font-weight: bolder;
    display: block;
}


main {
    position: relative;
    max-width: 1800px;
    min-height: 639px;
    display: inline-block;
    line-height: 1;
    background-image: url('../images/frontpage.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}


#dedication {
    color: var(--main-colour);
    text-align: left;
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    font-size: 1.2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

#dedication div {
    margin-bottom: 0.4rem;
}
