h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

body {
    padding: 0 !important;
}

section h2 {
    font-size: 40px !important;
}

.fas,
.fab {
    color: white;
    padding: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ctabtn {
    border: 2px solid rgb(133, 133, 133);
}

@media (min-width: 768px) {
    .carousel-multi-item-2 .col-md-3 {
        float: left;
        width: 25%;
        max-width: 100%;
    }

    h1 {
        font-size: 20px !important;
    }
}

.carousel-multi-item-2 .card img {
    border-radius: 2px;
}

.btn-xl {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.bg-black {
    background-color: #000 !important;
}

.rounded-pill {
    border-radius: 5rem;
}

.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom .navbar-brand {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.1rem;
}

header.masthead .masthead-content {
    z-index: 1;
    position: relative;
}

header.masthead .masthead-content .masthead-heading {
    font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
    font-size: 2rem;
}

nav {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

form input {
    font-size: 20px;
    justify-content: center;
    width: 50vw;
    border-radius: 5px;
    text-indent: 10px;
    color: #000;
}

form textarea {
    font-size: 20px;
    justify-content: center;
    width: 50vw;
    height: 300px;
    border-radius: 5px;
    text-indent: 10px;
    color: #000;
}

form button {
    position: relative;
    border: 1px solid rgb(143, 143, 143);
    background: rgb(32, 32, 32);
    padding: 2px 25px 2px 25px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
}

.image-title {
    padding: 20px;
    color: rgb(73, 73, 73);
    font-size: 22px;
}

.section-header img {
    width: 120px;
    color: grey;
}

.navbar-brand {
    margin-left: 20px;
}

.navbar-brand img {
    width: 240px;
}

section {
    border-bottom: 1px solid rgb(136, 136, 136);
}

.jam-image-display-container {
    padding-bottom: 20px;
}

.jam-image-display {
    /* max-height: 100px;
    min-width: 100px; */
}

.jam-image-display img {
    width: 100%;
    height: 100%;
}



.two {
    background: #fff;
    color: #bcbcbc;
    border: 2px solid black;
    transition: background 400ms ease-out,
        color 400ms ease-out,
        border 400ms ease-out;
    background: rgba(0, 0, 0, 0.538);
    width: 200px;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #8181819e;
    border-radius: 3px;
    text-decoration: none;
}

.two:hover {
    background: #139f3f;
    /* color: black !important; */
    color: #bcbcbc;
    border: none;
}

.button-box-special {
    background: #383b3a;
}

.button-box,
.button-box-special {
    text-decoration: none;
    width: 250px;
    height: 150px;
    /* border: 1px solid black; */
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}