html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html, body {
  color: #192c5f;
}
.container {
  max-width: 960px;
}
.img-fluid {
  min-width: 100%;
}
.card-deck .card {
  /*min-width: 220px;*/
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.navbar.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .5);
}
.navbar.border-bottom { 
	border-bottom: 1px solid #c7c7c7 !important; 
}

section {
  padding: 20px 0px 75px 0px;
  margin-bottom: 75px;
  /*border-bottom: 3px dotted #ececec;*/
}
p {
  max-width: 75%;
  margin: 10px auto 15px auto;
}
h2.display-4 {
	
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
h2.display-4 {
	font-family: 'Abril Fatface';
	text-align: center;
	margin-bottom: 48px;
	text-transform: none;
	font-size: 72px;
	color: #4285af;
}
h3 {
	
	font-weight: 800;
	text-transform: uppercase;
}
h5 {
	
	font-weight: 800;
	text-transform: uppercase;
/*	color: #313192;*/
}
.card-body i.fas {
	padding: 30px;
}
.top-img {

}
.preamble {
    font-size: 24px;
    padding: 30px 0 50px 0;
}
.dropcap {
	font-size: 48px;
	font-family: 'Great Vibes';
	line-height: 0.5;
}
ul.list-lg {
	font-size: 48px;
	font-family: 'Great Vibes';
	font-weight: 300;
	/*text-transform: uppercase;*/
	text-align: center;
	margin-bottom: 100px;
	color: #192c5f;
}
.text-sm {
	font-size: 11px;
	line-height: 1.2;
	margin: 0 auto;

}
.img-block {
	margin-bottom: 100px !important;
}
.text-muted, .navbar-light .navbar-nav .nav-link, .dropdown-item {
    color: #627ab9!important;
}
.navbar-light .navbar-brand {
	color: #045dab;
	font-weight: 500;
}
.product-list li {
	margin-bottom: 20px;
}
.product-list li strong {
	display: block;
}