.fineprint {
    font-size: x-small;
    display: block;
    text-align: right;
    margin-bottom: 5px;
}

.well {
    border: 1px solid #111;
    background-color: rgba(0,0,0,0.3);
}

.landing-title {
    font-size: 2.5em;
}

.landing-hr {
    border-top: 2px solid white;
    width: 180px;
}

.checkbox {
    display: table-cell;
}

input#email {
    margin-bottom: 5px;
}

input#password {
    margin-bottom: 5px;
}

.frontpage-signup-submit {
    width: 60%;
    height: 60px;
    font-size: x-large;
    line-height: 44px;
}

div#frontpage-signup-agree a {
    color: khaki;
}

#frontpage-signup-agree {
    display: none;
}

.khaki {
    color: khaki;
}

.btn-primary {
    background-color: dodgerblue;
    border-color: dodgerblue;
}

.navbar {
    background: #4183c4;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.img-bg {
    background: url(/static/img/landing_page/landing_page_hires_3.jpg);
    background-repeat: no-repeat;
}

body {
    color: #434345 !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    /* Styles */
    body {
        color: #434345 !important;
    }

    .img-bg {
        background: url(/static/img/landing_page/landing_page_3.jpg);
        background-repeat: no-repeat;
    }

    .skinnybanner {
        margin: 5px 13px;
    }

    .frontpage-signup-submit {
      width: 90%;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
    /* Styles */
    body {
        color: #434345 !important;
    }

    .img-bg {
        background: url(/static/img/landing_page/landing_page_3.jpg);
        background-repeat: no-repeat;
    }

    .skinnybanner {
        margin: 5px 13px;
    }
}


/* iPads 1/2 (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    /* Styles */
    body {
        color: #434345 !important;
    }

    .img-bg {
        background: url(/static/img/landing_page/landing_page_hires_3.jpg);
        background-repeat: no-repeat;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 960px)
and (orientation : landscape) {
    /* Styles */
    body {
        color: #434345 !important;
    }

    .img-bg {
        background: url(/static/img/landing_page/landing_page_3.jpg);
        background-repeat: no-repeat;
    }
}

@media only screen
and (max-device-width : 600px)
and (orientation : portrait) {
    /* Styles */
    body {
        background: url(/static/img/landing_page/landing_page_3.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #434345 !important;
    }

    .img-bg {
        background: url(/static/img/landing_page/landing_page_3.jpg);
        background-repeat: no-repeat;
    }
}

/* iPads 1/2 (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    /* Styles */
    body {
        color: #434345 !important;
    }

    .img-bg {
        background: url(/static/img/landing_page/landing_page_3.jpg);
        background-repeat: no-repeat;
    }
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    /* Styles */
    body {
        color: #434345 !important;
    }

    .landing_page {
        height: 565px;
    }

    .img-bg {
        background: url(/static/img/landing_page/landing_page_hires_3.jpg);
        background-repeat: no-repeat;
    }
}

@media only screen
and (min-width : 300px)
and (max-width : 800px) {
    .container {
        margin-left: 15px;
        margin-right: 15px;
    }

}

@media only screen
and (max-width : 995px) {
    /* Styles */
    body {
        color: #434345 !important;
    }

    .landing_page {
        height: 565px;
    }

    .img-bg {
        background: url(/static/img/landing_page/landing_page_3.jpg);
        background-repeat: no-repeat;
    }
}


/* Large screens ----------- */
@media only screen
and (min-width : 1500px) {
    /* Styles */
    body {
        color: #434345 !important;
    }
    .landing_page {
        height: 436px;
    }

    .spacing {
        padding-top: 20%;
    }

    .img-bg {
        background: url(/static/img/landing_page/landing_page_hires_3_large.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        background-position-y: 25%;
    }
}

.peoplebanner_overlay {
    background-color: rgba(255,255,255, 1.0);
    padding: 12px;
    margin-top: 30px;
}

.featurelist {
    padding-left: 37px;
    padding-right: 37px;
}

.featurelist .title {
    font-size: 18px;
}

.margintop30 {
  margin-top: 30px
}

.bg_white {
    padding: 12px;
    background-color: rgba(255,255,255, 1.0);
    color: #434345;
}

.bg_blue {
    background: #4183c4;
    padding-top: 30px;
    padding-bottom: 23px;
}

.border-bottom-grey {
    border-bottom: 1px solid #bbb;
}

.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.opacity75 {
    opacity: 0.75;
}
