.page-header, .page-header h1 {
  margin-top: 0px;
}

.place {
  background: url(https://2019.ecoop.org/getImage/orig/web-header-middle-300dpi.png) no-repeat;
  width: 80%;
  background-size: 103px 112px;
  position : absolute;
  top: 0px;
  left: 230px;
  padding-top: 110px;
  font-weight: bold;
  background-position-x: 240px;
  background-position-y: -1px;
}
.place{
  color: #e60000;
/*   color: black; */
}
.place a{
  color: black;
/*   color: #e60000; */
}

@media (max-width: 900px) {
  .place {
    background: none;
  }
}

.navbar-brand {
  float: right;
  position: relative;
  display: block;
  z-index: 10;
  
  margin-top: 15px;
  height: 105px;
  width: 233px;
  background: url(https://2019.ecoop.org/getImage/orig/web-header-right-300dpi.png) no-repeat;
  background-size: 237px 112px;
}

.brand-text {
  visibility: hidden;
}

.carousel .item {
  width: 100%;
  height: 300px;
}

.carousel-inner {
  height: 200px;
}

.logobar {
  height: 130px;
  width : 100%;
  background-position: 0px 0px !important;
  background: url(https://2019.ecoop.org/getImage/orig/web-header-left-300dpi.png) no-repeat;
  background-size: 395px 112px;
}

.logobar .container {
  border-bottom: 0;
}

@media (max-width: 780px) {
  .logobar {
    background: none;
    height: 80px;
  }

  .navbar-brand {
    top: 25px;
    background-size: 119px 56px;
  }

  .place {
    text-align:center;
    height: 80px;
    left: 0px;
    padding-top: 0px;
    width: 100%;
  }
}

@media (max-width: 950px) {}
  
.blog-link {
  display: none;
}

/* Reorder sidebar */ /*This can now be configured under Display and Web Presence*/
/* 
#home .col-sm-offset-1.sidebar {
  display: flex;
  flex-direction: column;
}

#home .col-sm-offset-1.sidebar div.panel:nth-child(1) {
  order: 3;
}
#home .col-sm-offset-1.sidebar div.panel:nth-child(2) {
  order: 4;
}
#home .col-sm-offset-1.sidebar div.panel:nth-child(3) {
  order: 2;
}
#home .col-sm-offset-1.sidebar div.panel:nth-child(4) {
  order: 1;
}
#home .col-sm-offset-1.sidebar div.panel:nth-child(5) {
  order: 5;
}
 */

span.output-badge img {
    max-width: unset;
    max-height: unset;
}