/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
}

main {
    width: 100%;
}

#footer {
    margin-top: 2em;
}

#jumbotron {
    padding: 3rem 0;
    background-color: rgb(28,28,28);
}

#jumbotron img {
    border-radius: 20px;
    object-fit: contain;
    max-width: 100%;
}

#jumbotron h1 {
    font-family: "Verdana", "sans-serif";
    color: #39baec;
    font-size: 3rem;
    padding: 1rem 0;
}

#jumbotron p {
    color: white;
}

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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 300;
    font-size: 1.5em;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
.marketing a {
    text-decoration: none;
    color: inherit;
}
#CanadaLinkRow {
    margin: 2em 0;
}

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

.featurette-divider {
    margin: 5rem 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 (max-width: 768px) {
    #jumbotron {
        padding-top: 1rem;
    }
    #jumbotron h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media (min-width: 769px) {
    #CanadaLinkRow {
        margin: 4em 0;
    }
}

