html {
  height: 100%;
}

address {
    display: block;
    font-style: italic;
}

body {
  color: rgb(88, 97, 95);
  font-family: 'Lato', sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
  /*background-color: #f9f7f3;*/
  background-color: white;
}

button {
  margin: 1rem 0 1rem 0;
}

.input-group-append button {
  margin: 0;
}

p {
  text-align: justify;
}

a {
  color: #68afbf;
  transition: .3s ease;
}

a:hover {
  color: #e50278;
}

hr {
  border-top: 1px solid #ccc;
}

h5 {
  font-style: italic;
}

h5.card-title {
  font-style: normal;
}

ul {
  list-style-image: url(/images/design/bullet_magenta.png);
}

.feed_box {
  height: 50vh;
  min-height: 20rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border-bottom: solid 1px #ccc;
  margin-top: 1rem;
  /*background-color: #f8f8fc;*/
}

/* Home Full Screen Carousel*/

#FullScreenCarousel .carousel-caption {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
}

#FullScreenCarousel .full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(88, 97, 95);
}

#FullScreenCarousel .carousel-item h1 {
  text-align: center;
  /*font-family: 'PT Sans Caption', sans-serif;*/
  font-family: 'Oxygen', sans-serif;
  color: white;
  font-size: 2.8rem;
  /*text-shadow: 0.1rem 0.1rem 0.2rem rgb(2, 53, 59);*/
  text-shadow: 0.1rem 0.1rem 0.2rem black;
  margin: 0;
}

/* Text only carousel -- used for blog posts */

.text-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: white;
    border: 1px black solid;
}
.text-carousel .carousel-indicators li.active {
    background-color: #e50278;
    border: 0;
}
.text-carousel .carousel-indicators {
    bottom: -3rem;
}

.text-carousel .carousel-control-next-icon {
  /*background-image for icon*/
}

/* Announcement tiles */

.announce-tile, .genre-tile{
  padding: 0;
}

.announce-tile-overlay {
  padding-top: 66.66%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #e50278;
}

.announce-tile .announce-tile-overlay:hover {
  opacity: 0.5;
}

.genre-tile-overlay {
  padding-top: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #e50278;
}

.genre-tile .genre-tile-overlay:hover {
  opacity: 0.5;
}

/* NAVBAR */

