body {
  background: #F0F0F0;
}

.btn {font-weight: bold;}

.container-white-bkg {
  background: #fff;
  margin-bottom: 12px;
}
.col-pad {
  padding-top: 30px;
  padding-bottom: 30px;
}
.col-pad-top {
  padding-top: 30px;
}
.col-pad-bottom {
  padding-bottom: 30px;
}
.mnav {
  background-color: #000 !important;
}
.nav-link {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, .8) !important;
  font-size: 12px;
}
.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
.navbar-toggler {
  border: rgba(0, 0, 0, 0.00);
}
.logo {
  width: 200px;
}
h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  color: #212121;
  font-weight: 700;
}

.bigh1 {
	font-size: 60px;
}
p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #212121;
}

.alert-success-p {
	color: #155724;
	font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.alert-warning-p {
	color: #503c02;
	font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.alert-success-p-last {
  color: #155724;
	font-size: 18px;
	margin-bottom: 0px;
}

.alert-warning-p-last {
  color: #503c02;
	font-size: 18px;
	margin-bottom: 0px;
}

li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #212121;
}


.nav-item {
	margin-bottom: 0;
}

p.small {
  line-height: 1.5;
}
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
}
h5 {
  color: #000 !important;
}
.jumbotron {
  border-radius: 0 !important;
  padding: 8rem 2rem;
}
.h-white {
  color: #ffffff !important;
}
.less-pad {
  padding-left: 7px;
  padding-right: 7px;
}
.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform .5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.3);
}

@media (min-width: 768px) {
	.mobcopy {
		display: none;
	}
}
@media (max-width: 767.98px) {
  .logo {
    width: 150px;
  }
  .col-pad {
    padding: 10px 20px;
  }
  h1 {
    font-size: 30px;
  }
  h5 {
    font-size: 24px;
  }
  p {
    margin-bottom: 25px;
  }
  .less-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
.bigh1 {
	font-size: 42px;
}

}