@import url('offcanvas.css');

body {
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #fff;
    color: #000;
}

a {
    color: #000;
}

a:hover {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

a.active {
    font-weight: 600;
}

.navbar {
    min-height: 100px;
}

.navbar-default {
    background-color: #fff;
}

.main {
    min-height: 200px;
    margin-top: 20px;
}

.col-xs-12.logo {
    text-align: center;
    padding-bottom: 10px;
}

.landing, .home, .productions {
    text-align: center;
}

.landing p {
    margin-top: 35px;
}

.home img {
    -webkit-transform: none;
}

footer {
    font-size: 12px;
    font-weight: 200;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
}

footer a {
    margin-right: 10px;
}

.list-group {
    font-size: 15px;
}

.media .col-md-4,
.media .col-md-6 {
    padding-bottom: 15px;
    padding-top: 15px;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #fff;
    border-color: #fff;
    color: #333;
    font-weight: 600;
}

a.list-group-item:hover, a.list-group-item:focus {
    font-weight: 600;
    background-color: #fff;
}

.list-group-item {
    background-color: #fff;
    border: 0;
}

@media (min-width: 768px) {
    .logo {
        margin-top: 15px;
        padding-right: 55px;
    }
}

.philosophy, .links {
    background: url(../img/bg.jpg) no-repeat center;
    background-size: 80%;
    min-height: 650px;
    text-align: center;
}

.philosophy {
    padding-top: 160px;
}

.links {
    padding-top: 45px;
}

.links li {
    padding-bottom: 20px;
}

.motto {
    font-size: 32px;
    font-weight: 600;
}

.slick-prev:before, .slick-next:before {
    color: #666;
}