body {
    font-family: "Open Sans", sans-serif;
    background: #033a7a;
}

.navigation,
.email,
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: Montserrat, Arial, Sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
}

.linkimg {
    display: none;
}

/* CONTENT */
header {
    background: #0051aa url('../images/background.gif') repeat-x 50% 0%;
}

article .img-fluid {
    display: block;
    margin: 0 auto;
}

.img-pad-bottom {
    padding: 0 0 10px 0;
}

p {
    line-height: 1.8;
}

article a:hover,
article a:active,
article a:focus {
    color: #68b0ff;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.25em;
    color: #666;
}

article h1,
article .h1 {
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

h2,
.h2 {
    font-size: 18px;
}

h3,
.h3 {
    font-size: 14px;
}

@media (min-width: 768px) {

    article h1,
    article .h1 {
        font-size: 36px;
    }

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 18px;
}

}


article .h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

article .about-image {
    max-width: 50%;
    display: block;
    float: right;
    padding: 0 0 10px 10px;
}

.email {
    font-size: 18px;
}

.logo,
.homepage-logo {
    text-align: center;
}

.logo img {
    margin: 10px auto 30px auto;
}

.logo a {
    display: inline-block;
}

.homepage-logo img {
    margin: 10px auto 40px auto;
}

.navigation {
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
}

.navigation ul {
    list-style-type: 0;
    margin: 0;
    padding: 0;
}

.navigation ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.navigation a {
    border-radius: 4px;
    font-weight: normal;
}

.navigation a:link,
.navigation a:visited {
    color: #fff;
    padding: 5px 10px;
}

.navigation a:active,
.navigation a:hover {
    color: #fff;
    text-decoration: underline;
}

.navigation a.active {
    color: #fff;
    font-weight: bold;
    background: #0051aa;
}

article {
    background: #fff;
    border: 4px solid #2571cf;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

article a:link {
    color: #007aff;
    font-weight: bold;
}

article a:visited {
    color: #013a79;
    font-weight: bold;
}

footer {
    border-top: 1px solid #188ac8;
    background: #033a7a;
    padding-top: 10px;
    padding-bottom: 10px;
}

.big-link {
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}

.big-link a {
    color: #fff;
    text-decoration: none;
}

.big-link a:hover,
.big-link a:active {}

.big-link .fa-stack-2x {
    color: #fff;
}

.big-link .fa-stack-1x {
    color: #013a79;
}

.big-link .big-link_link {
    display: block;
    clear: both;
    font-family: Montserrat, Arial, Sans-serif;
    font-weight: 500;
}

.big-link a:hover .fa-stack-1x {
    color: #fff;
}

.big-link a:hover .fa-stack-2x {
    color: #5e9d00;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .big-link .big-link_link {
        display: inline-block;
    }
}

/* THE ERROR PAGE BRO */
#whoops {
    text-align: center;
    padding-bottom: 40px;
}

#whoops p {
    color: #ffffff;
    text-align: center;
}

#whoops h1,
#whoops h2,
#whoops h2 {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px #000000;
    border: 0;
    font-size: 24px;
}

#whoops img {
    max-width: 75%;
}

.contact ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact ul li {
    border: 1px solid #ddd;
    border-left: 5px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
}

#whoops a {
    color: #fff;
    text-decoration: underline;
}

#whoops a:hover,
#whoops a:active {
    color: #68b0ff;
    text-decoration: underline;
}

/* STRUCTURE */
p.fineprint {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #188ac8;
    text-align: center;
    font-size: 12px;
}

p.fineprint a:link,
p.fineprint a:visited {
    color: #188ac8;
    text-decoration: underline;
}

p.fineprint a:hover {
    color: #fff;
    text-decoration: underline;
}

.sponsored {
    border: 1px solid #2571cf;
    padding: 10px;
    margin: 0;
    background: #033a7a;
    border-radius: 4px;
    line-height: 1.2;
    color: #2571cf;
    text-align: center;
}

.sponsored ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.sponsored ul:first-child {
    font-weight: bold;
}

.sponsored ul li {
    display: inline-block;
    margin: 0 0.5em 0.25em 0.5em;
    padding: 0;
}

.sponsored a {
    text-decoration: none;
    color: #188ac8;
    font-weight: nomal;
}

.sponsored a:hover {
    color: #fff;
}

.sites img {
    margin-bottom: 30px;
    border-radius: 10px;
}

.fb-like {
    margin-top: 10px;
    text-align: center;
}

.social-wrap {
    background: #0051aa;
    padding: 20px 0 0 0;
}

.main-wrap {
    background: #0051aa;
}

/* Hero */
.hero {
    background: #000;
    border-bottom: 1px solid #188ac8;
}

.btn.btn-primary {
    font-family: Montserrat, Arial, Sans-serif;
    background: #5e9d00;
    margin-bottom: 20px;
    border-radius: 100px;
    font-size: 14px;
    padding: 10px 30px;
    border-color: #5e9d00;
    font-weight: 500;
}

.btn.btn-primary:hover {
    background: #033a7a;
    border-color: #033a7a;
    color: #fff;
}

.carousel-item a {
    text-decoration: underline;
    color: #333;
    font-weight: bold;
}

.carousel-item a:hover,
.carousel-item a:active,
.carousel-item a:focus {
    text-decoration: underline;
    color: #007aff;
}

.carousel-caption {
    bottom: 10px !important;
    padding: 10px !important;
}

.carousel-item h1,
.carousel-item h2 {
    color: #000;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 13px;
    margin-bottom: 3px !important;
}

.carousel-item p {
    margin: 0;
    color: #333;
    line-height: 1.4;
    font-size: 14px;
    font-family: "Comic Neue", Sans-Serif;
}

.carousel-caption {
    background: #fff;
    border-radius: 10px;
    border: 4px solid #000;
    padding: 10px;
    background: #fff;
}

@media (min-width: 768px) {

    .carousel-item h1,
    .carousel-item h2 {
        font-size: 28px;
        margin-bottom: 10px !important;
    }

    .carousel-item p {
        font-size: 18px;
    }

    .carousel-caption {
        padding: 20px !important;
    }
}

@media (min-width: 992px) {
    .carousel-item p {
        font-size: 20px;
    }
}

.carousel-caption:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    border-bottom: 10px solid transparent;
    left: 20%;
    bottom: -23px;
}

.carousel-caption:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    left: 20%;
    bottom: -18px;
}

@media (min-width: 576px) {
    .carousel-caption:before {
        left: 25%;
    }

    .carousel-caption:after {
        left: 25%;
    }

    .carousel-inner {
        min-height: 200px;
    }
}

@media (min-width: 768px) {
    .carousel-caption:before {
        left: 30%;
    }

    .carousel-caption:after {
        left: 30%;
    }

    .carousel-inner {
        min-height: 311px;
    }
}

@media (min-width: 992px) {
    .carousel-caption:before {
        left: 35%;
    }

    .carousel-caption:after {
        left: 35%;
    }

    .carousel-inner {
        min-height: 418px;
    }
}

@media (min-width: 1200px) {
    .carousel-caption:before {
        left: 38%;
    }

    .carousel-caption:after {
        left: 38%;
    }

    .carousel-inner {
        min-height: 500px;
    }
}