	 body {background: url(images/mole-bg-xlg4.png); background-repeat: repeat-y; margin-bottom: 80px;}
	
	 main {box-shadow: 0 5px 5px #888;}
	 main.container {width: 1200px;}
	 .navbar-light {background-color: #acc9e2; border: #90b7d8 solid 1px; border-radius: 4px; margin-bottom: 20px;}
	 .navbar-light .navbar-nav .nav-link {font-size: 1.25rem; color: #000;}
	 .dropdown-menu {border: 1px solid #acc9e2; border-radius: 4px;}  
	 

	 #myCarousel > .carousel-inner > .carousel-item >.carousel-caption {
  position: absolute;
  top: 0;
  left: 68%;
  z-index: 10;
  color: #000;
  width: 330px;
  text-align: left;
}

.slideshow {border: 1px solid #464646; width: 482px; height: 482px; margin-left: 10px;}
.carousel-caption {position: absolute; bottom: 0; padding-bottom: 0;}


/*--------------------------------------------------------------------------------------------------------------*/

body {background-color: #e8e0db;}

main {background-color: #fff;}

header {font-size: 0.9rem;}
 	 a.darkblue {font-size: 0.9rem;}
	 a.darkblue:hover {background-color: #90b7d8;} 
	 a.darkblue:active {color: #212529;}
	 
.dropdown-item {background-color: #acc9e2;}  
	 
.caption2 {font-size: 0.75rem;}	 
footer {color: #9d9d9d; font-size: 0.75rem;}
footer > .container a {color: #fff;}

.h3symp {font-size: 1.5rem; color: #23527c;}

.btn-primary {background-color: #337ab7; border-color: #2e6da4;}

	a {text-decoration: none; color: #337ab7;}
	a:hover {text-decoration: underline;}

h1 {font-size: 1.5rem; color: #23527c;}
.h1 {font-size: 2rem; color: #000;}
h2 {font-size: 1.25rem; color: #cc6600; font-weight: normal;}
h3 {font-size: 1.25rem; color: #cc6600; font-weight: normal;}

.sidebarnav {border: 1px solid #ccc; background-color: #eeedec; border-radius: 5px; margin-right: 5px; padding: 0 5px;}
.sidebarnav a {display: block; padding-bottom: 3px; line-height: 1.25rem;}

.organizers-grid {display: inline-block; margin-bottom: 1.25rem;}
.col-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.organizers-grid .organizers {padding: 0; width: 300px; display: inline-flex;}
.organizers {
	height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 0 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
}

.organizers-grid .organizers .organizer-img {height: 200px; width: 200px; border-bottom: 1rem; border-radius: 50%;}
.organizer-img {display: block; align-self: center; margin-bottom: 1rem;}

.organizer-title {font-weight: 700; text-align: center;}
.organizer-subtitle {text-align: center;}
	 