html, body {
	font-family: 'Roboto Condensed';
	-webkit-font-smoothing: antialiased;
	background-color: #000000;
	color: #ffffff;
	height: 100%;
}

.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -100px; 
}

.page-wrap:after {
	content: "";
	display: block;
}

.footer, .page-wrap:after {
	height: 100px; 
}

.footer a {
	color: rgb(112, 112, 112);
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 100;
	font-size: 19px;
}

.footer img {
	margin-bottom: 20px;
}

.text-small {
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
}

.text-medium {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
}

.text-large {
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
}

.text-extra-large {
	font-size: 54px;
	font-style: normal;
	font-variant: normal;
}

.bold {
	font-weight: bold;
}

.circle {
	margin-right: 26px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #363636;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.circle:last-of-type {
	margin-right: 0;
}

.circle.circle-active {
	background: #f2af32;
}

.circle.dollar {
	margin-right: 32px;
	font-size: 18px;
	font-weight: bold;
	width: 0;
	height: 0;
	color: #aa1e5a;
}

.circle.dollar.dollar-active {
	color: #f2af32;
}

/* medium */
@media only screen and (min-width : 992px) {
    .circle {
        margin-right: 19px;
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #363636;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .circle.dollar {
        margin-right: 26px;
        font-size: 18px;
        font-weight: bold;
        width: 0;
        height: 0;
        color: #aa1e5a;
    }
}

/* large */
@media only screen and (min-width : 1200px) {
    .circle {
        margin-right: 26px;
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #363636;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .circle.dollar {
        margin-right: 32px;
        font-size: 18px;
        font-weight: bold;
        width: 0;
        height: 0;
        color: #aa1e5a;
    }

    ul#social-sharing-menu > li {
		list-style-type: none;
		display: inline-block;
		margin-right: 30px;
	}
}

#bank, #day {
	display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 3em;
}

#month-tracker {
	height: 50px;
    margin-bottom: 20px;
}

#initial-screen, #email-screen {
	margin-top: 50px;
}

#donation-screen, #donation-buttons {
	margin-top: 50px;
}

#donation-buttons {
	margin-bottom: 20px;
}

#donation-sharing a {
    text-decoration: none;
    color: #f2af32;
}

#donation-sharing p {
	margin-bottom: 50px;
}


ul#social-sharing-menu {
	margin-top: 10px;
}

ul#social-sharing-menu > li {
	list-style-type: none;
	display: inline-block;
	margin-right: 25px;
}

ul#social-sharing-menu > li:last {
	margin-right: 0;
}


/* Bootstrap overrides */
input:not([type=submit]):not([type=file]) {
   height: 45px;
   /* padding: 24px; */
   font-size: 18px;
   margin-bottom: 10px;
   color: #000000;
}

.well {
	border-color: #464646;
	background-color: #363636;
	color: #ffffff;
}

.text-warning {
	color: #f2af32;
}

.btn-warning {
	background-color: #aa1e5a;
    margin-bottom: 10px;
    border: 1px solid #73173e;
    font-size: 22px;
}

.btn-warning:hover {
	background-color: #73173e;
    border: 1px solid #aa1e5a;
}

.alert-danger {
    border-color: red;
    background: #ffb6c1;
    color: red;
}
