/* All custom CSS goes Here */
.app-h1 h1, .app-h1 .h1 {
    font-size: 40px;
}

.app-navbar-brand {
	padding: 10px;
}

.app-pt-10{
	padding-top: 10px;
	padding-bottom: 10px;
}

html body div.container main div.row div.col-md-9 div.well.well-sm.visible-sm.visible-xs.affix{
	margin-top: -250px;
}

.back-to-top {
	cursor: pointer;
	display:none;
}