@font-face {
  font-family: 'Headliner45';
  src: url('HeadlinerNo.45.ttf');
}

@import url('https://fonts.googleapis.com/css?family=Oswald');

html {
  font-size: 1em;
}

h1 {
    font-size: 3rem;
    color: #970000;
    font-family: Headliner45;
}

h2 {
    font-family: Headliner45;
    font-size: 2.5em;
    color: #970000;}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.313rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}


.project-text {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
}

.header {
    height: 11em;
    margin-bottom: 1em;
}

.align-middle {
  display: flex;
  align-items: center;
  justify-content: start;
}

.gutter {
    margin-top:1em;
}

.project-row {
    border-top: 1px solid #d6d6d6;
    margin-top: .5em;
    padding-top: 1em;
}

.nav {
    justify-content: flex-end;
}

.footer {
    margin-top:3em;
    background: #970000;
    padding-top: 1.5em;
    padding-bottom: 1em;
    font-family: Headliner45;
    font-size: 1.75em;
    color: #fff;
    letter-spacing: 2px;
}

.footer a:link {
    color: #fff;
    text-decoration: none;
}

.footer a:visited {
    color: #fff;
    text-decoration: none;
}




/* ----- RIBBON ----- */

.ribbon{
    background: #970000;
    width: 7em;
    height: 10em;
    position: relative;
    margin: auto;
}

.ribbon:before{
    content: "";
    position: absolute;
    bottom: -2em;
    left: 0;
    width: 0;
    height: 0;
    border-top: 2em solid #970000;
    border-right: 4em solid transparent;
}
.ribbon:after{
    content: "";
    position: absolute;
    bottom: -2em;
    right: 0;
    width: 0;
    height: 0;
    border-top: 2em solid #970000;
    border-left: 4em solid transparent;
}

span.DW{
    color: #FFF;
    font-family: headliner45;
    font-size: 4em;
    display: block;
    text-align: center;
    top: 30%;
    margin-top: -.2em;
    position: relative;
}