
body {
    background-color:#424456 /* #4b446d */;
}
.navbar {
    margin-top:1.5em; 
}

.meeting-masthead {text-align: left;
    margin-top: 20px;}

.archive-link {
    padding-left: 1.2rem;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight:300;
    letter-spacing:2px;
    color:#fff;
    opacity:0.6;
    vertical-align: middle; 
    text-decoration: none;
    display: inline-block;
}

a.archive-link:hover {
    color: #fff;
    text-decoration: none;
}

.CSHL-logo {
    margin: 0 40px 0 0;
    opacity:0.6;
    padding-left: 10px;
    width: 350px; 
}

.meeting-field, .meeting-field-fat {
    padding:0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align:right;
}

.meeting-field img {
    height: 100%; }


section.meeting-title {
    padding: 2rem;
}

section.b-meeting-title {
    padding: 0rem 2rem;
}

section.banner-meeting-title {
    padding-top: 1rem; 
    padding-bottom: 1rem;
    padding-right: 2rem;
    margin-left: 20%;
}

.nav-item {
    color: #fff;
    font-family: "Gotham Narrow"", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-right: 10px;
 }


.mobile-nav-item  {
border-bottom: solid 1px #c5a9ae;
text-align: center;
font-size: 18px;
padding: 1em;
text-transform: uppercase;
letter-spacing: .2em;
 }
 
 .mobile-nav-item-last  {
    border-bottom: none;
     }

.organizers {
	color: #000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:right;
	list-style-type: none;
    line-height:   1.5;
    padding: 10px 0;
}

.location   {
    color: #ffe98f;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: Lucida Grande, "Trebuchet MS", Verdana, sans-serif;
    text-transform: uppercase;
    padding-top:1em;
    font-weight: 400;
    line-height: 2;
}

.b-location   {
    color: #fffb;
    font-size: 1.6vw;
    font-family: Lucida Grande, "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 3px;
    font-weight: 300;
    line-height: 2;
    margin-bottom: auto;
}

.organizers-list {
	color:#fff;
    padding: 0 2rem;
    line-height:   1.3;
    list-style-type: none;
}

li.organizers  {
	color:#fff; 
	opacity:.8;}

.organizer-title {
	color:#fff;
	opacity:.7;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin:1em 0;
}

#header   {
    color: #ffffff;
    font-family: Roboto Slab, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 3.5rem;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: right;
}

#b-header   {
    color: #b6dee8;
    font-family: "Roboto Slab", "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 3rem;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: right;
}

#subhead {
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffe98f;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: -8px;
}

#b-subhead {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #d9b2b3;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
}

#bottom-field {
	/* background-color: #aacda4; 
	opacity: .6; */
	width:100%;
    margin-left: 0;	
    margin-top:60px;
    padding:15px;
}

/** BRENNER **/

#brenner-photo {
margin-top:-140px;
padding-left:32px;} 


* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */

.column {
  float: right;
  width: 50%;
  padding: 10px;
  padding-right:32px;
}
/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}



div.xfeaturette {
    background-color: #aacda4;
    padding-top: 20px;
    padding: 20px;
}

div.featurette {
    background-color: #f8f9fa;
    padding: 20px;
}

ul.tigerstriping li { background: #f8f9fa;}
ul.tigerstriping li:nth-child(2n+1) { background: #E6E6E6; }


footer {
        margin-top: 20px;
       }

footer div {
	font-size: 18px;
	color: #cccccc;
	margin: 30px;
	}
footer a {
	color: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	}

.groupoflinks {
	background-color: #98ba92;
        padding: 20px 10px 20px 20px;
        }

.groupoflinks .btn-danger {
        background-color: #8B525C;
        border-color:     #8B525C;
	}

.groupoflinks h3 {
	color: white;
	}

.videoarea {
	background-color: #f8f9fa;
        padding: 30px;
	}


.chairs {
 	color: #212529;
	}

h4.center {
	font-size: 1.5rem;
	justify-content: center;
	display: flex;
	margin: 34px 0px 24px;
}


.meeting-field {
        background-image: url(../img/worm-bg-4.png);
        xbackground-position-y: -30vw;
        background-size: cover;
    }
    
/* .meeting-field-fat {
        background-image: url(../img/worm-bg-3.png);
        background-size: cover;
    } */

@media only screen and (max-width : 780px) {
        .archive-link {display:none;}
    }
    
/* Small Devices, Tablets */

@media only screen and (max-width : 990px) {
       #brenner-photo {margin-top:0px;
       width: auto;
       max-height: 300px;}
       #subhead {font-size: 28px;}
       #header   {font-size: 2.5rem;}
       .meeting-field {
        background-image: url(../img/worm-bg-768w.png);
        background-position: right;}

 } 

@media only screen and (max-width : 900px) {
      .column {width: 100%;} 
       

 } 

/* Extra Small Devices, Phones */
@media screen and (max-width : 620px) {
       #subhead {font-size: 28px;}
       .meeting-field {
      background-image: url(../img/worm-bg-mobile.png);} 

 }


