/*!
 * Start Bootstrap - Busines Frontpage (http://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

/**
  * COLOURS:
  *     #32322e - very dark gray yellow "jet"
  *     #aadb02 - lime green "vivid"
  *     #ffffff - white
  *     #f1f8d9 - beige
  *     #8b8f6e - light gray yellow "artichoke"
  *     #597007 - dark green
  */

body {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    color: #32322e;
}

.body {
    background-color: #f1f8d9;
}
a, a:hover {
    color: #597007;
}

a {
    text-decoration: underline;
}

table a:hover {
    font-weight: normal;
}
table.table-bordered a:hover {
    font-weight: bold;
}

@media (min-width: 1200px) {
    .container-fluid .row {
        width: 1140px;
    }
}

.intro {
    background-color: #f1f8d9;
}
.container-fluid .row {
    margin: auto;
}


.card .card-img-wrapper {
    height: 140px;
}
.card img {
    max-height: 105px;
    width: auto;
}

.btn-primary {
    background-color: #aadb02;
    border-color: #8b8f6e;
    color: #32322e;
}
.btn-primary:hover {
    background-color: #f1f8d9;
    border-color: #8b8f6e;
    color: #32322e;
}


.dropdown {
    background-color: transparent !important;
    float: right;
}

.dropdown button {
    background-color: white;
    border: none;
    color: #597007;
    text-decoration: underline;
}

.dropdown button:hover {
    font-weight: bold;
}

.icon {
    width: 32px;
}

.carousel-inner img {
    height: 300px;
}

.nav-link,
.nav-link:hover {
    color: #597007;
}

.header .img-max {
    max-width: 500px;
}

.partnershow {
    padding-top: 2.5em;
}