﻿
@font-face {
    font-family: source-sans-pro;
    src: url(../Fonts/SourceSansPro/SourceSansPro-Regular.ttf);
}

body {
    padding-bottom: 20px;
    font-family: source-sans-pro, Verdana, Arial, sans-serif !important;
}

header .container-fluid {
    background: #333333;
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

header .container-fluid .row .container .row {
    height: 55px;
}

header .logo img {
    max-width: 200px;
}

.banner {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../images/fisheries-2x.jpg');
    background-size: cover;
}

.banner h1 {
    font-weight: bold;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

