body {
  background: #f9f9f9;
}

body, {
  border-bottom: 15px solid #218c74;
}

.main {
  border-bottom: 2px solid #218c74;
}

.navbar {
  background: #f9f9f9;
  border-bottom: 2px solid #fb7c75;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.navbar-nav {
  text-align: right;
}

h1 {
  font-weight: bold;
}

h3 {
  color: #218c74;
  text-align: left;
}

h4 {
  color: #fb7d76;
}

.container-invert {
  background: #f3f3f3;
  padding: 10px;
}

.mar-top-10 {
  margin-top: 10px;
}

.mar-top-20 {
  margin-top: 20px;
}

.mar-top-50 {
  margin-top: 50px;
}

.mar-top-60 {
  margin-top: 60px;
}

.mar-top-100 {
  margin-top: 100px;
}

.pad-top-25 {
  padding-top: 25px;
}

.pad-top-50 {
  padding-top: 50px;
}

.pad-bottom-100 {
  padding-bottom: 100px;
}

.open-sans-font {
  font-family: 'Open Sans', 'Lato', sans-serif;
}

.font-size-80 {
  font-size: 80px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-20 {
  font-size: 20px;
}

.awesome-date {
  padding: 10px;
  border: 2px solid #fb7c75;
  display: inline-block;
  color: #2e2e2e;
}

.btn-primary {
  background-color: #40407a;
  border-color:  #40407a;
}

.btn-primary:hover {
  background-color: #2c2c54;
  border-color:  #2c2c54;
}

.btn-info {
  background-color: #34ace0;
  border-color:  #34ace0;
}

.btn-info:hover {
  background-color: #227093;
  border-color:  #227093;
}

.btn-outline-primary {
  border-color: #218c74;
  color: #218c74;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: #218c74;
  color: white;
  border-color: #218c74;
  box-shadow: none;
}

a.btn-cfp.tsbutton {
  color: #218c74;
  border-width: 1px;
  text-transform: none;
  min-width: 195px;
}

a.btn-cfp.tsbutton:hover, a.btn-cfp.tsbutton:focus {
  border-width: 1px;
  color: white;
  text-transform: none;
}

#map {
  height: 500px;
}

#footer {
  padding-top: 0;
  background: #f3f3f3;
  position: absolute; 
  width: 100%;
  color: black;
  border-bottom: 15px solid #218c74;
  border-top: 2px solid #fb7d76;
}

svg.icon-link {
  height: 40px;
  width: 40px;
  fill: #218c74;
}

.sponsor-list svg {
  vertical-align: middle;
}

.sponsor-separator {
  margin-bottom: 50px;
  margin-top: 25px;
}

.sp-logo {
  max-height: 200px;
  max-width: 250px;
  margin: 50px 25px;
}

.partner-logo {
  display:inline-block;
  padding: 10px;
}

.latest-updates {
  justify-content: center;
}

.latest-updates > div {
  margin-left: 10px;
  margin-right: 10px;
}

.blog-list {
  max-height: 400px;
  max-width: 500px;
  padding: 30px !important;
  overflow-x: scroll;
  width: 400px;
  height: 400px;
  background: white;
}

.twitter-roll {
  max-width: 500px;
}

.blog-list, .twitter-timeline-rendered {
  border: 1px solid #e2e9ec;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

.blog-date {
  font-size: 0.7rem;
  color: #fb7d76;
}

@media screen and (min-width: 768px) {
  .speakers {
    display: flex;
    justify-content: center;
  }
}

.speaker {
  display: inline-block;
  max-width: 350px;
  margin: 20px;
}

.speaker-photo {
  border: 1px solid #fb7c75;
  width: 250px;
  margin: 20px 0;
}

a:link {
  color: #218c74;
  text-decoration: none;
}

a:visited {
  color: #218c74;
  text-decoration: none;
}

a:hover {
  color: #fb7d76;
  text-decoration: none;
}

a:active {
  color: #fb7d76;
  text-decoration: none;
}

.schedule-table {
  max-width: 1280px;
  margin: 0 auto;
}
