.home {}
.home h1.title {font-size:2rem;font-weight:300;text-align:center;margin-bottom:2rem;color:#999;letter-spacing:0.1rem;}
.home a {color:#bc9800;text-decoration:none;}
.home a:hover {color:#000;}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 768px) and (orientation:landscape) {
}
