body {
    padding-top: -10px;
    /*background-color: rgb(242, 242, 242);*/
    background-color: rgb(37, 37, 37);
    font-family: nobel, sans-serif;
    font-weight: 300;
    font-style: normal;
    /*color: rgb(39,42,45);*/
    color: rgb(39,42,45);
}

.content {
    padding: 10px 15px;
    text-align: center;
    margin-top: 25px;

}

.navbar {
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 20px;
}

.navbar-light {
    /*background-color: rgb(242, 242, 242) !important;*/
    background-color: rgb(37, 37, 37) !important;

}

.navbar-brand {
    font-size: 1.3em;
    text-align: left;
}

.carousel-caption {
    font-size: 0.8em;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


.grey {
    color: #939393;
}

@media (min-width: 1400px) {
    .container {
        width: 85%;
        max-width: none;
    }
    #carousel {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    #nav {
        margin-left: 6.75%;
    }
}

.no-left-margin {
    margin-left: 0;
    padding-left: 0;
}

.no-right-margin {
    margin-right: 0;
    padding-right: 0;
}

#navbar {
    background-color: rgb(242, 242, 242);
    margin-top: 40px;
}

.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
    /*color: rgb(39,42,45);*/
    color: #939393;

}

p {
    font-size: 1.2em;
}

a, a:hover {
    color: #939393;
}

.nav-link {
    color: #d1d1d1 !important;
}

.brand-subtitle {
    color: #d1d1d1 !important;
}

.navbar-name {
    color: #939393;
}

#bordered {
    height: calc(100% - 60px);
    text-align: center;
    margin: 30px;
    /*border: 1px solid #939393;*/
    border: 1px solid #939393;
}

#unbordered {
    margin-top: -15px;
    font-size: 13px;
    text-align: left;
    margin-left: 45px;
    margin-bottom: 25px;
}

.bottom-text {
    margin-top: 100px;
}