@font-face {
    font-family: "Roughneck Extreme";
    src: url("../fonts/roughneck.woff") format("woff");
}

@font-face {
    font-family: "Gordita";
    src: url("../fonts/gordita.woff") format("woff");
    font-weight: light;
}

h1.main-title {
    font-family: 'Roughneck Extreme', sans-serif;
    font-size: 63px;
    text-transform: uppercase;
    padding-top: 20px;
}

h1.main-title span {
    font-family: "Gordita", sans-serif;
    font-weight: light;
    font-size: 73px;
    letter-spacing: 3px;
}

span.brand{
    font-family:'Roughneck Extreme', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

h2.header {
    font-family: "Roughneck Extreme", sans-serif;
    font-size: 48px;
}

h3.sub-header {
    font-family: "Gordita", sans-serif;
    font-weight: regular;
    font-size: 66px;
}

p.body-text {
    font-family: "Gordita", sans-serif;
    font-weight: light;
    font-size: 18px;
}

.about {
    text-align: justify;
}

.section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}

.section {
    position: relative;
    text-align: center;
}

.section img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    display: block;
}

.sermon-wrap {
    position: relative;
    overflow: hidden;
}

.img {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.section-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(255 255 255 / 80%);
    padding: 15px 0;
    font-weight: 400;
    color: #cc7832;
    text-transform: uppercase;
    text-align: center;
    font-family: Gordita, sans-serif;
    font-size: 20px;
}
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .video-container {
        height: 150vh;
    }
}

.min-vh-40 {
    min-height: 40vh;
}

.grad {
    background-image: linear-gradient(to bottom right, rgb(0, 0, 0), rgb(0, 0, 0), rgb(181, 89, 8), rgb(171, 120, 10));
  }
.fs-2 {
    font-size: 20px;
}
.fs-3 {
    font-size: 30px;
}
.fs-4 {
    font-size: 40px;
}
.fs-5 {
    font-size: 50px;
}
.fs-6 {
    font-size: 60px;
}
.fs-7 {
    font-size: 70px;
}

.my-text {
    font-size: 1.3rem; /* default for small screens */
}

@media (min-width: 576px) {
    .my-text {
        font-size: 3.5rem; /* bigger for sm screens and up */
    }
}

.margin-top {
    margin-top: 20px; /* default for small screens */
}

@media (min-width: 576px) {
    .margin-top {
        margin-top: 100px; /* bigger for sm screens and up */
    }
}

.min-vh-40 {
    min-height: 40vh;
}

.grad {
    background-image: linear-gradient(to bottom right, rgb(0, 0, 0), rgb(0, 0, 0), rgb(181, 89, 8), rgb(171, 120, 10));
  }
