body {
    font-family: Roboto, Arial, sans-serif;
    background-color: #073642;
    color: #fdf6e3;
    padding-top: 64px
}

.navbar {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #002b36
}

.navbar:not(.top-nav-collapse) {
    background: 0 0 !important
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #002b36 !important
    }
}

.panel {
    padding-top: 32px;
    padding-bottom: 32px
}

.panel:nth-child(even) {
    background-color: #25465d
}

footer {
    font-size: 24px
}

footer ul {
    margin-bottom: 0 !important
}

footer a {
    color: #fff
}

.footer-links i {
    width: 24px;
    text-align: right;
    margin-right: 16px;
    height: 30px
}

.footer-links .facebook a:hover {
    color: #3b5998 !important
}

.footer-links .linkedin a:hover {
    color: #17b0f4 !important
}

.footer-links .github a:hover {
    color: #d64039 !important
}

.footer-links .telegram a:hover {
    color: #00c853 !important
}

.footer-links .mail a:hover {
    color: #ff0 !important
}

.text-right {
    float: right
}

.list-section > li {
    margin-top: .5rem;
    border-top: 1px #fff solid;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.list-section h5 {
    font-weight: 700
}

.list-section a {
    color: #fff;
    text-decoration: underline
}

.fax {
    width: 24px;
    text-align: right;
    margin-right: 6px
}

.panel:nth-child(even) .card {
    background-color: #073642
}

.panel:nth-child(odd) .card {
    background-color: #25465d
}

.card .card-text {
    color: #fff !important
}

.photos {
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-count: 4;
    -moz-column-gap: 0;
    column-count: 4;
    column-gap: 0
}

.photos img {
    width: 100% !important;
    height: auto !important
}

@media (max-width: 1200px) {
    .photos {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4
    }
}

@media (max-width: 1000px) {
    .photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media (max-width: 800px) {
    .photos {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media (max-width: 400px) {
    .photos {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

#gallery img {
    cursor: pointer
}

.lead a {
    line-height: 2;
}

@media (min-width: 60em) {
    .lead a {
        line-height: 1.2;
    }
}

.active {
    text-decoration: underline;
}