@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

/*
font-family: 'Roboto', sans-serif;

*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    background: #ffffff;
    color: #666666;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
    padding-top: 25vh;
}


.pad-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pad-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pad-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pad-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    color: #fff;
}

.btn.active, .btn:active {
    box-shadow: none;
}



.address span {
    color: #f0a;
    font-size: 24px;
    margin-right: 10px;
}

.address {
    margin-bottom: 30px;
    font-weight: 600;
    color: #636363;
    font-size: 13px;
}

footer small {
    font-size: 11px;
    text-transform: uppercase;
    color: #c02230;
}

footer {
    margin-top: 30px;
    position:  absolute;
    width:  100%;
    bottom: 10vh;
}