@charset "utf-8";
/* CSS Document */
.jumbotrontop {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
  background-color: #fff;
  border-radius: 0.3rem;
	min-height:302px;
	background-image: url("../images/header_large.jpg");
}
.transpa {
	background-color: rgba(255,255,255,0.7);
}
.footerld {
	color: #FFF;
	background-color: #407192;
	padding-top:10px;
}
.footerld a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.footerld a:hover {
  color: #FEF4C4;
  text-decoration: underline;
}

.jumbotrontop-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.logo {
	margin-left:2rem;
	max-width:370px; 
	height:auto;
}
.bannerimage {
	margin:2px;
	border-radius: 0.25rem;
}
.bg-hornung {
  background-color: #992432 !important;
}
.btn-hornung {
  background-color: #992432 !important;
}
.text-hornung {
  color: #992432 !important;
}
.media-body ul {
  margin-top: -15px;
  margin-bottom: 1rem;
 margin-left: -24px;	
}
.media-body ul li {
  list-style: disc;
	list-style-position: outside;
}

@media (min-width: 576px) {
	.jumbotrontop {
    padding: 4rem 2rem;
  }
}

@media (max-width: 576px) {
	.logo {
    width: 70%;
  }
	.jumbotrontop {
		background-image: url("../images/header_mobile.jpg");
		min-height: 200px;
	}
	.teamphoto {
		width:125px;
		height: auto;
	}
	.jumbotrontop h1 {
		font-size: 140%}
	}
}

