/*************************************************
*              Globals                           *
**************************************************/
.donation {
    margin-left: 18%;
}

h4 {
    font-size: 1.5em;
    text-align: left;
}

h4 a {
    color: slategrey;
}

.overlay {
    background-color: slategrey;
    opacity: 0.50;
}

.construction {
    margin-top: 5%;

    padding-bottom: 50px;
    color: black;
    text-align: center;
}

body {
    position: relative;
    height: 100%;
    padding-top: 50px;
    background-color: rgb(236,236,236);
}

.row {
    margin-right: 0;
}


.intro.container {
    margin-top: 65px;
    padding-left: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
}

.intro.container-side {
    padding-bottom: 50px;
}

.imagery {
    text-align:left;
    padding-bottom: 30px;
}


h1, h2, h4, h5, h6 {
    font-family: 'Crimson Text', serif;
    line-height: 1;
    color: rgb(89,95,100);
}

h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2em;
    font-style: italic;
    color: rgb(160,185,199);
}

p, ol, ul, dl, dd {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1em;
    color: rgb(89,95,100);
}

footer {
    margin-left: 10%;
    padding-bottom: 50px;
}

button {
    border-radius: 20px;
    background-color: rgb(185,203,212);
}

hr.gradient {
    border: 0;
    width: 96%;
    height: 1px;
    display: block;
    background:rgb(89,95,100);
    background-image: linear-gradient(to right,rgb(207,219,224), rgb(89,95,100),rgb(207,219,224));
}


/*************************************************
*              Navigation                        *
**************************************************/
.nav {
    padding-top: 5px;
}

a {
    color: rgb(185,203,212);
    text-decoration: none;
}


.navbar {
    height: 65px;
}

nav.navbar .navbar-header{
    height: 65px;
    padding-right: 50px;
}

.navbar-toggle {
    margin-top: 18px;
}

.navbar-inverse {
    background-color: rgb(245,246,247);
    border-color: rgb(185,203,212);
    border-style: outset;
    border-size: 10px;
    margin-top: 25px;
}

.navbar-inverse .navbar-nav > li > a {
    color: rgb(160,185,199);
    margin-right: 20px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        float: left;
        margin-left: -15px;
        margin-top: 5px;
    }
}

.navbar-brand {
    padding-top: 7px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: rgb(89,95,100);
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: rgb(236,236,236);
    border-radius: 10px;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    color: rgb(89,95,100);
}


.navbar-inverse .navbar-collapse.collapse.in {
    background-color: rgb(245,246,247);
    border: solid rgb(180,190,199);
}

.navbar-toggle + .navbar-brand img {
    padding-top: 2px;
    margin-left: 2px;
    width: 200px;
}


/* needs to be after so it can override */
.navbar-toggle.collapsed + .navbar-brand.small img {
    margin-top: -10px;
    margin-left: 2px;
    width: 200px;
}

.breadcrumb {
    margin-top: 20px;
    height: 20px;
    padding-top: 5px;
    padding-left: 45px;
    font-size: .8em;
    font-family: 'Abel', sans-serif;
    color: rgb(64,64,65);
    background-color: transparent;
}


.breadcrumb a {
    color: rgb(89,95,100);
}


/*************************************************
*              Backgrounds                       *
**************************************************/
.background-ltwhite {
    background-color: rgb(245,246,247);
}

.background-mdwhite {
    background-color: rgb(236,236,236);
}

.background-dkwhite {
    background-color: rgb(187,189,190);
}


.background-ltblue {
    background-color: rgb(207,219,224);
}

.background-mdblue {
    background-color: rgb(185,203,212);
}

.background-dkblue {
    background-color: rgb(160,185,199);
}

.background-ltgrey {
    background-color: rgb(180,190,199);
}

.background-mdgrey {
    background-color: rgb(89,95,100);
}

.background-dkgrey {
    background-color: rgb(64, 64, 65);
}

/*************************************************
*               Bar Labels                      *
**************************************************/

.bar-label {
    margin-top: 35px;
    width: 100%;
    height: 30px;
    display: inline-block;
    font-size: 1.5em;
    text-align: center;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    margin-bottom: 10px;
}

/*************************************************
*              Carousel                          *
*************************************************/
.carousel-control.left {
    margin-left: -55px;
}

.carousel-control.right {
    margin-right: -55px;
}

.carousel-control.left, .carousel-control.right {
    background: none !important;
    filter: progid: none !important;
    outline: 0;
}

.carouselNumber {
    font-size: .75em;
    color: rgb(245,246,247);
    bottom: 10px;
    text-align: center;
    margin-left: -5%;
    z-index: 15;
}


/*************************************************
*             Section Text/Content               *
**************************************************/
/**
 * content *

 font-family: 'Abel', sans-serif;

font-family: 'Crimson Text', serif;
 */



.section-text {
    font-size: 1em;
    font-family: 'Abel', sans-serif;
    line-height: 1.5;
    padding-bottom: 50px;
}

.carousel-text {
    font-size: 1.3em;
}

