html, body {
  height: 100%;
}

#social-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#mainCarousel {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

#footer-image {
  width: 300px;
  height: auto;
}

#navbar-logo {
  max-height: 80px;
  width: auto;
}

#mainCarouselInner {
  height: 100%;
}

.carousel-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

div.stretchy-wrapper {
	width: 100%;
	padding-bottom: 50.00%;
	position: relative;
}

div.stretchy-wrapper > div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;

	color: white;
	font-size: 24px;
	text-align: center;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.link-hover {
    transition: color 0.4s;
}

.link-hover:hover {
    color: #90CAF9;
}

.team-thumbnail {
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;

  max-width: 75px !important;
  height: auto !important;
}

@media only screen and (min-width: 768px) {
  .team-thumbnail {
    max-width: 120px !important;
    height: auto !important;
  }
}

.footer-dark {
  color: black;
}

.centered {
  text-align: center;
}

.row-margin {
  margin-top: 20px;
}

.footer-link {
  transition: .4s;
}

.footer-link:hover {
  color: #000;
}

.btn-facebook {
  background-color: #3B5998;
}

.btn-instagram {
  background-color: ##3F729B;
}

.btn-twitter {
  background-color: #1DA1F2;
}

.btn-github {
  background-color: #4B515D;
}

.btn-youtube {
  background-color: #de2827;
}
