html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    color: #545454;
/*    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: sculpin,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 0px;
}

h1 {
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {

}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}
.nav-bar {
    height: 60px;
    background-color: #030701;
        display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.nav-bar__image {
    background: transparent;
/*    border: 10px solid rgba(0, 0, 0, 0.12);*/
/*    border-radius: 4px;*/
/*    display: block;*/
/*    margin: 1.3em auto;*/
/*    margin: auto;*/
/*    max-width: 95%;*/
    height: 30px;

}

video {
    
}


.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.section--green {
    background-color: #0C431E;
    color: white;
}



.creator-text {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* Setting up the responsive Grid container - auto-fit + minmax() */
.images {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8em;
/*  margin: 2em;*/
}


/* Grid inside grid - album cards also use grid for layout setup */
.image-cont {
  background: rgb(223, 223, 223);
     display: none;
    max-width:100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    
/*  box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
/*  border-radius: 1em;*/
}


/* Important step - image will spill over the container if width is not declared explicitly */
.image-art {
object-fit: cover;
width: 100%;
    height: 100%;
    border-radius: 5px;
}


/* Some additional text styling */
h2 {
  font-size: 1.4rem;
  font-weight: 700;
/*  margin-bottom: 0.25em;*/
}

.album__artist {
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-style: oblique;
  letter-spacing: .7px;
}


.section--white {
    background-color: white;
    color: black;
}

.section--black {
    background-color: #030701;
    color: white;
}

.next-point-row {
    display: flex;
    flex-direction: row;
align-items: center;
  justify-content: center;
    width: 100%;
    font-weight: 900;
    margin-bottom: 30px;
}

.next-point-row__middle {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.equalHW {
    flex: 1;
    width: 200px;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.map-image {
    width: 100%;
        border-radius: 5px;
}


.image-about {
    width: 100%;
}



.button {
    width: 120px;
    color: #0C431E;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid transparent;
    background-color: #fff;
    transition: .3s;
      text-decoration: none;
}

.button:hover {
    color: #0C431E;
    background-color: #fff;
    border: 1px solid #030701;
    text-decoration: none;
  }

.button-nomar {
    width: 120px;
    color: black;
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid transparent;
    background-color: white;
    transition: .3s;
    text-decoration: none;
}

.button-nomar:hover {
    color: #0C431E;
    background-color: #fff;
    border: 1px solid #030701;
    text-decoration: none;
  }

  .about-margin {
    margin-top: 20px;
  }

.centre {
    text-align: center;
}


#loadMore {
  width: 120px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 30px;
  border: 1px solid transparent;
  background-color: #0C431E;
  transition: .3s;
    text-decoration: none;
}
#loadMore:hover {
  color: #0C431E;
  background-color: #fff;
  border: 1px solid #0C431E;
  text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.fs-40 {
    font-size: 40px;
}

.iframe-css {
     width: 100%    !important;
}

.logos {
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
}

.mb20 {
    margin-bottom: 20px;
}