.light {
    color: rgb(180,190,199);
}

.white {
    color: rgb(236,236,236);
}

.white.link {
    text-decoration: underline;
}

.col-md-6.section-text.light p {
    color: rgb(180,190,199);
}

.col-md-4.section-text.center{
    padding-left: 70px;
}

.section-text a{
    color: rgb(89,95,100);
}


.section-text p, .section-text ul, .section-text .sub-heading{
    top: -20%;
}

.section-text .sub-heading {
    font-weight: bold;
}

.section-text p.inset{
     padding-left: 40px;
     padding-right: 50px;
 }

.section-text ol.inset{
    padding-left: 80px;
}



.section-text p.number{
    text-align: center;
}

/**
  * Header Tags *
  */

.section-text h1, .section-text h3 .section-text h6{
    font-family: 'Vollkorn', serif;
    line-height: 1;
}

.section-text h1{
    font-size: 3em;
}

.section-text h3{
    font-size: 1.2em;
    font-style: italic;
}

.section-text h3.alignTop {
    padding-top: 50px;
}

.section-text p.alignTop-p{
    padding-top: 105px;
}


.section-text.blue h6 {
    font-size: .5em;
    text-align: center;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 1120px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1350px) {
    .container {
        width: 1170px
    }
}


/*************************************************
*              Images                  *
**************************************************/

.img-circle {
    width: 150px;
    box-shadow: 0 0 0 4px rgb(236,236,236), 0 0 0 6px rgb(160,185,199);
}


.img-rounded-carousel {
    border-style: outset;
    border-width: 4px 0 4px 0;
    border-color:  rgb(89,94,100);
}

.img-rounded {
    width: 150px;
    border-style: outset;
    border-width: 4px 0 4px 0;
    border-color:  rgb(89,94,100);
}

.img-border {
    width: 150px;
    border-style: outset;
    border-width: 4px 0 4px 0;
    border-color:  rgb(89,94,100);
}

.img-wrap {
    margin: 0 20px 0 0;
}


.imagery img {
    width: 45%;
}


.imagery-side img {
    width: 80%;
    margin-top: -50px;
}


@media (max-width: 360px) {
    .imagery.col-xs-3 img {
        width: 100%;
    }
}

.imagery.col-md-6 img {
    width: 80%;
}

.imagery.col-md-6 img .mobile {
    width: 40%;
}

.imagery.col-lg-6 img {
    width: 70%;
}

.imagery.persona img {
    width: 100%;
    float: left;
    margin-right: 20px;
    Padding-bottom: 20px;
}

.imagery.mobile img {
    width: 55%;
    text-align: center;
    margin-left: 87px;
}

.imagery.prototype img {
    width: 15%;
    text-align: center;
    margin-left: 87px;
}

.imagery.right img {
    width: 100%;
}

.imagery.right p {
    text-align: left;
}

.modal-dialog {
    width: auto;
}

.modal img {
    width: 100%;
}

/*************************************************
*            Carousel              *
**************************************************/
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    margin:auto;
}

/*************************************************
*                Intro                           *
**************************************************/

#intro .section-text h1 {
    width: 70%;
    color: rgb(28,46,55);
    font-size: 2.5em;
}

#intro .section-text p {
    width: 70%;
    color: rgb(52,70,76);
    margin-top: 10px;
}

#intro .section-text a {
    color: rgb(130,149,147);
}

@media (max-width: 1024px) {
    #intro .section-text {
        text-align: center;
    }

    #intro .section-text h1, #intro .section-text p {
        width: 100%;
    }
}




/*************************************************
*              Cards                         *
**************************************************/

.card{
    width: 300px;
    height: 40px;
    background-color: rgb(207,219,224);
}

.icon {
    width: 300px;
    height: 300px;
    padding: 2px;
    border: 2px solid rgb(148,166,164);
    background-color: rgb(28,45,54);
    margin: 2px 2px 2px -.5px;
}

.header h3{
    text-align:center;
    padding-top: 5px;
}

.card-header {
    height: 70px;
    padding-top: 5px;
    text-align: center;
    background-color: rgb(89,95,100);
    color: rgb(245,246,247);
}

.card-footer {
    background-color: rgb(185,203,212);
    height: 100%;
    padding-top: 15px;
    text-align: center;
    color: rgb(245,246,247);
}

.card-header .main-heading {
    font-size: 1.5em;
}

.card-header .sub-heading {
    font-size: 1em;
    margin-top: -2px;
    font-weight: 200;
    letter-spacing: 2px;
}

.card-body {
    height: 100px;
    text-align: center;
    border-style: ridge;
    background-color: rgb(215,221,227);
    margin-bottom: 30px;
}

.card-body img {
    width: 70%;
}

@media (max-width: 980px) {
    .card-body img {
        width: 40%;
    }
}

#contact .col-md-4 {
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    #intro .section-text h1, #intro .section-text p {
        width: 100%;
    }
}

a {
    color: rgb(207,209,218);
}








