.slider .indicators .indicator-item {
    background-color: #666666;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: background-color 10s ease;
    animation-duration: 10 s;
}

.slider .indicators .indicator-item.active {
    background-color: #ffffff;
}

.slider {
    width: auto;
    height: 1000%;
    margin: 0 auto;
}

.slider .indicators {
    bottom: 60px;
}

.navhead {
    display: block;
    background-color: #63563C;
    height: 80px;
}

.logo {
    height: 120px;
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 5px;
    left: 40px;
    z-index: 1;
}