body {
	background-color: #111;
}

h2 {
    font-size: 28px;
}

#team {
	background-color: white;
}

#footer i {
    font-style: normal;
}

#footer .links-section {
	text-align: center;
}

#footer .links-section img {
	height: 75px;
	margin: 20px;
	margin-bottom: -20px;
    padding-right: 8px;
}

.logo-top {
    max-width: 100px;
    width: 100px;
    height: 60px;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 30px;
    right: 0;
    z-index: 1000;
}

.img-filter {
	filter: sepia(100%) hue-rotate(170deg) saturate(200%);
	-webkit-filter: sepia(100%) hue-rotate(170deg) saturate(200%);
}

.img-filter-invert {
	filter: invert() sepia(100%) hue-rotate(170deg) saturate(200%);
	-webkit-filter: invert() sepia(100%) hue-rotate(170deg) saturate(200%);
}

.img-filter-invert-muted {
	filter: invert() sepia(100%) hue-rotate(170deg) saturate(100%);
	-webkit-filter: invert() sepia(100%) hue-rotate(170deg) saturate(100%);
}

.img-embed {
	display: inline;
	max-width: 400px;
	margin: 20px;
	margin-left: 0;
}

.home-image {
	margin-bottom: 20px;
    max-height: 300px;
    opacity: 0.40;
    filter: brightness(5);
    -webkit-filter: brightness(5);
}

.sub-section {
	font-size: 0.8em;
}

.sub-section span {
	color: white;
}

.sub-section p {
	display: block;
	color: #666;
	font-size: 0.9em;
	margin-top: 10px;
}

.row-spacer {
	height: 50px;
	width: 100%;
}

.feature i {
    margin-right: 1em;
    border-radius: 0;
    border: none; 
}

@media screen and (max-width: 767px){
  .logo-top {
    display: none !important;
  }
}

@media screen and (min-width: 992px){
  #about-swap-1 {
    display: block !important;
  }
  #about-swap-2 {
    display: none !important;
  }
  .slider-mobile {
	  display: none !important;
  }
}

@media screen and (max-width: 991px){
  #about-swap-1 {
    display: none !important;
  }
  #about-swap-text {
    padding-left: 15px !important;
  }
  #about-swap-2 {
    display: block !important;
  }
}

@media screen and (max-height: 700px) and (max-width: 450px){
	.home-image {
		margin-top: 15%;
	}
	h2 {
		font-size: 2em;
	}
}

@media screen and (max-height: 700px) and (max-width: 375px){
	.home-image {
		margin-top: 25%;
	}
}

@media screen and (max-height: 570px) and (max-width: 320px){
	.home-image {
		margin-top: 50%;
	}
	h2 {
		font-size: 1.5em;
	}
	p.white-text {
		font-size: 0.7em !important;
	}
}
