/* CSS Document */

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #f7f7f7;
  font-size: 18px;
  line-height: 1.6em;
  text-shadow: none;
  margin-top: 80px;
  margin-bottom: 300px;
  height: 100%;
}

h1,h2,h3,h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
}

header .navbar .nav-item .nav-link {
  color: #000;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  padding: 0.625rem;
  z-index: 1;
  -webkit-transition: 350ms all ease;
  transition: 350ms all ease;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
  color: #fff;
}

.navbar-brand {
  color: #fff;
  padding: 5px 15px;
}

.navbar-brand img {
  max-height: 100%;
  height: 60px;
}

nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}

.nav-menu ul li:hover > a {
  color: #4cbd89;
}

ul {
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 0;
}

ul li {
  font-size: 15px;
  margin-bottom: 5px;
  padding-left: 3px;
  position: relative;
}

ul li:before {
  content: '';
  height: 5px;
  width: 5px;
  position: absolute;
  left: 0;
  top: 9px;
}

.navbar_container {
  float: right;
  width: 100%;
}

a {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  letter-spacing: 0.02em;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}
/* 
a:hover,
a:focus {
  color: #fd5f16;
  text-decoration: none;
}

a:visited {
  color: #757686;
} */

.base-color {
  /* // color: #008290 !important; */
  color: #0093d7 !important;
}

p {
  color: #757686;
  font-size: 1em;
  line-height: 1.75;
  padding-bottom: 15px;
  font-weight: 400;
  margin: 0 0 15px;
}

iframe {
  border: none;
  float: left;
  width: 100%;
}

figure {
  margin-bottom: 6px;
  position: relative;
}

/* strong {
  color: #0a3a53;
} */

hr {
  border-width: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top-color: #8f9397;
  border-top-style: solid;
  height: 2px;
}

hr.hr-light {
  border-top-width: 2px;
  border-top-color: rgba(255, 255, 255, 0.051);
}

hr.hr-red {
  height: 2px;
  /* color: #8f9397; */
  width: 15em;
  background-color: #0085a1;
  border: none;
}

hr.hr-dark {
  border-top-width: 2px;
  border-top-color: rgba(0, 0, 0, 0.051);
}

