﻿html, body {
    background-image: url("../../Content/images/backgrounds/curriculum.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-color: #271d1b;
}

    body::before {
        background-color: rgba(0, 0, 0, 0.3);
    }

.sectionHeader {
    font: bold condensed 24px "Din Pro";
    color: white;
}

.sectionBody {
    font: normal condensed 20px "Din Pro";
    color: white;
}

.panelLeft{
    text-align:right;
}

.panelRight{
    text-align:left;
}

.header {
    color: white;
    font-family: 'Brandon Text';
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

Section {
    margin-bottom: 20px;
    border: solid;
    border-color: lightgray;
    /*background-color: lightgray;*/
}