@charset "utf-8";
/* CSS Document */

.site-title {
  font-size  : 28px;
  font-size  : 1.75rem;
  line-height: 1.5;
  margin-top : -2em;
}

.site-header {
  background-color: #fff;
  padding         : 0.2em 1% 0.5;
  margin-left     : 1em;
}

.site-branding a,
.site-branding a:hover {
  text-align     : right;
  text-decoration: none;
}

.site-branding a p {
  margin-top: -1em;
}

.container .footer-menu {
  position       : relative;
  color          : #39174b;
  display        : -ms-flexbox;
  display        : block;
  flex-wrap      : wrap;
  -ms-flex-align : center;
  align-items    : center;
  -ms-flex-pack  : justify;
  justify-content: space-between;
  padding        : 0.5rem 1rem;
}

.footer-menu li.nav-item {
  font-weight: 400;
  align-items: center;
  color      : #ecece8;
}

.footer-menu li.nav-item.active a {
  font-weight: 400;
  align-items: center;
  color      : #ecece8;
}

#menu-toggle {
  display: none;
}

.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.site-header .social-navigation,
.site-footer .main-navigation {
  display: flex;
}

.site-header .main-navigation+.social-navigation {
  margin-top: 0em;
}

.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.site-header .social-navigation,
.site-footer .main-navigation {
  display: inherit;
}

.site-header-main {
  -webkit-align-items: flex-start;
  -ms-flex-align     : start;
  align-items        : flex-start;
  display            : -webkit-flex;
  display            : -ms-flexbox;
  display            : flex;
  -webkit-flex-wrap  : wrap;
  -ms-flex-wrap      : wrap;
  flex-wrap          : wrap;
}

.custom-logo {
  max-width     : 200px;
  margin        : 0 auto;
  align-content : center;
  padding-bottom: 1em;
  margin-bottom : 0em;
}

.custom-logo .site-header-main {
  -webkit-align-items: center;
  -ms-flex-align     : center;
  align-items        : center;
}

.site-branding {
  margin   : 0 auto 0 0;
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
}

.bio-text {
  margin     : 0 0 1em;
  line-height: 1.5;
  font-weight: 500;
  font-size  : 1.35rem;
}

.intro-text {
  margin     : 0 0 1em;
  line-height: 1.75;
  font-weight: 300;
  font-size  : 1.35rem;
  margin-left: 2em;
}

.email {
  color          : #ab37c8;
  text-decoration: underline;
  font-weight    : 600;
  font-size      : 1.25rem;
  line-height    : 1.5;
  margin         : 0 0 1em;

}

.jumbotron {
  background-color: #39174b;
  color           : #fff;
  padding         : 55px 45px;
  min-height      : fit-content;
  margin-bottom   : 0em;

  a {
    color: #efefef;
  }
}

.containertron {
  background-color: #efefef;
  color           : #39174b;
  padding         : 55px 45px;
  min-height      : 400px;
  margin-bottom   : 0em;

  a {
    color: #ab37c8;
  }
}

.img-fluid {
  max-width : 100%;
  max-height: 100%;
  min-width : 140px;
  min-height: 140px;
}

.custom-logo-link {
  display: block;
}

.custom-logo {
  max-width: 320px;
}

.site-branding .site-title a {
  color: #1a1a1a;
}

.site-branding .site-title,
.site-description {
  clip    : rect(1px, 1px, 1px, 1px);
  position: absolute;
  display : block;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
  color: #ab37c8;
}

.site-title {
  font-size  : 28px;
  font-size  : 1.75rem;
  line-height: 1.25;
  margin-top : -2em;
}

/*slide show styles*/
* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position : relative;
  margin   : auto;
  height   : auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides h2 {
  font-size  : 1.75rem;
  font-weight: 500;
}

.mySlides h3 {
  font-size  : 1.25rem;
  font-weight: 300;
  padding    : 15px 35px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor       : pointer;
  position     : absolute;
  top          : 50%;
  width        : auto;
  margin-top   : -22px;
  padding      : 5px;
  color        : white;
  font-weight  : bold;
  font-size    : 18px;
  transition   : 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select  : none;
}

/* Position the "next button" to the right */
.next {
  right        : 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color     : #f2f2f2;
  font-size : 15px;
  padding   : 8px 12px;
  position  : absolute;
  bottom    : 8px;
  width     : 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color    : #f2f2f2;
  font-size: 12px;
  padding  : 8px 12px;
  position : absolute;
  top      : 0;
  display  : none;
}

/* The dots/bullets/indicators */
.dot {
  cursor          : pointer;
  height          : 10px;
  width           : 10px;
  margin          : 0 2px;
  background-color: #bbb;
  border-radius   : 50%;
  display         : inline-block;
  transition      : background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: inherit;
}

/* Fading animation */
.fade {
  animation-name    : fade;
  animation-duration: 5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/*end slideshow styles*/

/*Zoom image styles*/
.image {
  display: block;
  width  : 100%;
  height : auto;
}

.image-frame {
  border      : double;
  border-color: #ecece8;
  width       : 100%;
}

.overlay {
  position          : absolute;
  bottom            : 0;
  left              : 0;
  right             : 0;
  background-color  : #39174b;
  overflow          : hidden;
  width             : 100%;
  height            : 100%;
  -webkit-transform : scale(0);
  -ms-transform     : scale(0);
  transform         : scale(0);
  -webkit-transition: 0.3s ease;
  transition        : 0.3s ease;
}

.col-lg-4:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform    : scale(1);
  transform        : scale(1);
}

.text {
  color            : white;
  font-size        : 20px;
  position         : absolute;
  top              : 35%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
  text-align       : center;
}

.CTA-button {
  padding         : 0.25rem 1.5rem 0.5rem;
  background-color: #ecece8;
  border          : 10px #954d9e;
  color           : #39174b;
  font-size       : 2rem;
  margin          : 10px auto;
  cursor          : pointer;
  border-radius   : 6px;
}