body {
    background: #f7852c;
}

@font-face {
    font-family: 'builtTitling';
    src: url('./built-titling-rg.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

.container.outer {
    background: white;
    width: 100%;
}

.outer>.contained {padding-top: 2em;padding-bottom: 2em;}

h1.title {
    background: #f8b91e;
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    padding: 0.3em;
    margin: 0;
}
.contained .col {
    padding: 0 !important;
}
h2.name {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #4c382d;
    font-size: 8rem;
    margin: 0.1em;
    letter-spacing:1rem;
    font-family:'BebasNeueRegular';
}
.outer>.contained {
    padding-top: 2em;
    padding-bottom: 2em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    margin-bottom: 4em;
}
.contained .row:first-of-type {
    border-bottom: 4px solid #4c382d;
    margin-bottom: 0;
}

h2.starting {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -2px;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0;
    color: #4c382d;
}

h2.val {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 6rem;
    letter-spacing: -4px;
    color: #f7852c;
    margin: 0;
    text-align:center;
    font-family: 'builtTitling';
}

h2.increment {
    margin: 0;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #4c382d;
}

h2.code {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0 0 0;
    font-size: 3rem;
    color: #f7852c;

}

h2.code span {
    color: #4c382d;
}

h2.desc {

    text-align: center;
    font-size: 1rem;
    margin-top: 1em !important;
    font-weight: bold;
    margin: 0;
    padding-left: 0;
    text-transform: uppercase;
    color: #4c382d;
}
.col.s12.m1 {
    background: #4c382d;
    width: .5%;
    margin-top: 1em;
    margin-left: 3.9%;
    margin-right: 3.9%;
    height: 10em;
}

h2.code span {}

p.number {
    font-size: 4rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4em;
    text-align: center;
    font-weight: 900;
    color:#4b392c;
}
.pin {
    background: #f8b91e;
    padding: 1em;
    position: relative;
}

.pin:before {
    width: 1.5em;
    height: 1.5em;
    left:1em;
    position: absolute;
    background: black;
    content: "";
    top:calc(50% - 0.75em);
    border-radius: 1.5em;
    background-color: #4c382d;
}

.pin:after {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    background: black;
    content: "";
    right:1em;
    top:calc(50% - 0.75em);
    border-radius: 1.5em;
    background-color: #4c382d;
}
p.tto {
    font-size: 3rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 1em;
    text-align: center;
    font-weight: bolder;
    color:#4b392c;
}

p.fundsraised {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #4c382d;
}