.logo-text {
    text-transform: uppercase;
    min-width: 500px;
    font-size: 18px;
    margin-top: 14px;
}

@media only screen and (max-width: 768px) {
    .logo-text {
        min-width: inherit;
        margin-top: 0px;
    }
    .logo {
        padding: 17px 20px;
    }
    .text {
        margin-left: -35px;
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd !important;
    border-radius: 5px;
}

#gallery .gallery_item {
    padding: 0px;
}

text {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    list-style: none;
    border-bottom: 0;
}

.text.notvisible {
    border-bottom: 1px solid #fff;
}

.text li {
    display: inline-block;
    float: left;
    font-weight: 400;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    max-width: 2em;
}

.text.notvisible li.spaced {
    padding-left: 0;
}

.text li.spaced {
    padding-left: 0.5em;
}

.text.notvisible li.ghost {
    opacity: 0;
    max-width: 0;
}

/* p {
    color:white;
} */
