h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Source Sans Pro';
font-weight: 900;
}
h2 {
font-size: 24px;
}
p {
font-size: 15px;
}
.fancyTab {
text-align: center;
padding: 15px 0;
background-color: #eee;
box-shadow: 0 0 0 1px #ddd;
top: 15px;
transition: top .2s;
width: 20%;
}
.fancyTab.active {
top: 0;
transition