body {
    font-family: 'Oswald', sans-serif;
}

/* type selector */
header {
    border: 8px solid var(--color-accent1);
    min-height: 80px;
}

/* descendant selector */
/* child */
header div {
    border: 10px solid #900;
    min-height: 240px;
    margin: 20px auto;
    width: 400px;
}


/* id selector */
#headerText {
    text-align: center;
    min-height: 200px;
    position:absolute; right: 350px; top: px;
    z-index: 10;
    background-color: rgba(235, 235, 235, 0.6);
}

#headerPhoto {
    background-image: url(../images/Forging.jpg);
    background-size: cover;
    background-position: center;
    min-height: 300px;
}
