/*!
 * Start Bootstrap - Logo Nav (https://startbootstrap.com/template-overviews/logo-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logo-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  color: #555753;
  transition: all 1s ease;
}
 .aligncenter {
   text-align: center;
   display: block;
   margin: 0 auto;
 }

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }}

h1,h2 {
  color: #77CFBE;
}

h1,h2,h3,h4 {
  text-align: left;
}

h1 {
	text-transform: uppercase;
}

#slider h4 {
  text-align: center;
  }

.carousel a {
  cursor: pointer;
}

nav {
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-height: 80vh;
  align-items: flex-start;
}


@media(max-width:992px) {
	nav { overflow-y: scroll;  }
}

.maxh-100 {
	max-height: 99vh !important;
}

/*
.scroll-y {
	overflow-y: scroll !important;
}
*/

nav .dropdown-item {
  font-size: 0.9em;
}

nav .dropdown-item::before {
  content: '– ';
}

a, a:hover, a:visited, a:link, a:active, a:focus {
  color: #329E88;
}

#content {
  overflow: auto;
}


#content ul {
  margin: 5px auto;
  padding: 0 20px;
  list-style: square;
  color: #c0c0c0;
}

#content ul li {
  color: #2E3436;
}

#content ul li a {
  color: #7478AA !important;
}

.text-primary {
  color: #329E88 !important;
}

.bg-primary {
  background: #77CFBE !important;
}

#slider .carousel-item img {
  object-fit: cover;
  object-position: 0 0;
  height: 500px; }
@media (max-width: 1200px) { #slider .carousel-item img { height: 400px; } }
@media (max-width: 991px) { #slider .carousel-item img { height: 300px; } }
@media (max-width: 575px) { #slider .carousel-item img { height: 200px; } }

#slider .carousel-caption {
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.4);
}

.obj-cover {
  object-fit: cover;
}

.item-post {
  border: 1px solid white;
  margin: 0;
  padding: 0;
  aspect-ratio: 1/ 1;
  background-size: cover;
  overflow: hidden;
  font-size: 0.8em;
}

#content img {
  max-width: 100% !important;
  height: auto !important;
}


.item-post-cover {
  padding: 20px;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

@media (max-width: 720px) {
  .item-post-cover {
    opacity: 0.9;
  }
}

.item-post-cover:hover {
  opacity: 1;
}

.gallery-image:hover {
  transition: opacity 0.3s ease-in-out;
  opacity: 0.8;
}

.wp-caption {
  max-width: 100% !important;
}

.gallery-image:hover {
  transition: opacity 0.3s ease-in-out;
  opacity: 0.8;
}

.wpcf7-form-control {
    max-width: 100% !important;
}
