@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700';

.spacer150 {height: 150px;}
.spacer120 {height: 120px;}
.spacer90 {height: 90px;}
.spacer60 {height: 60px;}
.spacer30 {height: 30px;}
.spacer15 {height: 15px;}

.block150 {display: inline-block; width: 150px;}
.block120 {display: inline-block; width: 120px;}
.block90 {display: inline-block; width: 90px;}
.block60 {display: inline-block; width: 60px;}
.block30 {display: inline-block; width: 30px;}
.block15 {display: inline-block; width: 15px;}

body {
    font-family: Lato, sans-serif;
    font-size: 14px;
}

a {
    -webkit-transition: all 200ms ease 0s; /* Safari */
    transition: all 200ms ease 0s;
}

.btn-primary {
    background-image: none;
    background-color: orange;
    color: #333;
    border-color: orange;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #e39301;
    border-color: #e39301;
    color: #333;
}
