body {
    padding-top: 0;
}

.starter-template {
    padding: 0;
    text-align: center;
}

.index {
    background: url("https://raw.githubusercontent.com/stronapage/gallery/master/gallery/static/1.jpg");
}

.two {
    background: url("https://raw.githubusercontent.com/stronapage/gallery/master/gallery/static/2.jpg");
}


.three {
    background: url("https://raw.githubusercontent.com/stronapage/gallery/master/gallery/static/3.jpg");
}


.four {
    background: url("https://raw.githubusercontent.com/stronapage/gallery/master/gallery/static/4.jpg");
}


.five {
    background: url("https://raw.githubusercontent.com/stronapage/gallery/master/gallery/static/5.jpg");
}


.six {
    background: url("https://raw.githubusercontent.com/stronapage/gallery/master/gallery/static/6.jpg");
}


.seven {
    background: url("https://raw.githubusercontent.com/stronapage/gallery/master/gallery/static/7.jpg");
}

.eight {
    background: url("https://raw.githubusercontent.com/stronapage/gallery/master/gallery/static/8.jpg");
    position: relative;
}

.text {
    color: yellow;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(11vh, -31vh);
    display: none;
}
.container-div {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: calc(100vh - 60px);
    width: 100%;
    margin-top: 60px;

}

.navbar-brand {
    font-family: 'Fjalla One', sans;
    font-size: 22px;
}

.navbar-brand, .nav-link {
    color: #2d3134 !important;
}

.nav-link {
    font-family: 'Lato', sans;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.active {
    color: #1d2124 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.dropdown {
    background-color: lightcyan !important;
}

.navbar-collapse {
}

@media (max-width: 767px) {
    .navbar-collapse {
        padding-left: 1.5em;
        background-color: rgba(255, 255, 255, 0.9) !important;
        border: solid #6c757d 1px;
        border-radius: 1em;
    }
}