@font-face {
    font-family: Calibre-Bold;
    src: url(../fonts/calibre-bold.ttf);
}

@font-face {
    font-family: Calibre-Light;
    src: url(../fonts/calibre-light.ttf);
}

@font-face {
    font-family: Calibre-Regular;
    src: url(../fonts/calibre-regular.ttf);
}

.container {
    max-width: 650px;
}

* {
    font-family: Calibre-Regular;
    line-height: 1.2;
    vertical-align: middle;
}

label {
    font-family: Calibre-Regular;
}

/* Space out content a bit */
body, html {
    overflow-x: hidden;
    margin: 0;
    padding-bottom: 20px;
}

h1 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 1em;
}

h2 {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 0.5em;
}

p {
    font-size: 20px;
    margin-bottom: 0.5em;
    line-height: 1.5em;
}

ul, li {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    line-height: 1.2;
}
#profile_headline {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 1em;
}
#booktitle {
    margin: 0 0 10px 0;
    font-size: 20px;
}

#bookcontent {
    background-color: #f8f8f8;
    padding:15px;
    margin-top:10px;
    border: 1px #ccc solid;
}

#description {
    line-height: 1.7em;
}

#derek-thumbnail img {
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: auto;
    height: 270px;
}

#entrepreneurialStory {
    margin-bottom: 1em;
}

#latebloomer {
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 1.7em;
}

#story_headline {
    text-transform: uppercase;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.bold {
    font-family: 'Calibre-Bold';
    font-weight: bold;
}

.container-narrow > hr {
    margin: 30px 0;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
    padding-left: 15px;
    padding-right: 15px;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.logo {
    text-align: center;
}

.main-logo {
    padding: 1.5em;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

.subheading {
    margin-top: 1em;
    margin-bottom: 1em;
}

a.subtle-link {
    color: #a0a0a0;
    text-decoration: underline;
}

.cta{
    /*position: absolute;*/
    width: 350px;
    height: 75px;
    /*left: 39%;*/
    margin-top: -55px;
    background-color: rgb(0, 133, 203);
    border: none;
    color: white;
    font-family: Calibre-Bold;
    font-weight: 100;
    font-size: 1.3em;
    padding: 15px;
}

.arrow{
    /*position: absolute;*/
    border: none;
    /*left: 48.5%;*/
    width: 52px;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    background-color: black;
    color: white;
    border-radius: 50%;
    cursor:pointer;
}
.arrow > img {
    width: 20px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top:15px;
    cursor:pointer;
}

.separator {
    border: 1px solid rgb(255, 255, 255);
    width: 100%;
    height: 0;
}

.separator-black {
    border: 1px solid rgb(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 0;
    z-index: -1;
}


.btn-primary {
    background-color: #ff002a;
}

.btn-primary:hover {
    background-color: #000000;
}

.btn-primary:active {
    background-color: #ff002a;
}

.btn-lg {
    width: 100%;
}

.hero-cover {
    height:450px;
}

.hero-container {
    max-width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 84px;
}

.hero-content {

}

.hero-headline {
    font-family: Calibre-Bold;
    color:white;
    font-size:4em;
    display: block;
}

#entrepreneurialStory p, #entrepreneurialStory span, .profile_title, .post-content, span {
    vertical-align: unset;
}

.post-content {
    line-height: 26px;
}

.post-content p, .post-content ul {
    margin-bottom: 20px;
}

.headerTopLine {
    font-family: Calibre-Bold;
    color:white;
    font-size:2em;
    padding:1em 0 0 0;
    margin:0;
}

.headerMiddleLine {
    color:white;
    font-size:6em;
    padding:0.2em 0 0 0;
    margin:0;
    font-family: Calibre-Bold
}

.headerBottomLine {
    color:white;
    font-size:4em;
    padding:0 0 0.25em 0;
    margin:0;
    font-family: Calibre-Bold
}

.progress {
    height: 5px;
}

.modal-footer {
    padding: 0;
    border-top: 0;
}

.modal-footer img {
    width: 150px;
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #ebebeb none;
    border: 0;
    border-radius: 5px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 360px) and (max-width: 800px){
    .container {
        max-width: 650px;
    }

    .hero-cover {
        height:370px;
    }

    .hero-container {
        max-width: 650px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 84px;
    }

    .hero-headline {
        font-family: Calibre-Bold;
        color:white;
        font-size:2em;
        display: block;
    }

    .cta{
        position: absolute;
        width: 100%;
        left: 0%;
        margin-left: auto;
        margin-right: auto;
        background-color: rgb(0, 133, 203);
        border: none;
        color: white;
        font-family: Calibre-Bold;
        font-weight: 100;
        font-size: 1.3em;
    }

    .arrow{
        /*position: absolute;*/
        border: 0;
        /*left: 48%;*/
        width: 32px;
        height: 32px;
        margin-left: auto;
        margin-right: auto;
        margin-top:0;
        background-color: black;
        color: white;
        border-radius: 50%;
    }

    .arrow > img {
        margin-top:8px;
        width: 16px;
        height: auto;
    }

    .post-content {
        line-height: 33px;
    }

    .post-content p, .post-content ul {
        margin-bottom: 33px;
    }

    /* Remove the padding we set earlier */
    .header, .marketing, .footer {
        padding-left: 0;
        padding-right: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}