body {
    font-family: 'Montserrat',sans-serif;
    background-color: #fff4e0;
}

div.spacer {
    border-left: solid .2em #052123;
    height: 5em;
    margin: 1em 0;
    margin-left: .5em;
}

.container-fluid{
    overflow: hidden;
}

nav {
    background-color: #fff4e0;
}

.site-title {
    color: #052123;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

h1, h2 {
    font-family: "Prata", serif;
    font-weight: 400;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

p {
    color: #052123;
    font-family: 'Montserrat',sans-serif;
}

.col {
    background-color: white;
}

.g-bg {
    background-color: #052123;
    color: #fff4e0;
}

.g-bg div.spacer {
    border-left: solid .2em #fff4e0;
}

div.hero {
    min-height: 30em;
}

#hero-words {
    padding-top: 6em;
}

#hero-words p {
    color: #fff4e0;
    margin-top: 1em;
    margin-bottom: 0;
}

div#hero-right {
    text-align: center;
}

div#hero-right a {
    width: 100%;
    text-decoration: none;
    padding: .5em;
    border-radius: 0;
}

div#hero-right {
    background-image: url("../assets/p.jpg");
    background-size: cover;
    background-position: center;
    background-position-x: -1.25em;
    background-clip: content-box;
    height: 50em;
    margin-bottom: .75em;
}

div.profile-mobile {
    background-image: url("../assets/p.jpg");
    background-size: cover;
    background-position: top;
    background-position-y: -4em;
    background-clip: content-box;
    height: 20em;
    margin-bottom: .75em;
}

div#about {
    background-color: #fff;
}

div#about p.lead {
    font-weight: bold;
}

.rightbox {
    height: 100%;
    margin-left: 1em;
}

.rb-container {
    margin: auto;
    display: block;
    position: relative;
}

.rb-container a {
    color: #fff4e0;
}

.rb-container ul.rb {
    margin: 2.5em 0 0 0;
    padding: 0;
    display: inline-block;
}

.rb-container ul.rb li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: .2em solid #fff;
    padding: 0 0 50px 30px;
    position: relative;
}

.rb-container ul.rb li:last-child {
    border-left: 0;
}

.rb-container ul.rb li::before {
    position: absolute;
    left: -22px;
    top: -5px;
    content: " ";
    border: 8px solid #fff4e0;
    border-radius: 500%;
    background: #052123;
    height: 40px;
    width: 40px;
    transition: all 250ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
    background: #fff4e0;
    transition: all 250ms ease-in-out;
}

ul.rb li .timestamp {
    color: #fff4e0;
    position: relative;
    font-size: 1em;
    font-weight: bold;
}

ul.rb li .job-title {
    color: #fff4e0;
    position: relative;
    font-size: 1em;
    font-style: italic;
}

input, textarea {
    border: 0;
    outline: 0;
    border-bottom: .15em solid #052123;
    width: 100%;
    padding-bottom: .5em;
    margin: 1em 0;
}

.btn-g {
    background-color: #052123;
    color: #fff4e0;
}

.footer {
    text-align: center;
}

.footer .col {
    padding: 3em 0 2em 0;
    background-color: #fff4e0;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    div.profile-mobile {
        background-position: top;
        background-position-y: -7em;
        height: 30em;
        margin-bottom: 1.5em;
    }

    h1 {
        font-size: 2.5em;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .site-title {
        font-size: 1.3em;
    }

    div.hero {
        height: 45em;
    }

    .col {
        padding: 6em 4em 6em 6em;
    }

    h1 {
        font-size: 5.5em;
        line-height: 1.2em;
    }

    #hero-words div.header {
        padding-top: 5em;
    }

    #hero-words p {
        line-height: 2em;
    }

    h2 {
        font-size: 3.5em;
    }

    div#hero-right {
        background-position: center;
        background-position-x: -1em;
        height: 45em;
    }

    div#hero-right a {
        margin-top: 45.75em;
    }
}

/*X-Large devices (desktops, 1200px and up)*/
@media (min-width: 1200px) {
    div#hero-right {
        background-position: center;
        background-position-x: -1.5em;
    }
}

/*XX-Large devices (desktops, 1200px and up)*/
@media (min-width: 1400px) {
    div#hero-right {
        background-position: left;
    }
}