/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  background-color: #fff;
  color: #000;
	padding-top: 4rem;
  /* padding-bottom: 4rem; */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.banner_regular {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-shadow: 0px 1px #d8d8d8;
}

.banner_bold {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-shadow: 0px 2px #d8d8d8;
}

.banner_title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-shadow: -1px  1px 0 #6c6c6c,
								1px  1px 0 #6c6c6c,
							  1px -1px 0 #6c6c6c,
							 -1px -1px 0 #6c6c6c,
							 -2px  0   0 #6c6c6c,
								2px  0   0 #6c6c6c,
								0    2px 0 #6c6c6c,
								0   -2px 0 #6c6c6c;
	/* text-shadow: 0px 3px #363636; */
}

.title_regular {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.title_bold {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.title_large {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.75rem;
	font-weight: 300;
	line-height: 1.2;
}

.title_medium {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.00rem;
	font-weight: 300;
	line-height: 1.2;
}

.div-img-zoom-out,
.div-img-zoom-in {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.div-img-zoom-out.hidden,
.div-img-zoom-in.hidden {
	overflow: hidden;
}

.div-img-zoom-out.border-rounded,
.div-img-zoom-in.border-rounded {
	-webkit-border-radius: 1.50rem;
	-moz-border-radius: 1.50rem;
	border-radius: 1.50rem;
}

.div-img-zoom-out .img,
.div-img-zoom-in .img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* width: 100%; */
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.div-img-zoom-out:hover .img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.div-img-zoom-in:hover .img {
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
}

.ico_fb, .ico_tw, .ico_ln, .ico_yt, .ico_wa {
	color: #808080;
}

.ico_fb:hover {
	color: #3b5998;
}

.ico_wa:hover {
	color: #25D366;
}

.ico_tw:hover {
	color: #00acee;
}

.ico_ln:hover {
	color: #0e76a8;
}

.ico_yt:hover {
	color: #c4302b;
}

.nav-link, .dropdown-item {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
}

.nav-link.active, .nav-link:active, .dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #007bff;
		border-radius: .25rem;
}

.nav-link:focus, .nav-link:hover,.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #007bff;
		border-radius: .25rem;
}

.footer-item, .footer-item.disabled, .footer-item > a {
		padding: .25rem 0 .25rem .25rem;
		border: 0;
		text-decoration: none;
		color: #fff !important;
		background-color: transparent;
}

.footer-item:focus, .footer-item:hover {
		color: #fff !important;
		text-decoration: none;
		background-color: #007bff;
		border-radius: .25rem;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
	color: #000;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem; /* 28 */
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 28rem;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000F42' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000F42' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators .active {
  background-color: #000F42;
}

.carousel-indicators li {
	border: 1px solid #000F42;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing-container {
	/* background-color: rgba(128,128,128,0.5); */
}

/* Featurettes
------------------------- */

.featurette {
  margin: 1.5rem 0 6rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-divider {
  margin: 1rem 0 4rem 0; /* Space out the Bootstrap <hr> more */
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
	color: black;
}

footer p {
  margin-bottom: .25rem;
}

/* NEW BUTTON CSS
-------------------------------------------------- */

.border-purple {
  border-color: #6f42c1 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6f42c1;
  background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.border-pink {
  border-color: #e83e8c !important;
}

.text-pink {
  color: #e83e8c !important;
}

.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c;
}

.btn-outline-pink:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #e83e8c;
  background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 62, 140, 0.5);
}
