@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
}
a {
  color: rgb(227, 6, 19);
}
em.highlight {
  color: rgb(227, 6, 19);
  font-family: sans-serif;
  font-weight: bold;
  font-style: normal;
}
.logobar .brand-text::before {
  vertical-align: sub;
  content: url('https://2022.ecoop.org/getImage/orig/ecoop-icon-3col-nobg-smaller.png');
}
.navbar-brand {
  /* position: relative; */
  /* float:left; */
  height: 80px;
  margin-left: 15px;
  width: 260px;
  background: url(https://2022.ecoop.org/getImage/orig/header.jpg) no-repeat;
  background-position: 0% 50%;
  background-size: auto 70px;
}
.brand-text {
  opacity: 0;
}
.logobar .container{
	border-bottom: 1px solid #e7e7e7;
}
.navbar{
  border-top: none !important;
  border-radius: 0px !important;
}
.navbar-brand {
  font-size : 36px;
}
.place {
  float: left;
  margin-top: 30px;
  font-size: large;
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}
#navigationbar {
    padding-left: 0;
}
#content .panel,
#content .panel .panel-heading,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child{
  border-radius: 0px;
}
#content .panel{
  border-color: dimgrey;
}
#content .panel .panel-heading,
#content .panel .btn-primary{
  background-color:dimgrey;
  border-color: dimgrey;
  color:#fff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #ecoop1987poster { display: none; }  /* hide poster on medum and small screens */
  .carousel { margin-bottom: 0px; }
  .navbar-brand {
    width: 180px;
    height: 60px;
    margin-left: 0px;
    background-size: auto 50px;
    font-size: medium;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  #twitter-widget-0 { height: 750px; }
}