.social-feed {
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

/* Sticky Footer */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -85px;
  /* Pad bottom by footer height */
  padding: 0 0 85px;
  margin: 
}

/* Set the fixed height of the footer here */
#footer {
  background-color: #f5f5f5;
}

#wrap > .container {
  padding: 60px 15px 0;
}

/* Carousel */
.carousel-caption {
    bottom: 450px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center-vertical {
    position: absolute;               /* 2 */
}

h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

#cff .cff-item:first-child{
  padding: 15px;
}

#mainBanner {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.pageHeader {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 65px;
    text-align: center;
}

hr {border-top: 1px solid #808080;}

/* Medium Devices */
@media (min-width: 992px) {
    .carousel-inner > .item > img, 
    .carousel-inner > .item > a > img {
        height: 600px;
        margin: 0 auto 0 auto;
    }

    .carousel {
        width: 900px;
        margin: 0 auto 0 auto;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display:block !important;
    }

    .carousel-inner > .item > img, 
    .carousel-inner > .item > a > img {
        height: 400px;
        margin: 0 auto 0 auto;
    }

    .carousel {
        width: 600px;
        margin: 0 auto 0 auto;
    }
}

/* Phone */
@media (max-width: 767px) {
    .carousel-inner > .item > img, 
    .carousel-inner > .item > a > img {
        height: 300px;
        margin: 0 auto 0 auto;
    }
    
    .carousel {
        width: 450px;
        margin: 0 auto 0 auto;
    }
}

/* Footer links larger than 645px */
@media (min-width: 593px) {
    .footer-links {
        float: right !important;
    }
}

/* Footer links smaller than 644px */
@media (max-width: 592px) {
    .footer-links {
        float: left !important;
    }
}

/* Extra Small */
@media (max-width: 499px) {
    .carousel-inner > .item > img, 
    .carousel-inner > .item > a > img {
        height: 200px;
        margin: 0 auto 0 auto;
    }

    .carousel {
        width: 300px;
        margin: 0 auto 0 auto;
    }
}

/* Footer */
.footer {
    border-top: 1px solid gray;
}

.footer a, .footer p {color: Gray;}
.footer a {text-decoration: underline;}
.footer p, .footer ul {
    margin-left: 10px;
    margin-right: 5px;
}

.footer p {
    float: left;
    margin-right: 10px;
}

.footer ul {
    float: left;
    list-style: none;
    padding-top: 10px;
    margin-left: 0px;
}

.footer li {
    float: left;
}