
/* General Styles */
canvas {
  display: block;
  vertical-align: bottom;
}


html{
  scroll-behavior: smooth;
}
body {
  background-image: linear-gradient(180deg, #343a40, #343a40 100px, #212529);
  color: #FFF;
  padding-top: 0px !important;
}

.bg-black {
  background: #000;
  padding: 0;
}

.bg-black img {
  height: 150px;
}

p.lead {
  font-size: 22px;
}

/* Font Face */
@font-face {
  font-family: 'jokermanregular';
  src: url('../fonts/jokerman-webfont.woff2') format('woff2'),
       url('../fonts/jokerman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Headers */
h1, h2, h3, h4 {
  font-family: 'jokermanregular';
}

h2.text-center.pb-5 {
  font-size: 60px;
}

.marketing h2 {
  font-size: 70px;
}

.event h4 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
}

.event h5 {
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  margin: 10px 0;
  display: inline-block;
}

/* Section Specific Styles */
section#events {
  font-family: 'Montserrat';
}

section#gallery h3 {
  font-family: 'Montserrat';
  margin-bottom: 0;
}

.row.items {
  align-items: center;
}

.white {
  color: #FFF;
}

/* Carousel */
/*.carousel-item.active {
  background: linear-gradient(90deg, rgba(121, 9, 86, 1) 0%, rgb(51 1 67) 95%);
}*/

.carousel-caption.text-center {
  bottom: calc(50% - 95px);
  position: relative;
  left: 0;
}

.carousel-caption.text-center h1 {
  font-size: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.carousel-item {
  min-height: 40rem;
}

/* Placeholder Images */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* Particles.js Container */
#particles-js {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
    .carousel-caption p {
       font-size: 24px;
       text-transform: uppercase;
       font-family: 'Montserrat';
       font-weight: bold;
    }

nav.navbar.navbar-expand-md.navbar-dark {
    background: #000;
}

.container.max-920px.white.text-center {
    max-width: 920px;
}
.container.max-720px.white.text-center {
    max-width: 720px;
}


/* Gallery */
#member img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
a.btn-donate {
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    background: #2F343A;
    font-family: 'jokermanregular';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.text-center.phones.mb-0.mt-5 a {
    color: #FFF;
    text-decoration: none;
    font-size: 23px;
}
.text-center.phones.mb-0.mt-5 a:hover {text-decoration: underline;}

a {
    color: #FFF;
}
    .header-scrolled {
  background-color: #2e0933 !important;
  transition: background-color 0.3s;
}
a.navbar-brand img {
    max-width: 200px;
}
a.nav-link {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
        font-family: 'jokermanregular';
        margin: 0 20PX;
}

section#member h5 {
    font-family: 'jokermanregular';
}

section#member h6 {
    font-family: 'jokermanregular';
}
a.btn-member {
    background: #EB011D;
    border:2px solid #EB011D;
    color:#fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight:bold;
    font-size:20px;
}
a.btn-member:hover {
    background: #fff;
    border:2px solid #EB011D;
    COLOR:#EB011D;
}

@media(max-width:991px){
  a.nav-link, a.btn-donate{font-size: 20px;}
  .carousel-caption.text-center h1 {
    font-size: 40px;
}

.carousel-item {
    min-height: 300px;
}

.navbar-dark .navbar-brand img {
    max-width: 150px;
}

.marketing h2 {
    font-size: 30px;
}

p.lead {
    font-size: 18px;
}

h2.text-center.pb-5 {
    font-size: 30px;
}

.event h4 {
    font-size: 20px;
}

.event h5 {
    font-size: 19px;
}

div#navbarCollapse {
    background: #2e0933;
    padding: 10px;
}

section#book {
    padding: 0 15px;
}

.vendettalamourofficial img {
    max-height: 150px;
}

}

}