@charset "UTF-8";
/* CSS Document */
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 52rem;
	
  background-size: cover;
	border-image-repeat: none;
}
.showcase{
  padding: .5rem;
}

 #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .navbar-brand img {
    height: 4.5rem;
    transition: height 0.3s ease-in-out;
  }
  #mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #3376b9;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  #mainNav.navbar-shrink .navbar-brand svg,
#mainNav.navbar-shrink .navbar-brand img {
    height: 4.5rem;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
 header.masthead .masthead-heading {
    font-size: 5rem;
    font-weight: 700;
    line-height: 5.3rem;
    margin-bottom: 4rem;
	 text-shadow: 2px 2px 8px #0d061e;
  }
 header.masthead .masthead-subheading {
    font-size: 2.5rem;
    font-style: normal;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
	  text-shadow: 2px 2px 8px #0d061e;
	 text-style: italic;
	 
  }
span25{
	text-transform: none;
	font-size: 1.5rem;
}

span {
  color: white;
	text-style: bold;
	font-size: 1.2rem;
}

.page-section h3.section-subheading {
  font-size: 1.1rem;
  font-weight: 400;
  font-style: none;
	line-height: 1.5rem;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 4rem;
}

.btn-dark {
  color: #fff;
  background-color: #3376b9;
  border-color: #3376b9;
}
.btn-dark:hover {
  color: #fff;
  background-color: #286097;
  border-color: #286097;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #3376b9;
  border-color: #3376b9;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3376b9;
  border-color: #3376b9;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3376b9;
	border-color: #3376b9;}

.text-primary {
  color: #3376b9 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #286097 !important;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 20%;
	margin-bottom: 0px;
}
