body {


      font-family: 'Archivo Narrow', sans-serif;
      font-size: 1.2rem;
      /* font-family: 'IM Fell Great Primer', serif; */
      background-color: light;


}

.navbar {
  font-size: 1rem;
  background-color: #4286f4;
}

.list-group-item {
  background-color: #f5f5f5;
}


.img-fluid {
    max-height: 100vh;
    /* align-items: center; */
}

.scroll-marquee {
  height: 150px;
}

.nav-item {
  color:   color: red;

}


.rssdog {
  border-width: 0;
}

/* NAVIGATION MENU ITEMS HAVE THEIR COLOR CONTROLLED BY ##MENUITEMCOLOR IN BOOTSTRAP.MIN.CSS */


blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}




.section-heading-light {
  color: #fff;
}

.homepage {
  min-height: 100vh;
  /* background-color: #fff; */
  /* background-image: url("../img/bg/Exhibitor-book-cover-1924.jpg"); */
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
  margin: auto;
}
.thefilm {
  min-height: 100vh;
  /* background-image: url("../img/bg/UncleCarl_11_LAST_WORKER.00_35_15_04.Still040_ghosted.jpg"); */
  /* background-color: light; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.bios {
  min-height: 100vh;
  /* background-color: light; */
  /* background-image: url("../img/bg/UncleCarl_11_LAST_WORKER.00_35_15_04.Still040_ghosted.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.photos {
  min-height: 100vh;
  min-height: 100vh;
  /* background-color: #707070; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.clips {
  min-height: 100vh;
  /* background-color: #E9D6C5; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.press {
  min-height: 100vh;
  /* background-color: #efebe9; */
  background-image: url("../img/bg/photographers.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.screenings {
  min-height: 100vh;
  /* background-color: #efebe9; */
  background-image: url("../img/bg/audience.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.store {
  min-height: 100vh;
  background-image: url("img/bg/Exhibitor-book-cover-1924.jpg");
  /* background-color: #EBEBE9; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.contact {
  min-height: 100vh;
  /* background-color: #dadbcd; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #2d2d2d;
    background-clip: border-box;
    border: 2px solid rgba(0,0,0,.125);
    border-radius: 0;
    padding: 10px;
}
.card-body {
  padding: .5rem;
}
.card-text {
  color: #ddd;
  text-align: center;
}
.card-img-top {
  /* height: 300px; */
}
section#page-top.homepage h1 strong {
  text-align: center;
}

.separator {
  width: 100%;
  margin: 20px auto 15px;
  position: relative;
  height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.quotes {
  background-color: #4286f4;
  color: #fff;
  font-family: serif;
  font-style: italic;
  padding-top: 10px;
}

.quotes-like {
  background-color: #4286f4;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  padding-top: 10px;
  padding-bottom: 15px;

}

.red{
    color:red;
    }
.form-area
{
  background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
	}

.fit {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 0.5;
}
