body {
    padding: 0;
    color: #5a5a5a;
}

@font-face {
    font-family: 'munro';
    src: url('../fonts/munro.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'main';
    src: url('../fonts/caslon_antique.ttf');
}

#brand-logo {
    max-height: 64px;
    max-width: 64px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#main-title {
    margin: auto auto 2rem;
}

#banner {
    background-color: #202224;
}

#banner h1,
#banner h3 {
    color: white;
}

#banner h1 {
    font-size: 8rem;
    text-shadow: 10px 10px 10px black;
}

#banner h2 {
    color: white;
    font-size: 48px;
    text-shadow: 6px 6px 6px black;
    font-weight: bold;
}

#team h2 {
    margin-top: 1rem;
}

.splash {
    background-image: url('../img/header_splash.png');
    background-color: black;
    background-size: cover;
    height: 300px;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}

.navbar .title {
    font-family: "munro", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 2rem;
}

.navbar .nav-link {
    color: white !important;
}

#team img {
    width: 30%;
}

.grey {
    background-color: #e9ecef;
}

footer p {
    margin-bottom: 0;
}

/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */


/* Carousel base class */

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}


/* Declare heights because of positioning of img element */


@media (max-width: 768px) {
    #games .carousel {
        margin-bottom: 2rem;
    }

    .splash {
        height: 330px;
    }

    .profile {
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .navbar img {
        display: none;
    }
}

/* MARKETING CONTENT
  -------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-6 {
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-6 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}