body, html {
    color: #444444;
    position: relative;
    height: 100%;
    font-size: 15px;
    font-family: 'Cabin', Arial, sans-serif;
    line-height: 1;
    background: #2e2e2e;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

header.logo {
    background-color: rgba(0, 0, 0, 0.91);
}

content {
    display: block;
    min-height: 80%;
    line-height: 1.75;
    color: #818181;
}

p {
    margin: 0 auto 2em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #444444;
}

.navbar {
    border-radius: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}

.container-fluid {
    max-width: 1140px;
}

a, a:visited {
    color: #a7ab74 !important;
    transition: color 200ms;
}

nav a:hover, footer a:hover {
    color: white !important;
}

#logo {
    height: 60px;
    margin: 8px 0;
}

.stripe {
    background-color: white;
    padding: 32px 0;
}

.stripe .thumbnail {
    border: none;
}

.topStripe {
    display: block;
    background-color: rgba(0, 0, 0, 0.55) !important;
    color: white;
    height: 300px;
}

#homeStripe {
    height: 2000px;
    position: relative;
    transition: height 600ms, background-color 600ms;
    background-color: rgba(0, 0, 0, 0.55) !important;
}

#homeStripeButton {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -26px;
    height: 52px;
    width: 52px;
    background-image: url('/img/scroll.png');
}

#homeStripe.loading {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

#homeStripe.collapsed {
    height: 400px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.bigHeader h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.4em;
    letter-spacing: 0.1em;
}

.bigHeader h3 {
    text-align: center;
    font-weight: 200;
    font-size: 1.2em;
    letter-spacing: 0.08em;
}

.darkStripe {
    background: #2e2e2e;
    color: #999999;
}

.greenStripe {
    background: #7f8351;
    color: white;
    padding: 120px 0;
}

.greenStripe h1, .greenStripe h2, .greenStripe h3, .greenStripe h4, .greenStripe h5, .greenStripe h6,
.bigHeader h1, .bigHeader h2, .bigHeader h3, .bigHeader h4, .bigHeader h5, .bigHeader h6 {
    color: white;
}

.selectClients > a,
.selectClients > a:hover,
.marketsList > a,
.marketsList > a:hover {
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    margin: 6px 0;
}

.selectClients .col-sm-4:nth-child(1),
.selectClients .col-sm-4:nth-child(2),
.selectClients .col-sm-4:nth-child(4),
.selectClients .col-sm-4:nth-child(5),
.selectClients .col-sm-4:nth-child(7),
.selectClients .col-sm-4:nth-child(8),
.marketsList a {
    border-right: 1px solid black;
}

.marketsList a {
    padding: 0 12px;
}

.marketsList a:nth-child(1) {
    border-left: 1px solid black;
}

.marketsList {
    text-align: center;
}

img.bioImage {
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.partnerImages img {
    height: 155px;
}

.partnerImages div {
    text-align: center;
}

div.bio {
    margin-bottom: 32px;
}
