@font-face {
    font-family: "Noto Sans Light";
    src: url(../font/NotoSans-Light.ttf);
}

* {
    font-family: "Noto Sans Light";
}

body {
    margin-top: 57px;
}

a,
a.btn-outline-secondary {
    color: #fa5300;
}

a.btn-outline-secondary {
    border-color: #fa5300;
}

a:focus,
a:hover {
    color: #f52500;
}

#kak-preview {
    background: #6c8646;
    background: -moz-linear-gradient(top, #6c8646 0%, #6c8646 47%, #3f763f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8646), color-stop(47%,#6c8646), color-stop(100%,#3f763f));
    background: -webkit-linear-gradient(top, #6c8646 0%,#6c8646 47%,#3f763f 100%);
    background: -o-linear-gradient(top, #6c8646 0%,#6c8646 47%,#3f763f 100%);
    background: -ms-linear-gradient(top, #6c8646 0%,#6c8646 47%,#3f763f 100%);
    background: linear-gradient(to bottom, #6c8646 0%,#6c8646 47%,#3f763f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6c8646", endColorstr="#3f763f",GradientType=0);
}

#kak-preview-pitch {
    color: #EAEAEA;
    font-size: 1.3em;
}

#kak-title {
    color: #EAEAEA;
    font-size: 1.5em;
}

#kak-features {
    background-color: #FAFAFA;
}

#kak-demos {
    background-color: #EEE;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15) inset;
}

#footer {
    font-size: .9em;
    color: #ACACAC;
}

#carousel-demos .carousel-inner .carousel-item > video {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

#carousel-demos ol.carousel-indicators li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    margin-bottom: 38px;
}

#carousel-demos ol.carousel-indicators li.active {
    background-image: url(../img/kakoune_logo_32.png);
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.75);
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.feature-title {
    font-size: 1.2em;
    color: #fa5300;
}

.demo-caption {
    font-size: 1.1em;
    font-style: italic;
}
