﻿#main {
    padding: 0;
    position: relative;
}

#main .title {
    text-align: center;
    padding: 3.75rem 0 3.75rem 0;
}

#main .title h2 {
    color: #99d700;
}

#specs dl dt {
    color: #1f3f7c;
    font-weight: 900;
    font-size: 1.25rem;
    text-transform: uppercase;
}

#specs dl dd {
    color: #1e1f24;
    font-weight: lighter;
    font-size: 1rem;
}

.line {
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#000), to(#000), color-stop(50%, #333));
}

.carousel-control-prev, .carousel-control-next {
    background: rgba(0,0,0,0.75);
    width: 6rem;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 4rem !important;
    height: 4rem !important;
}

@media screen and (min-width: 992px) {
    .text-dark-mobile {
        color: black !important;
    }

    #main .title {
        text-align: left;
        top: 16%;
        position: absolute;
        width: 30%;
        height: 100%;
    }
}

@media screen and (min-width: 2493px) {
    #main .title {
        width: 23%;
    }
}

@media screen and (min-width: 2772px) {
    #main .title {
        width: 20%;
    }
}