@font-face {
    font-family: 'Luckiest Guy';
    font-style: normal;
    font-weight: 400;
    src: local('Luckiest Guy'), local('LuckiestGuy-Regular'), url(/fonts/luckiest-guy.ttf) format('truetype');
}

body {
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: url(/img/grey_wash_wall.png);
}

.navbar-header .navbar-brand {
    color: #ffffff;
    font-size: 35px;
    font-family: 'Luckiest Guy', serif;
}

.navbar-brand {
    white-space: nowrap;
    line-height: 50px;
    height: 40px;
    padding-top: 0;
}

#services {
    padding-top: 50px;
}

.black-shadow-custom {
    box-shadow: 0px 0px 200px #222222;
    background: #222222;
    border-radius: 10px;
}

@media (min-width: 990px) {
    .container {
        width: 850px;
    }
}

.white-text-shadow-custom{
    text-shadow: 0px 0px 40px #f5f5f5;
}

.white-text-color-custom{
    color: #f5f5f5;
}

.green-text-color-custom{
    color: #549213;
}

.orange-text-color-custom{
    color: #E5A228;
}

.blue-text-color-custom{
    color: #639AD0;
}