@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;
}

.gordita{
  font-family: "Gordita", sans-serif;
  font-size: 32px;
  font-weight: lighter;
}

h1.gordita{
  font-family: "Gordita", sans-serif;
  font-size: 53px;
  font-weight: bolder;
}

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

@media (max-width: 768px) {
    h1.main-title {
        font-size: 36px;
    }
}


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

h1.main-header {
    font-family: "Gordita", sans-serif;
    font-size: 63px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
  h1.main-header {
      font-size: 36px;
  }
}
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;
}

@media (max-width: 768px) {
    h2.header {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    h2.header {
        font-size: 36px;
    }


}

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;
}

p.sub-text {
    font-family: "Gordita", sans-serif;
    font-weight: bold;
    font-size: 28px;
}

.card {
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    width: auto;
    background-color: rgba(255, 255, 255, 0.9);
    width: auto;
    height: auto;
}

.background-image {
    background-image: url(/public/assets/images/mac.png);
    background-size: cover;
}

.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%;
}

.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)
    );
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
}

.play-button:hover {
    background: rgba(255, 255, 255, 0.3);
}

.play-icon {
    width: 40px;
    height: 40px;
}

.video-placeholder {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.bg-black{
  background-color: black;
}

.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 */
    }
    background-image: linear-gradient(
        to bottom right,
        rgb(0, 0, 0),
        rgb(0, 0, 0),
        rgb(181, 89, 8),
        rgb(171, 120, 10)
    );
}

.youtube {
    background: #ff0000;
    color: white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.instagram {
    background: linear-gradient(
        45deg,
        #f09433,
        #e6683c,
        #dc2743,
        #cc2366,
        #bc1888
    );
    color: white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.facebook {
    background: #1877f2;
    color: white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}
