@charset "UTF-8";
/* CSS Document */

/* Custom css below this line */

body {
    background-color: #ffffff;
    color: #000000;
}

/* Links */
a {
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: #929292;
}
.grecaptcha-badge {
    visibility: hidden;
}

/* Nav-bar */
.navbar-brand img {
    max-height: 50px;
}

/* Titles & Fonts */
body {
    font-family: 'Montserrat', sans-serif;
}
.font-one {
    font-weight: 700;
    font-style: italic;
}

/* one */
.bg-one {
    background-color: #0f4c81;
    color: #ffffff;
}
.btn-one {
    background-color: #0f4c81;
    color: #ffffff;
}
.btn-one:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* two */
.bg-two {
    background-color: rgba(0,0,0,0.2);
    color: #ffffff;
}
.btn-two {
    background-color: #222222;
    color: #ffffff;
}
.btn-two:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Hero section */
.section-hero {
    padding-top: 50px;
}

/* Images */
.overlay {
    background-color: rgba(0,0,0,0.4);
    border-width: 0;
    margin: 0;
    width: 100%;
}

/* Backgrounds */
.bg-landing {
    background-image: url('../../images/bg-homepage.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    min-height: 745px;
}

/* Sample - Different size inputs in group */
#sample-1 {
  flex: 2 1 auto;
}
#sample-2 {
  flex: 2 1 auto;
}
#sample-3 {
  flex: 1 1 auto;
}

/* Styling for special screen sizes */

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .box-stack {
        border-right: #111111 1px solid;
    }
    .section-hero {
        padding-top: 200px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
