* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body {
    color: #ffffff;
    background-color: #525252;
    font-family: 'Open Sans', sans-serif;
    padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}

a,
a:visited {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.nav-link,
.nav-link:visited {
    color: inherit;
}

.nav-link:hover {
    color: inherit;
    text-decoration: underline;
}

/* --------------------------------------------------------------- */

.navbar {
    background: #ffa712 url('/style/navbar-bg.png') center repeat-y;
    color: #000000;
    -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.5);
}

.navbar-nav {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:visited {
    color: #000000;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:visited {
    color: rgba(0, 0, 0, .5);
}

.navbar-brand img {
    width: 332px;
}

.navbar-toggler {
    background: #ffa712;
    color: #000000;
    font-weight: bold;
}

.dropdown-menu {
    background: #525252;
}

a.dropdown-item,
a.dropdown-item:visited {
    color: #ffffff;
}

.dropdown-item.active {
    background: #ffa712;
}

/* --------------------------------------------------------------- */

.btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 30px;
}

.btn-primary,
.btn-primary:visited {
    background: #ffa712;
    color: #000000;
    border-color: #ffa712;
}

.btn-primary:hover {
    color: rgba(0, 0, 0, .5);
    background: #ffa712;
    border-color: #ffa712;
}

/* --------------------------------------------------------------- */

.block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.block-light {
    background-color: #ffffff;
    color: #404040;
}

/* --------------------------------------------------------------- */

.big-icons h2 {
    color: #000000;
    font-weight: normal;
}

.big-icon {
    width: 100px;
    margin: 50px 10px;
}

/* --------------------------------------------------------------- */

.ref-block {
    margin-bottom: 10px;
    padding: 30px 40px;
}

.ref-desc {
    height: 4.5em;
}

/* --------------------------------------------------------------- */

#slider h5 {
    font-size: 72px;
    text-shadow: 2px 2px 2px #000000;
    margin-bottom: 80px;
}

#slider .carousel-indicators {
    margin-bottom: 86px;
}

/* --------------------------------------------------------------- */

#homeLinks {
    z-index: 100;
    position: relative;
    height: 240px;
    margin-bottom: 60px;
}

#homeLinks .row {
    background: #ffffff;
    color: #000000;
    margin-top: -120px;
}

#homeLinks a,
#homeLinks a:visited {
    background: #ffa712;
    color: #000000;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: block;
}

#homeLinks a:hover {
    color: rgba(0, 0, 0, .5);
    text-decoration: underline;
}

#homeLinks h3 {
    font-size: 20px;
    padding: 24px 10px;
}

/* --------------------------------------------------------------- */

#footer strong {
    font-weight: bold;
    color: #ffa712;
}

#footer a,
#footer a:visited {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer small {
    color: #000000;
    font-size: 14px;
}

#footerStripe {
    border-top: 20px solid #ffa712;
}

.footer-links {
    line-height: 200%;
}

/* --------------------------------------------------------------- */

@media screen and (max-width: 1400px) {
    #homeLinks {
        height: auto;
        margin-bottom: 0;
    }

    #homeLinks h3 {
        font-size: 16px;
        padding: 18px 10px;
    }

    .ref-desc {
        height: 6em;
    }
}

@media screen and (max-width: 1200px) {
    body {
        padding-top: 80px;
    }

    .navbar-brand img {
        width: 260px;
    }

    #slider h5 {
        font-size: 54px;
    }
}

@media screen and (max-width: 992px) {
    body {
        padding-top: 64px;
    }

    .navbar {
        background: #404040;
        color: #ffffff;
    }

    .navbar-brand img {
        width: 200px;
    }

    .navbar-nav .nav-link,
    .navbar-nav .nav-link:visited {
        color: #ffffff;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.active:visited {
        color: rgba(255, 255, 255, .5);
    }

    #slider h5 {
        font-size: 44px;
    }

    #homeLinks .row {
        margin-top: 0;
    }
}