/* Custom styles: JMRF */

body {
  /* See Smashing Magazine regarding UI Fonts. Recommended by Bootstrap too. */
  font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”,
    “Droid Sans”, Open Sans, “Helvetica Neue”, sans-serif; 

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0))), url("../img/banner.png");
  background: linear-gradient(rgba(255, 255, 255, 0.0)), url("../img/banner.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;

  /* From Sprine.  Need to clean it up for JMRF
  font-size: 15px;
  color: #777;
  line-height: 1.7;
  position: relative; */
  /* To fix the same-page anchors here and in section. Add negative padding-bottom if too much of space created. */
  /* padding-top: 60px; */

}


/* Text and other styles TODO: Clean this up.
h1,h2,h3,h4,h5,h6 {
font-family:'Dosis','Helvetica Neue',sans-serif;
}

.sprine-icon-text {
  font-family:'Dosis','Helvetica Neue',Arial,sans-serif;
  color: #195594;
}

*/


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Dosis','Helvetica Neue',sans-serif;
}

p {
  line-height: 1.75;
}

/* Change name and class in html */
.site-heading {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}


/* This customization is for sizing the Nav Bar. TODO check resizing on phone. */

.jmrfContainer {
  width: 50rem;
}

#mainNav {
  /* background-color: rgb(31, 14, 62);
    background-color: rgba(31, 14, 62, 0.95);*/
  background-color: #443266;
  font-family: 'Open Sans', sans-serif;
  height: 3rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}

.text-primary {
  color: #2a4c8d !important;
}

.page-section {
  margin-top: 2rem;
  /* Higher number to fix the bleed on the footer. TODO: fix the column sizes - perhaps equal */
  margin-bottom: 5rem;

}

.section-heading {
  text-transform: uppercase;

}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.about-bg {
  background-color: #f1f0ff;
}

/* TODO: Change names and test on devices for size */

.about {
  position: relative;

}

@media (min-width: 992px) {
  .about .about-img {
    width: 75%;
    float: right;
  }

  .about .about-text {
    left: 0;
    width: 50%;
    margin-top: 3rem;
    position: absolute;

  }

  /*
    .about .about-text .about-button {
      width: 100%;
      left: 0;
      position: absolute;
      bottom: -2rem;
    }
*/
}

/* Computer screen - Left column */
@media (min-width: 1200px) {
  .about .about-text {
    width: 49%;
  }
}

@media (min-width: 992px) {
  .about .about-img {
    width: 75%;
    float: right;
  }

  .about .about-text-right {
    left: 100;
    width: 50%;
    margin-top: 3rem;
    position: absolute;
  }

  /*
    .about .about-text-right .about-button {
      width: 100%;
      left: 200;
      position: absolute;
      bottom: -2rem;
    }
*/
}

/* Computer screen - Right column */

@media (min-width: 1200px) {
  .about .about-text-right {
    width: 49%;
    float: right;
    position: relative;
  }
}

.footer {
  background-color: #443266;

}

.footer-text {
  color: #f1f0ff;
}

.bg-purple {
  background-color: var(--purple);
}

.bg-navbar {
  background-color: #443266 !important;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }

  #mainNav .navbar-nav .nav-item .nav-link:hover {
    /* color: rgba(255, 255, 255, 0.4); */
    color: #e3da9c;
  }

  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #e3da9c;
  }
}

.xfooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #443266;
}

/* Styles for About Julia page. */

.JuliaHomeText {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  color: #d49b2f;
  color: #284c0a;
  font-weight: bolder;
}

.AboutText {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #443266;
  font-weight: bolder;
}

.JuliaHomeTitle {
  font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-family:'Dosis','Helvetica Neue',sans-serif;
  font-size: 30px;
  line-height: 16px;
  letter-spacing: 2px;
  font-weight: bolder;
  color: #D49B2F;
  color: #284c0a;
}

.JuliaHomeDates {
  font-family:'Dosis','Helvetica Neue',sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  color: #D49B2F;
  color: #284c0a;
  font-style: italic;
  font-weight: bolder;
}

.modal-header, h5, .close {
  background-color: #443266;
  color:white !important;
  font-size: 30px;
}
.modal-footer {
  background-color: #443266;
}

.btn-primary {
  background-color: #f1f0ff;
  color: #443266;
  font-weight: bolder;
  border-color: #443266;
  
}

/*
.btn-primary :hover {
  background-color: #443266;
} */

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #443266;
  border-color: #f1f0ff; 
}

/* JSSOR (jssor.com). TODO: Customizations

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 072 css*/
.jssorb072 .i {position:absolute;color:#000;font-family:"Helvetica neue",Helvetica,Arial,sans-serif;text-align:center;cursor:pointer;z-index:0;}
.jssorb072 .i .b {fill:#fff;opacity:.3;}
.jssorb072 .i:hover {opacity:.7;}
.jssorb072 .iav {color:#fff;}
.jssorb072 .iav .b {fill:#000;opacity:.5;}
.jssorb072 .i.idn {opacity:.3;}

/*jssor slider arrow skin 073 css*/
.jssora073 {display:block;position:absolute;cursor:pointer;}
.jssora073 .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
.jssora073:hover {opacity:.8;}
.jssora073.jssora073dn {opacity:.4;}
.jssora073.jssora073ds {opacity:.3;pointer-events:none;}

/* End JSSOR */
