/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

header img { float:none;
    margin-left: 1px;
}

#toc_container {
    top: auto;
  	position: static;
}
	
.mec-widget .mec-event-list-classic .mec-event-date {
color: #ffffff !important;
}

.footer-widget .widget-title {
     padding-left: 55px;
	text-decoration: underline;
}

blockquote {
	  width:85%;
	  margin-left:auto;
	  margin-right:auto;
    background: #f8f8f8;
	  padding: 0px 10px 5px 0px;
    font-size: 16px;
    border-left: 0px solid #fff;
}

#wpfront-notification-bar.wpfront-fixed 
{
	display:flex;
    position: fixed;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
	 /* background-image: url(https://www.rc.fas.harvard.edu/wp-content/uploads/2018/11/rc_winter_bar.jpg); */
 background-repeat: no-repeat;
background-position: center;
 background-size: cover;
}

.navigation {
	display: none !important;
}

.footer-widget li {
    margin-bottom: 5px;
    list-style-type: square;align-content;
}

#home-page-widgets {
padding: 32px 0 0;
	background-color: #8a8a8a;
}
.home-jumbotron {
    background-color: #3e7dab;
	  height: 460px;
		border-bottom: 10px solid #222;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 1px; }

article:nth-child(odd) {
    margin-left: 8% !important;;
}

pre {
    font-family: monospace;
    white-space: pre;
	  font-size: 14px;
	  background-color: #F4F6F7;
	  border-radius: 0px;
	  border: 1px solid #888;
}
code {
	  color: #d63838;
    background-color: #e6eef3;
}
h2 {
	    text-shadow: 2px 2px 4px #9999;
}

article .entry-title {
	  background-color:#fff; 
    font-size: 32px;
	  padding: 4px;
	  text-shadow: 3px 3px 4px #9999;
}
home-page-widgets {
    background-color: #3e7dab !important;
    background: #3e7dab !important;

}
.navbar {
    border-radius: 0px;
}
.navbar-inverse {
background-color: #222;
}
.navbar-nav {
	margin:0;
}

a:target { color: white; background: #bc002b; }

.VS-search .VS-search-box {height:35px;
 float: right;}

.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
    font-size: 30px;
}