body {
	
	background-color: #f8f9fa;
}
.jumbotron {
background-image: url("../images/banners/banner1.jpg");
background-size: cover;
height: 500px;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 90%, 75% 100%, 25% 100%, 0 90%);
border-top: solid #fff 1px;
margin-bottom: 0rem;
}

.jumbotron-heading {
	font-size: 3.5rem;
	
}

.banner-text {
	width:80%;
	background-color: rgba(255,255,255,0.75);
	padding: 20px;
	display: inline-block;
  margin: 50px auto 0px auto;
}

.top-space {
	margin-top: 2.0rem;
}


.cardBackground {
	height: auto;
	width:100%;
    background-repeat: no-repeat;
} 

.img {
	
	max-width: 100%;
    height: auto;
}

.navbar-brand {
letter-spacing: 0.04em;
}

.border-med {
  border-color: #c7c7c7 !important;
}

.nav-link {    
	padding-right: 0.8rem;
    padding-left: 0.8rem;}

.footer {
	padding: 20px;
	color:#fff;
}