/**
 * Copyright (c) 2018 Eurotech and/or its affiliates.
 *
 * This program and the accompanying materials are made
 * available under the terms of the Eclipse Public License 2.0
 * which is available at https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 */

/* HEADER */

#header-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  #main-menu .navbar-header {
      padding-top: 0;
      padding-bottom: 0;
  }
}


/* BODY */

.jumbotron {
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}


@media screen and (min-width: 768px){
.jumbotron {
padding-top: 20px;
padding-bottom: 0px;
}
}

.news-list .news-list-icon .feather {
height: 50px;
stroke: #f7941e;
width: 50px;
padding-top: 10px;
}


.timeline .gs-item {
  padding-bottom: 20px;
  padding-left: 30px;
}

/* CAROUSEL */

.carousel-inner .item {
  text-align: center !important;
  height: 500px !important;
}

.carousel-inner img {
  max-height: 100% !important;
  max-width: 100% !important;
  display: inline !important;
}

@media (max-aspect-ratio: 1/1) {
  .carousel-inner .item {
    height: 56vw !important;
  }
}

.carousel {
  background-color: rgb(247,247,247) !important;
  border: solid 1px rgb(203,203,203) !important;
}

.carousel-control {
  color: black !important;
  background-image: initial !important;
  opacity: 0.8;
  transition: opacity 0.25s;
}

.carousel-control:hover {
  opacity: 0.6;
}

/* DOWNLOADS TABLE */

#downloads-filters label {
  margin-right: 20px;
  margin-left: 20px;
}
#downloads-filters {
  padding: 20px;
}

/* COMMUNITY MENU */

@media (min-width: 768px) {
  #main-menu li.dropdown.eclipse-more .dropdown-menu {
      width: initial;
  }
}

.yamm-content a {
  white-space: nowrap;
}

/* PARTICIPATE CONTRIBUTE */

.step .feather {
  stroke-width: 1;
}

.twitter-feed {
   max-height: 600px;
   overflow: scroll;
}
