/*Custom Bars*/
.c-bar {
  height: 0.5rem;
  width: 100vw;
}

.c-bar#half {
  width:50vw;
}

.c-bar#third {
  width:33.33vw;
}

/*Header backgrounds*/
.c-header {
  width: 100%;
  min-height:20vh;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Center the image */
}

.c-header img {
  height:auto;
}
.c-header img#small {
  width:100vw;
  max-width: 500px;
}
.c-header img#big {
  width:160vw;
  max-width: 1000px;
}

.c-header > iframe {
  width: 100vw;
  height:40vh;
}

.c-header.c-header-25 {min-height:26vh;}
.c-header.c-header-50 {min-height:51vh;}
.c-header.c-header-75 {min-height:76vh;}
.c-header.c-header-100 {min-height:101vh;}

/*Banner backgrounds*/
.c-banner {
  width: 100%;
  /* min-height:26vh; */

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Center the image */
}

.c-banner img {
  height:auto;
}
.c-banner img#small {
  width:100vw;
  max-width: 500px;
}
.c-banner img#big {
  width:160vw;
  max-width: 1000px;
}

.c-banner > iframe {
  width: 100vw;
  height:40vh;
}

.c-banner.c-banner-25 {min-height:26vh;}
.c-banner.c-banner-50 {min-height:51vh;}
.c-banner.c-banner-75 {min-height:76vh;}
.c-banner.c-banner-100 {min-height:101vh;}