﻿.navbar-brand > img {
    width: auto;
}

#about {
    font-size: 15px;
}

#about ul {
    padding-left: 30px;
}

#about li {
    list-style-type: disc;
}

.prices .section-title.text-left {
    margin-bottom: 20px;
}

.prices h4 {
    margin-left: 30px;
}

.prices .tableRows .row {
    border-top: 1px solid #e1e1e1;
    margin: 0 15px;
    padding: 10px 0;
}

.prices .tableRows .row.noSeparator {
    border-top: none;
    padding-top: 0;
}

.crysisSection {
    margin-top: 35px;
}

.top-margin-30 {
    margin-top: 30px;
}

section#about .section-title {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .page-section {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 40px;
    }

    #quote-bar .section-title {
        font-size: 40px;
    }
}

@media (max-width: 500px) {
    .carousel-caption h1 {
        font-size: 30px;
    }

    #quote-bar .section-title {
        font-size: 30px;
    }
}