img {
  border-style: none;
  /* width: 100%; */
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/* .callout img {
  height: 500px;
} */

/*  buttons */

.btn {
  font-size: 14px;
  font-weight: 800;
  border-width: 3;
  border-radius: 0;
  overflow: hidden;
  font-family: 'Montserrat', Arial, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  min-width: 200px;
  margin: 5px;
  font-size: 0.75rem;
  padding: 1.25rem;
}

.btn.btn-brand {
  border-color: #3d9aca;
  color: #000;
  border: 2px solid #3d9aca;
}

.btn.btn-brand:hover {
  background-color: #4cbd89;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.btn.btn-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #000000 !important;
}

.btn.btn-white:hover {
  border: 1px solid #fff !important;
  background: #2ab9a5 !important;
  color: #fff !important;
}

.btn-primary {
  background-color: #0085a1;
  border-color: #0085a1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}

.violet {
  color: #9d426b;
}

.dg {
  background: #e0e0e0;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.block {
  height: 250px;
  color: #212529;
  background: rgba(86, 61, 124, 0.15);
  margin-bottom: 30px;
}



.padding-five-all {
  padding: 5%;
}

.padding-eight-lr {
  padding-left: 8%;
  padding-right: 8%;
}

.page-header {
  height: 70px;
  background-color: #687a8f;
  margin-top: 0px;
  padding: 15px;
  /* margin-bottom: .25em;  */
  border-bottom: 1px solid #eee;
}

.page-header h2 {
  text-transform: uppercase;
  color: white;
  font-size: 25px;
}

.line {
  width: 20vw;
  border: 1px solid #62c6bb;
  margin-bottom: 1px;
}

.h-custom-headline {
  letter-spacing: -1px;
  line-height: 1.1;
  font-size: 285.7%;
  font-weight: 500;
}

.left-justify {
  float: left;
}

.line.left-justify {
  width: 20%;
  float: left;
}

.banner {
  margin-bottom: 25px;
  margin-top: 25px;
}

.padding-48 {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* Welcome */

.section-header {
  color: #fff;
  /* height: 600px; */
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-container {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

/* .section-container-inner {
    padding: 100px 0;
} */

.section-container h2.section-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
}

.section-container h3.section-subheading {
  margin-bottom: 75px;
  text-transform: none;
  font-size: 18px;
  font-size: 24px;
}

.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* .new-social {
    margin-top: 5px;
    text-align: right;
}

.new-social a {
    margin: 0 0 0 10px;
    font-size: 26px;
    color: #888;
}

.new-social a:hover,
.new-social a:focus {
    color: #fd5f16;
} */

.welcome-banner {
  width: 100%;
  /* font-family: "Montserrat", Arial, serif;
    margin-top: 45px;
    margin-bottom: 35px; */
  /* height: 75vh; */
  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  min-height: 600px;
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  border-bottom: 2px solid #dadada;
  border-top: 2px solid #dadada;
}

/* .welcome-banner h1 {
    font-size: 65px;
    margin: 0;
    line-height: 50px;
    font-weight: 700;
    animation-delay: 0.95s;
    -webkit-animation-delay: 0.95s;
} */

.welcome-section {
  padding-bottom: 25px;
  padding-top: 10px;
  margin: 25px;
}

/* .welcome h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    border-bottom: 0;
    line-height: 1.2;
    font-family: "Montserrat", Arial, serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
} */

.welcome-title {
  color: #fff;
  font-weight: 500;
  /* font-style: italic;
    margin-bottom: 20px; */
  padding: 5px;
  font-size: 86px;
  text-transform: uppercase;
  text-align: center;
}

.welcome-sub-title {
  font-size: 32px;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  margin-bottom: 5px;
}

/* .welcome-header {
    padding-bottom: 25px;
    width: 100%;
} */

.welcome-footer {
  background: #2b2d34 url('../images/iamnew/IMG_5383.jpg') center;
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-divider {
  z-index: 999;
  width: 100%;
  display: table;
  /* max-height: 450px; */
  border-bottom: 2px solid #e6eaed;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
}

.textdivider h1 {
  padding-top: 70px;
  color: white;
  font-size: 40px;
}

.textdivider p {
  color: white;
  font-size: 18px;
}

.iamnew-header {
  background-repeat: no-repeat;
  background-image: url('../images/iamnew/IMG_5393.jpg');
  background-attachment: relative;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #343a40;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  border-bottom: 2px solid #dadada;
  border-top: 2px solid #dadada;
}
/* 
.newmembers-callout {
  padding: 25px;
  text-align: center;
  background-color: #687a8f;
  background: url('../images/church/sjmbc-newmembers-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 600px;
  border: 2px solid white;
  color: #000;
}

.newmembers-callout p {
  padding: 20px;
  text-align: center;
  margin: 25px;
  color: #000;
}

.newmember-info {
  margin-bottom: 25px;
  margin-top: 25px;
} */

.callout-yellow {
  background-color: #f5a623;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #dadada;
}

.callout-yellow h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.connected-header {
  background-image: url('../images/backgrounds/IMG_6194.jpg');
  border-bottom: 2px solid #dadada;
  border-top: 2px solid #dadada;
  position: relative;
  width: auto;
  background-repeat: no-repeat;
}
/* 
.connected-header .overlay-layer {
  padding-top: 8rem;
  padding-bottom: 8rem;
  height: auto;
} */

.giving-header {
  background-attachment: relative;
  margin-top: 0px;
  text-align: center;
  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-color: #343a40;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 2px solid #dadada;
  border-top: 2px solid #dadada;
  background-size: cover;
  border-bottom: 2px solid #e6eaed;
  background-attachment: relative;
}

/* .sermons-header {
  background-image: url('../images/welcome/SJMBC-SERMONS.jpg');
  background-size: cover;
  background-attachment: relative;
  margin-top: 0px;
  padding: 100px 0;
}

.sermons-intro {
  margin-top: 0px;
  color: #fff;
  text-align: center;
  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-color: #343a40;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 2px solid #dadada;
  border-top: 2px solid #dadada;
}

.sermons-intro .overlay-layer {
  padding-top: 8rem;
  padding-bottom: 8rem;
  height: auto;
} */

.overlay-layer {
  background: rgba(0, 5, 8, 0.55);
  padding-top: 100px;
  padding-bottom: 100px;
}

.overlay-layer-2 {
  background: rgba(0, 5, 8, 0.9);
}

.giving-header {
  background-image: url('../images/backgrounds/blue-bg.png');
  background-size: cover;

  border-bottom: 2px solid #e6eaed;
  background-attachment: relative;
  margin-top: 0px;
  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-color: #343a40;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 2px solid #dadada;
  border-top: 2px solid #dadada;
}

.good-news-header {
  background-image: url('../images/iamnew/sjmbc-news.jpg');
}

.stay-connected-divider {
  background-image: url('../images/church/stay-connected-divider.jpg');
}

.divder-new-members {
  background-image: url('../images/ministries/conuseling/aaron-burden-759768-unsplash.jpg');
}

/* Ministry */

.ministry-others {
  padding: 20px;
  margin-bottom: 50px;
}

.ministry-header {
  background-image: url('../images/ministries/ministry.jpg');
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.ministry {
  margin-top: 40px;
  padding-bottom: 20px;
  background: #f8f8f8;
  text-align: center;
  border-bottom: 2px solid #fd5f16;
}

.ministry-icon {
  font-size: 50px;
  line-height: 50px;
  color: #5d5d5d;
}

.ministry-icon i {
  vertical-align: middle;
}

.ministry-header .overlay-layer {
  padding-top: 8rem;
  padding-bottom: 8rem;
  height: auto;
}

.ministry-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
}

.ministry-card {
  padding: 0.875rem;
  overflow: hidden;
  height: 100%;
  position: relative;
  margin: 1.3625rem 0;
  margin-bottom: 10px;
  background-color: #f8f7f3;
  border: 2px solid #0093d7;
}

.ministry-card img {
  height: 150px;
  overflow: hidden;
}

.ministry-card h3 {
  margin-top: 12px;
  font-size: 18px;
  font-family: 'Droid Sans', sans-serif;
  color: #5d5d5d;

  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ministry-card .ministry-link i {
  background-color: #ff9c00;
  color: #fff;
  height: 3.125rem;
  width: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
}

.ministry-card .ministry-link {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -1.5625rem;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.ministry-card .ministry-img {
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

/* Im new */

.cta-background-2 {
  background: url('../images/church/sjmbc-new-bg.jpg') no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #fff8e0;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

.cta-background-2 p,
.cta-background-2 h2 {
  color: #fff8e0;
}

.cta-background-2 p {
  margin-bottom: 30px;
}

.logo-container {
  background-color: transparent;
  width: 100%;
  height: 75px;
}

.portfolio-item img {
  display: block;
  height: 300px;
  overflow: hidden;
}

/* Footer */

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #000;
  background-color: #0093d7;
  height: auto;
  /* Set the fixed height of the footer here */
  overflow: hidden;
  /* margin-top: 10px; */
}

footer .social-links {
  margin-bottom: 5px;
}

footer .footer-services {
  color: #000;
}

footer .footer-services {
  color: #000;
  /* text-align: right; */
}

.footer {
  font-size: 14px;
  color: #000;
}

.footer .links a {
  color: #000;
}

.footer .links a:hover,
.footer .links a:focus {
  color: #fff;
}

.footer-section {
  padding: 4 0px 0;
}

.footer ul li {
  font-size: 14px;
  margin-bottom: 2px;
}

.footer h5 {
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  width: 150px;
  font-weight: 600;
  font-size: 0.9375rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* social icons */

.social-links a {
  display: inline-block;
  margin: 15px 4px;
  font-size: 18px;
  color: #fafafa;
  background: #2b2b2b;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-links a:hover {
  color: #111;
  background-color: #fff;
}

.social-links a i {
  line-height: 42px;
}

/* Backgrounds */

.primary-bg {
  background: #0093d7;
  /* //background-image: linear-gradient(197deg, #00e4ce 10%, #0093d7 68%); */
  background-image: linear-gradient(86deg, #4481eb 10%, #04befe 83%);
  color: #fff;
}

.bg-blue {
  background: #252f6c;
  color: #fff;
}

.image-link .bg-image {
  opacity: 0.5;
}

.bg-image.hide-on-mobile {
  display: none;
}

.single-post .bg-image {
  display: none;
}

.image-link:hover .bg-image {
  opacity: 1;
}

.bg-color {
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
}

.bg-color-gold {
  background: #d9a500;
  color: #fff;
}

.bg-color-blue {
  background: #252f6c;
  color: #fff;
}

.bg-color-black {
  background: #202625;
  color: #fff;
}

.bg-color-white {
  background: #fff;
}

.bg-color-teal {
  background: #6ab5ae;
  color: #fff;
}

.bg-color-gray {
  background: #f5f5f5;
}

/*  Gradients */

.bg-gradient {
  background: linear-gradient(135deg, #6f42c1 0%, #4582ec 100%);
}

.bg-gradient-1 {
  background: #5f2c82;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #5f2c82, #49a09d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #5f2c82, #49a09d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gradient-2 {
  background: #24c6dc;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #24c6dc, #514a9d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #24c6dc, #514a9d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient_bg {
  background: -webkit-linear-gradient(90deg, #423f9c 31%, #862359 69%);
  background: -webkit-gradient(linear, left top, right top, color-stop(31%, #423f9c), color-stop(69%, #862359));
  background: -webkit-linear-gradient(left, #423f9c 31%, #862359 69%);
  background: -o-linear-gradient(left, #423f9c 31%, #862359 69%);
  background: linear-gradient(90deg, #423f9c 31%, #862359 69%);
}

.gradient_bg_default {
  background: -webkit-linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
  background: -webkit-gradient(linear, left top, right top, color-stop(31%, #00e4ce), color-stop(69%, #00abc9));
  background: -webkit-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
  background: -o-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
  background: linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
}

.gradient_bg_alt {
  background: -webkit-linear-gradient(90deg, #90a4ae 31%, #607d8b 69%);
  background: -webkit-gradient(linear, left top, right top, color-stop(31%, #90a4ae), color-stop(69%, #607d8b));
  background: -webkit-linear-gradient(left, #90a4ae 31%, #607d8b 69%);
  background: -o-linear-gradient(left, #90a4ae 31%, #607d8b 69%);
  background: linear-gradient(90deg, #90a4ae 31%, #607d8b 69%);
}

/*  section */

.section-c {
  /* background: #0f74a0;*/
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-repeat: repeat;
  color: #fff;
  padding-bottom: 100px;
  padding-top: 100px;
  /* background: linear-gradient(to bottom, #0f74a0 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%); */
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  color: #fff;
  /* padding: 3rem 0; */
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .welcome-banner .height {
    height: 300px;
    background-size: 100% auto;
  }
  .welcome h1 {
    font-size: 35px;
  }
  .bgimg {
    background-image: url('../images/welcome/sjmbc-church-flags-small.jpg');
    height: 600px;
  }
  footer .footer-services {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #content {
    padding-bottom: 0;
  }
  footer {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
}

@media (min-width: 768px) {
  .site-section {
    padding: 7em 0;
  }
}

.faq {
  padding-bottom: 30px;
}

.faq-box {
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-box h3 {
  margin-top: 25px;
}

.faq-box p {
  opacity: 0.8;
}

.faq-number {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border: 4px solid #ff9c00;
  font-size: 32px;
  color: #ff9c00;
  line-height: 50px;
  font-weight: 700;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.text-white-2,
.btn.text-white-2 {
  color: #fff;
}

.text-black,
.btn.text-black {
  color: #000;
}

.text-extra-dark-gray,
.btn.text-extra-dark-gray {
  color: #232323;
}

.text-dark-gray,
.btn.text-dark-gray {
  color: #626262;
}

.text-extra-medium-gray,
.btn.text-extra-medium-gray {
  color: #757575;
}

.text-medium-gray,
.btn.text-medium-gray {
  color: #939393;
}

.text-extra-light-gray,
.btn.text-extra-light-gray {
  color: #b7b7b7;
}

.text-light-gray,
.btn.text-light-gray {
  color: #d6d5d5;
}

.text-very-light-gray,
.btn.text-very-light-gray {
  color: #ededed;
}

.text-deep-pink,
.btn.text-deep-pink {
  color: #ff214f;
}

.service {
  margin-top: 40px;
  height: 100%;
  padding: 15px 15px 20px 15px;
  background: #fff;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
      /* background-image: radial-gradient(circle at 48% 12%,#52aaca,#145770 82%);
} */


}

.service .service-icon {
  font-size: 50px;
  line-height: 50px;
  color: #5d5d5d;
}

.service .service-icon span {
  vertical-align: middle;
}

.service h3 {
  margin-top: 13px;
  font-size: 14px;
  color: #000;
}

.service p {
  padding-bottom: 7px;
  line-height: 24px;
}

.align-left {
  margin-left: 50px;
}

.container {
  height: 100%;
}

.video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b6d5ff;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
}

.video-background {
  background-color: #000;
  padding: 10px;
  margin: 10px;
}

@media screen and (max-width: 480px) {
  img {
    width: auto;
  }
}


.highlight {
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #000;
}