html {
	min-height:100%;
}
body {
min-height:100%;
font-family: 'Open Sans', sans-serif;
padding-bottom:90px;
}
main {
padding-top:90px;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Anton', sans-serif;
}

header { box-shadow: 2px 2px 2px #333; }
header a.navbar-brand { font-family: 'Anton'; font-size:30px; letter-spacing:1px; }
header a.navbar-brand img { margin-right:10px; }

.btn-lg:hover {
text-decoration:none;
}

.cardage {
border-radius:1em;
padding:1em;
background:#eee;
border:1px solid #ddd;
color:#333;
}

a#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}


footer {
	text-align:center;
	color:#333;
	margin-top:2em;
	background-image: linear-gradient(-180deg, #eee 0%, #FFF 100%);
	padding:30px 0;
}