nav.navbar {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
  position: absolute;
  top:0;
  z-index:10;
  width: 100%;
  -webkit-transition: background-color 0.5 ease; /* Safari */
  transition: background-color 0.5 ease;
}
ul.navbar-nav > .nav-item {
  font-weight: bold;
  font-family: 'Oxygen', sans-serif;
  /*text-shadow: 0.1rem 0.1rem 0.2rem rgb(2, 53, 59);*/
  text-shadow: 0.1rem 0.1rem 0.2rem black;
  font-size: 1.3rem;
}
#HeaderLogo-index {
  fill: #f9f7f3;
  /*#ad662b*/
}
#navbarSupportedContent {
  margin-bottom: 0.3rem;
}
.navbar-toggler {
  margin: 0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(249,247,243, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-brand {
  padding-bottom: 0;
}
a.nav-link {
  color: #f9f7f3 !important;
  transition: .5s ease;
  border-bottom: rgba(0,0,0,0.0) 2px solid;
  padding: 0;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumb > .breadcrumb-item {
  color: rgb(88, 97, 95);
}

@media(max-width: 800px) {
  #logo {
    width: 4.5rem;
  }
}
@media(min-width: 801px) {
  #logo {
    width: 8rem;
  }
}

/* CORE */

.core h1 {
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 3rem;
 overflow: hidden;
 text-align: center;
}
.core h1:before,
.core h1:after {
 background-color: #ccc;
 content: "";
 display: inline-block;
 height: 0.12rem;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.core h1:before {
 right: 0.5rem;
 margin-left: -50%;
}
.core h1:after {
 left: 0.5rem;
 margin-right: -50%;
}

.core h3{
  /*padding: 0 0.5rem 1rem 0.5rem;
  margin-bottom: 1rem;
  border-bottom: solid 0.05rem #ccc;*/
  text-align: center;
  margin-bottom: 1rem;
}

.core .modal h3 {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.core h3 ~ p, .core h3 ~ h5 {
  /*margin-left: 0.5rem;
  margin-right: 0.5rem;*/
}

.core h3 ~ h5 {
  text-align: center;
}

.core h3 ~ .row {
  margin: 0;
}

.core blockquote {
  font-style: italic;
  margin-left: 1rem;
}

form .row .row{
  margin-top: 0;
  margin-bottom: 0;
}

/* WHITE STRIP */

.white-strip .row, .grey-strip .row, .parallax-strip .row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.white-strip, .grey-strip, .parallax-strip {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.white-strip .btn-outline-primary {
  margin-right: 1rem;
  color: #68afbf;
  border-color: #68afbf;
  border-radius: 2rem;
}

.white-strip .btn-outline-primary:hover {
  color: #e50278;
  border-color: #e50278;
  background: none;
}

.grey-strip {
  background-color: #726C65;
  color: #f8f8fc;
}

.grey-strip h1 {

}

/* PARALLAX STRIP */

.parallax-header h1 {
  font-family: 'Oxygen', sans-serif;
  font-size: 4rem;
  color: white;
  /*text-shadow: 0.2rem 0.2rem 0.2rem rgb(2, 53, 59);*/
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.7);
  margin: 0;
  margin-bottom: 4rem;
  margin-top: 2rem;
}

.parallax-header > .parallax-strip {
  /*background-color: rgba(59, 85, 89, 0.6);*/
  background: none;
}

.parallax-wrapper {
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.parallax-strip {
  /*text-shadow: 0.2rem 0.2rem 0.2rem rgb(28, 71, 78);*/
  text-shadow: 0.2rem 0.2rem 0.2rem black;
  color: white;
  /*background-color: rgba(18, 69, 75, 0.6);*/
  /*background-color: rgba(79, 119, 148, 0.5);*/
  /*background-color: rgba(0,0,0,0.3);*/
  background: linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0.5), rgba(0,0,0,0.6), rgba(0,0,0,0.65), rgba(0,0,0,0.65), rgba(0,0,0,0.6), rgba(0,0,0,0.5), rgba(0,0,0,0.3));
}

.parallax-strip img {
  /*box-shadow: 0.15rem 0.15rem 0.6rem rgb(44, 65, 78);*/
  box-shadow: 0.15rem 0.15rem 0.4rem black;
}

.parallax-strip .btn-outline-primary {
  /*text-shadow: 0.2rem 0.2rem 0.2rem rgb(28, 71, 78);*/
  text-shadow: 0.2rem 0.2rem 0.2rem black;
  margin-right: 1rem;
  color: white;
  border-color: white;
  border-radius: 2rem;
}

.parallax-strip .btn-outline-primary:hover {
  color: #ff0286;
  border-color: #ff0286;
  background: none;
}

/* Image formatting */

img.rounded, img.rounded-circle {
  /*border: solid 0.2rem rgb(88, 97, 95);*/
}

.loader {
  margin: auto;
  border: 10px solid #f8f8fc; /* Light grey */
  border-top: 10px solid #72afb6; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.image-box {
  padding-bottom:100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.box-img-wrapper-square {
  padding-top: 100%;
  width: 100%;
  /*background-color: #ccc;*/
  position: relative;
  height: 0;
}

.box-img-wrapper-rectangle {
  padding-top: 60%;
  width: 100%;
  /*background-color: #ccc;*/
  position: relative;
  height: 0;
}

.box-img-wrapper-square img , .box-img-wrapper-rectangle img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  left:0;
  right: 0;
  bottom:0;
  top:0;
}

/* */
.para-label h3 {
}

.para-label p {
  text-align: center;
  font-style: italic;
}

/* FORMS */

input::-webkit-input-placeholder {
  color: #bbb !important;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #bbb !important;
}

input::-moz-placeholder {  /* Firefox 19+ */
  color: #bbb !important;
}

input:-ms-input-placeholder {
  color: #bbb !important;
}


/* FOOTER CONTENT */

footer {
  /*color: white;*/
  /*background-color: #72afb6;*/
  border-top: solid 1px #ccc;
  padding: 1rem 0 1rem 0;
}

footer p {
  font-size: 0.8rem;
}

footer .row {
  margin-left: 0;
  margin-top: -0.3rem;
  margin-bottom: -0.3rem;
}


/* ------------------------------------- */

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {


}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {


}

/* Landscape phones and portrait tablets */ /* Portrait phones and smaller (max-width: 480px) */
@media (max-width: 767px) {

  .core h1:before,
  .core h1:after {
    display: none;
  }

  h1, .parallax-header h1 {
    font-size: 3rem;
  }

  .core h1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
  }

  .core h3 {
    text-align: center;
  }

  .core .parallax-wrapper {
    background-image: none !important;
  }

  .core .parallax-strip {
    background: none;
    background-color: #726C65;
    text-shadow: none;
  }

  .core .parallax-strip a {
    color: #a0dfe5;
  }

  .core .parallax-strip img, .core .parallax-strip .btn {
    text-shadow: none;
    box-shadow: none;
  }

}
