<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  /* min-height: 2000px;*/
}


/* Misc things */

.firstletter { 
	float: left; 
	color: #46A; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: Georgia; 
}

.rightfloat {
	float: right;
	margin:20px;
}

.rightfloat-nomargin {
	float: right;
}


.leftfloat-nomargin {
	float: left;
}

.lead-small {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.white {
	color: white;
}

.white-bg {
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 3px 10px;
  font-size: 18px;
  line-height: 20px;
}


.hlist li {
  font-size: 16px;
  display: inline-block;
  margin: 10 10px;
}

.hlist li + li::before {
    content: " â€¢ ";
}


/* Some Jumbotrons to consider using */
.teach {
    position: relative;
    background: #000 url("images/MeTalkAlt.tif") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    color: white;
}

.group {
    position: relative;
    background: #000 url("images/GroupTalk.png") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    color: white;
}

.research {
    position: relative;
    background: #000 url("images/Board2.png") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    color: white;
}

.network {
    position: relative;
    background: #000 url("images/NetworkImage3.png") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.blank {
    padding: 0px 15px;
    position: relative;
    background: #FFF;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}</pre></body></html>