
body {
	margin-top:0px;
	
	/*temp*/
	padding-top:0px;
}

.gray {
	background-color: #FAFAFA;
}

.gray>.container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.white {
    background-color: #FFF;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

.white>.container {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media(min-width:768px) {
	.jumbotron {
	    padding-top: 130px;
	}
}

@media (max-width:768px) {
	.jumbotron {
	    padding-top: 50px;
	}
}

/* jumbotron on main page has different padding and fonts... so 'main-jumbotron' */
.main-jumbotron {
    padding: 0px 0px;
    margin-bottom: 0px;
}

.main-jumbotron p {
    font-size: inherit;
}

.btn-outline-inverse,
.btn-outline-inverse:visited
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
}

.btn-outline-inverse:hover {
    color: #555;
    background-color: #FFF;
    border-color: #FFF;
}

.credits {
    color: #999;
    text-align: right;

}

.logo-right {
    margin-left: auto;
    margin-right: auto;
}
