﻿:root {
    --primary-color: #2f2f2f;
    --primary-color-hover: #222;
    --primary-color-active: #151515;
    --link-color: #337ab7;
    --link-color-hover: #23527c;
}

.page-title {
    background: url(img/summar_header.jpg);
}

.company-logos-background {
    display: flex;
    justify-content: center;
}

.company-logos {
    max-width: 1120px;
}

@media only screen and (min-width: 1860px) {
    .company-logos {
        max-width: none;
    }
}

/* Use Bootstrap default styles for links, rather than black */
a,
.btn-link,
.k-pager-wrap .k-link,
.k-grid-content a,
.navbar-default .btn-link {
    color: var(--link-color);
}

a:hover, a:focus,
.k-pager-wrap .k-link:hover, .k-pager-wrap .k-link:focus,
.k-grid-content a:hover, .k-grid-content a:focus,
.btn-link:hover, .btn-link:focus,
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: var(--link-color-hover);
}
