@charset "UTF-8";
/* CSS Document */

/* Custom css below this line */

body {
    background-color: #f4f4f4;
}


/* Links */
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #929292;
}
.navbar-toggler-icon {
    height: auto;
}
.navbar-toggler {
    padding: 0.25rem 0;
}
.navbar-brand img {
    max-height: 50px;
}
.nav-link {
    color: #ffffff;
}



/* Titles & Fonts */
body {
    font-family: 'Montserrat', sans-serif;
}
.font-one {
    font-weight: 700;
}


/* One */
.bg-one {
    background-color: #111111;
    color: #ffffff;
}
.btn-one {
    background-color: #111111;
    color: #ffffff;
}
.btn-one:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Two */
.bg-two {
    background-color: #222222;
    color: #ffffff;
}
.btn-two {
    background-color: #222222;
    color: #ffffff;
}
.btn-two:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Three */
.bg-three {
    background-color: #333333;
    color: #ffffff;
}
.btn-three {
    background-color: #333333;
    color: #ffffff;
}
.btn-three:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Backgrounds */
.bg-placeholder {
    background-image: url('https://via.placeholder.com/2400x1600?text=Add+Featured+Image');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    min-height: 650px;
}

/* Hero section */
.section-hero {
    padding-top: 50px;
}

/* 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) {

}
