#logo {
  width: 100%;
  height: auto;
}

#header-link:link, #header-link:visited {
  color: #00A650;
}

#header-content {
  font-size: 1.25rem;
}

.header-icon-link {
  padding-left: 10px;
  color: #00A650;
}

.header-icon-link:hover {
  text-decoration: none;
  color: #00A650;
  filter: brightness(80%);
}

.title {
  text-align: center;
  font-weight: bold;
  color: #00A650;
  margin-top: 1.75rem;
}

.subtitle {
  font-size: 1.5rem;
  text-align: center;
  font-style: italic;
}

.left{
  text-align: left;
}

.navbar {
  padding:0rem;
}

.dropdown .dropdown-menu {
  border-radius:0;
 }

.header-details {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.content {
  margin-top: 2rem;
  text-align: justify;
}

.portfolio {
  margin-top: 3.5rem;
}

.portfolio-item {
  margin-bottom: 30px;
}

.card-img-top {
  height: 100%;
  min-height: 60px;
  display: block;
  margin: 0 auto;
}

.card {
  border: 0;
}

.card-title {
  color: #00A650;
  text-align: center;
  font-weight: bold;
}

.card-text {
  font-size: 1.15rem;
}

.pa-card-title {
  color: #00A650;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}

.pa-card-subtitle {
  color: #343A40;
  font-style: italic;
  font-weight: bold;
  font-size: 1.25rem;
}

.pa-card-img-top {
  height: auto;
  margin: 10px auto;
}

.pa-card-body {
  margin: 0;
}

.main-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centered {
  position: relative;
  width: 100%;
  display: block;
}

.bottom-left {
  position: absolute;
  bottom: 15%;
  left: 20%;
  color: white;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption h3 {
  font-size: 2.75rem;
}

.carousel-caption p {
  font-size: 1.15rem;
}

.carousel-item:before {
  content:'';
  position: absolute;
  width:50%; 
  height:100%;
  top:0; 
  left:0;
  background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(255,255,255,0));
}

.carousel-indicators li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #999999;
}

.carousel-caption {
  text-align: left;
  width: 40%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  left: 50px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.75s;
  transition-property: opacity;
 }
 
 .carousel-fade  .carousel-item.active,
 .carousel-fade  .carousel-item-next.carousel-item-left,
 .carousel-fade  .carousel-item-prev.carousel-item-right {
   opacity: 1;
 }
 
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-right {
  opacity: 0;
 }
 
 .carousel-fade  .carousel-item-next,
 .carousel-fade .carousel-item-prev,
 .carousel-fade .carousel-item.active,
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
 }

.footer-link {
  color: white;
}

.footer-link:hover {
  color: #999999;
  font-weight: bolder;
  text-decoration: none;
}

.footer-navlink {
  font-size: 0.75rem;
  color: white;
  margin: 0 20px;
}

.footer-navlink:hover {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

.footer-icon-link {
  font-size: 0.7rem;
  padding: 0 10px;
  color: #343A40;
}

.footer-icon-link.fa-stack {
  margin: 15px 0;
}

.footer-icon-link:hover {
  text-decoration: none;
  color: #343A40;
  filter: brightness(80%);
}

.footnote {
  font-size: 0.6rem;
}

footer {
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
}

/* Small devices (phones) */
@media screen and (max-width: 767px) {
  h2 {
    font-size: 4vw;
  }
}

/* Medium devices (tablets, 768px and up) 
The navbar toggle appears at this breakpoint */
@media (max-width: 1024px) {  
  .header{
    padding: 1rem 0;
  }

  .nav-link {
    font-size: 1.25vw;
  }

  .carousel-item {
    height: 40vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .carousel-caption h3 {
    font-size: 2rem;
  }
  
  .carousel-caption p {
    font-size: 1rem;
  }

  .title {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: #00A650;
    margin-top: 1.75rem;
  }
  
  .subtitle {
    font-size: 1.25rem;
    text-align: center;
    font-style: italic;
  }

}

@media (min-width: 1025px) {
  .header{
    padding: 1rem 0;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius:0;
  }

  .navbar {
      height: 3rem;
  }

  .zoom {
    transition: transform .2s; /* Animation */
  }
  
  .zoom:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 1;
  }
}
