.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/index-background.jpg");
/*!   background-image: url("http://res.cloudinary.com/hudsonvalleylp/image/upload/v1483253700/index-background_wtmude.png"); */
   ss color: #f9d334;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 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;
}
