@charset "utf-8";
/*     General    */

body {
  font-family: "Open Sans", sans-serif;
  font-family: "Noto Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
  cursor: auto;
}
.navbar-brand {
  padding-left: 20px;
}
.navbar {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  color: #fff;
  border: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  padding: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1.2rem;
  padding-left: 1rem;
}
a.nav-link.active {
  color: #fff;
  background-color: #da866d;
}
a.nav-link.dropdown-toggle {
  color: #fff;
}

#showcase {
  position: relative;
  background: url(../img/homepage/patterns/shattered-island.gif);
  min-height: 650px;
}
.primary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-secondary {
  color: #fff;
  background-color: #da866d;
  border-color: #cc6600;
}

/* Dropdown Menu */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #343a40;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  border-top: 1px solid #666;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.6em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #da866d;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
  text-decoration: none;
  color: #fff;
  background-color: #da866d;
}
a.dropdown-item {
  color: #fff;
}
a.dropdown-item:link {
  color: #fff;
}
a.dropdown-item:hover {
  color: #fff;
}
a.dropdown-item:active {
  color: #fff;
}
a.dropdown-item:focus {
  color: #fff;
}
/*    Links    */
a {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:link {
  color: #fff;
}
a:hover,
a:focus {
  color: #da866d;
  text-decoration: none;
}
a.Color:link {
  font-family: "Noto Serif", serif;
  color: #da866d;
  font-weight: 400;
  border-bottom: 2px solid #b4e7f8;
  border-bottom: 2px solid #ddd;
  box-shadow: inset 0 -2px 0 #ddd;
  -webkit-transition: background 0.5s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background 0.5s cubic-bezier(0.33, 0.66, 0.66, 1);
}
a.Color:hover {
  color: #993300;
  font-weight: 400;
  background: #eee;
}
a.Color:visited {
  color: #da866d;
}
/*    Non Default Links    */
a.ColorNone:link {
  font-family: "Noto Serif", serif;
  color: #00cc99;
  font-weight: 400;
  /*	border-bottom: 2px solid #b4e7f8;
	border-bottom: 2px solid #ddd;*/
  box-shadow: inset 0 -2px 0 #00a680;
  -webkit-transition: background 0.5s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background 0.5s cubic-bezier(0.33, 0.66, 0.66, 1);
}
a.ColorNone:hover {
  color: #000;
  background-color: #eee;
  font-weight: 400;
}
a.ColorNone:visited {
  color: #267060;
}
p {
  text-align: left;
}
/* Paragraphs */

p {
  font-family: "Roboto Slab", serif;
}
.pHeading {
  font-size: 1.2em;
  line-height: 1.3em; /*	text-shadow: 1px 1px 1px #000;*/
}
.pSubheader {
  line-height: 1.4;
  color: #000;
  font-size: 2.2em;
  text-align: center;
}

/* Hero Sections */
#heroChora {
  background-image: url("../img/naos/church.museum.naos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
}

/* Hero Sections */

/* Cards */

.card-title {
  margin-bottom: 0.35rem;
}
.card-subtitle {
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  font-size: 1rem;
  margin-top: -0.375rem;
  margin-bottom: 0.6rem;
}

.card-body {
  padding: 0.8rem;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 3em;
  padding: 0;
  margin: 0;
  font-family: "Noto Serif", serif;
  line-height: 1;
}
.h1Homepage {
  font-size: 2.4em;
  padding: 0;
  margin: 0;
  font-family: "Noto Serif", serif;
  line-height: 1;
}

.h1Chora {
  font-size: 2em;
  padding: 0;
  margin: 0;
  font-family: "Noto Serif", serif;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

h2 {
  font-size: 1.6rem;
  font-family: "Noto Serif", serif;
}
h3 {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  line-height: 1.4;
}
.h3Homepage {
  font-size: 1.4em;
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab", serif;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 1em;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
}
li {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
}
/* Jumbotron */

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #dddddd;
  border-radius: 0;
}
/*    SVG    */

#Circle {
  transition: 0.6s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
svg:hover #Circle {
  stroke: #da866d;
}
#Letter_E {
  transition: 0.6s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
svg:hover #Letter_E {
  fill: #da866d;
}
#Letter_T {
  transition: 0.6s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
svg:hover #Letter_X {
  fill: #da866d;
}
#Letter_X {
  transition: 0.6s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
svg:hover #Letter_T {
  fill: #da866d;
}
/* Images */

.shadowed {
  -webkit-filter: drop-shadow(3px 3px 6px #666666);
  filter: drop-shadow(3px 3px 6px #666666);
}
.shadowedBook {
  -webkit-filter: drop-shadow(2px 2px 6px #000);
  filter: drop-shadow(2px 2px 4px #000);
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1px;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2px;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  /* border-radius: .3rem; */
  outline: 0;
}
.h4Gallery {
  font-size: 0.9em;
  font-family: "Open Sans", sans-serif;
  font-family: "Noto Serif", serif;
  font-weight: normal;
  text-align: center;
}
/*    Before Pseudo Element    */

.cross li {
  list-style: none;
  font-family: "Noto Serif", serif;
}
.cross li::before {
  padding: 0;
  margin: 0;
  padding-left: 10px;
  padding-right: 20px;
  background-image: url(../img/church-of-chora-book/cross.svg);
  background-repeat: no-repeat;
  content: "";
}
/*    Author List    */

.ulName {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
}

/* Footer */

footer {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background-color: #292c2f;
  text-align: center;
  font-size: 0.9rem;
  padding: 1rem 0;
  margin: 0 auto;
  margin-top: 3em;
}
.pFooter {
  font-family: "Open Sans", sans-serif;
  font-size: 0.85rem;
  color: #999999;
}
.footer p.copywrite {
  font-family: "Roboto Slab", serif;
  color: #999999;
  font-size: 0.75rem;
  margin-top: 50px;
  margin-bottom: 0;
  text-align: center;
}
/* Font Awesome */

.fa {
  color: #292c2f;
}
.fa:hover {
  color: #da866d;
}

.fa {
  color: #da866d;
}
.fa:hover {
  color: #292c2f;
}
