@charset "utf-8";
/* CSS Document */


/* Begin standard CSS class selectors*/

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Josefin Slab', serif;
  font-style: oblique;
  font-size: 5rem;
  font-weight:700;
  color: #29221F;
  text-align: center;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-family: 'Josefin Slab', serif;
  font-style: oblique;
  font-size: 4rem;
  font-weight:700;
  color: #FFFFFF;
  text-align: left;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-family: 'Roboto', sans-serif;
  font-variant: small-caps;
  font-size: 2.5rem;
  font-weight:400;
  color: #4D361E;
  text-align: left;
  padding-bottom: .5em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight:400;
  color: #000000;
  text-align: left;
  padding-bottom: .5em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  font-variant: small-caps;
  font-size: 1.5rem;
  font-weight:700;
  color: deeppink;
  text-align: left;
  padding-bottom: .5em;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #243757;
  text-align: left;
  background-color: #000000;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  font-color: #000000;
}

/* End standard CSS class selectors*/



/* Begin customized CSS class selectors*/


/* Begin Navbar*/
.navbar_dance {
  background-color: #DEABAB;
  text-decoration-color: #FC354C;
}

 .btn {
    transition: none;
	  color: #000000;
  }

.btn-outline-success {
  color: #000000;
  border-color: #000000;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(00, 00, 00, 00);
}

/* End Navbar*/

/* Begin Hero/Jumbotron*/

.jumbotron {
  margin-bottom: 0rem;
}

.hero_custom {
  padding: 0rem 1rem;
  background-color:#000000;
  color: white;
  
}

.hero_header {
  margin-top: 0;
  margin-bottom: 0rem;
  font-family: 'Merriweather', serif;
  font-style:italic;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #DEABAB;
  text-align: left;
  vertical-align:top;
}

/* End Hero/Jumbotron*/

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding: 10px 35px 10px 35px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000000;
}
.photo-cutline {
  font-family: 'PT Serif', serif;
  font-size: 1.25em;
  font-style: italic;
  position:static;
  padding-top: 10px;
  color: #243757;
  text-align: center;
}

 .image_left {
  float: left;
  padding: 10px 10px 10px 0px;}

 .image_right {
  float: right;
  padding: 10px 0px 10px 10px;}

 .image_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fit-image {
        position: relative;
        top: 0;
        left: 0;
        width: 35%;
        height: 35%!important;
    }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* Begin Body section*/
  


  .col-md-12 {
	background-color: #EFD5D5;
	text-align: justify;
	width: 100%;
    padding: 10px 35px 10px 35px;
    margin-right: auto;
    margin-left: auto;
  }

  .tab {
	  margin-left: 10%;
	  margin-right: 10%;
   }

    .photo_slider {
	background-color: #EFD5D5;
	text-align: justify;
	width: 100%;
    padding: 10px 35px 10px 35px;
    margin-right: auto;
    margin-left: auto;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   left: 0;
   position: absolute;
   top: 0;
   height: 100%;
   width: 100%;
   text-align:center;
   margin-right: auto;
}

.byline {
  font-size: 1.25rem;
  font-weight: 300;
  color: #FFFFFF;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
}

.custom_h1contact {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Merriweather', serif;
  font-size: 3rem;
  font-style: normal;
  font-weight:600;
  color: #29221F;
  text-align: center;
}



/* End Body section*/

.MLIS_text_footer {
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  font-size: 13px;
  text-align: justify;
  font-style: italic;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

/* End customized CSS class selectors*/
