/* custom */

/*body.frontpage {
  background-image: url("/themes/vliegencuracao/images/header.jpg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 20vh;  set height to 50% of viewport height 
}*/


.header.dark .header-main {
  background: #fff !important;
  padding: 10px 0;
  margin-top: -15px;
}

.region-primary-menu .menu a {
  color: #000603;
}

.frontpage main#main.page-content {
  background: none;
  padding: 0px;
}

.frontpage .views-row, main#main.page-content {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}

.frontpage .views-row {
  margin-bottom: 25px;
}

.frontpage .node-view-mode-teaser {
  margin-bottom: 0px;
}