.bg-dark {
    background-color: #10253f;
}

span.glyphicon {
    font-size: 7em;
    color: #f9d334;
}

.btn-yahoo {
    background-color: #400090;
}

.btn-yahoo:hover {
    background-color: #440088;
}

.btn-meetup {
    background-color: #e11a3d;
}

.btn-meetup:hover {
    background-color: #d0092a;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

header {
    /*! background-image: url( "../images/UCLP-logo.jpg"); */
    background-position: flexible;
    color: #f9d334;
    text-shadow: -2px -2px 0 black, 2px 2px 0 black, 2px -2px 0 black, -2px 2px 0 black;}

.footer {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100px;
    background-color: #f9d334;
    clear: both;
    position: relative;
}


/* Custom page CSS
-------------------------------------------------- */


/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.btn-on-blue {
    background: #56555a;
}

.h3-center {
    text-align: center;
}

.navbar-brand {
  float: left;
  height: 60px;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 20px;  /*! was 13 */
    font-weight: 700;
    color: #222;
}
.bg-primary,
a.page-scroll,
.dropdown,
.dropdown-toggle,
.dropdown-menu {
    font-size: 120%;
}

.truncate {
    margin-bottom: -100px;
}

header {
    min-height: 50%;
}

header .header-content .header-content-inner {
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #f9d334;
}

header .caption {
    color: #000000;
    text-shadow: 0px 0px 0 black;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
