body {
background-color:#Fffff2;
font-size:15px;
}




.nav, .w3-bar-menu, .w3-bar-item, .w3-dropdown-hover, .w3-button, .button{
	background-color:#EBE9D8;
}
	

.w3-dropdown-hover {
border:0;
}


.w3-button, .button {
text-decoration:none;
color:#002C80;
font-family: "Roboto Slab", serif;
}
	
.w3-button,.button {
border: none;
} 
	
.nav-brochure-btn {
background-color:#EA3023;
color:#fffff2;
text-decoration:none;
font-family: "Roboto Slab", serif;
}

.nav-brochure-btn:hover {
background-color:#002C80;
}

.regularBtn {
border:none;
padding:1% 2%;
border-radius:10px;
color:#faf5f2;
background-color:#002C80;
text-decoration:none;
font-family: "Roboto Slab", serif;
}


w3-button:hover, .button:hover, .regularBtn:hover {
text-decoration:none;
background-color:#EA3023;
color:#fffff2;
}

w3-button:focus, .button:focus, .regularBtn:focus {
text-decoration:none;
background-color:#EA3023;
color:#fffff2;
}

.hpLogo{
padding:2%; 
width:70%;
}
	
	
h1, h2, h3, h4 {
color:#292838;
font-family: "Roboto Slab", serif;
}

h4{
font-size:1.4em;
padding-top:1%;
color:#e2000c;
}

.home{
font-family: "Roboto Slab", serif;
font-size:1.5rem;
color:#EA3023;
}


.carousel-item {
    transition: transform 2s ease-in-out;
  }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 1s 1s;
  }

.carousel-caption  {
background-color: #002C80;
opacity:85%;
height:5%;
width:100%;
position: absolute;
bottom:0;
left:0;

}

.carousel-caption p{
position: relative;
padding: 0 0 0 15%;
text-align: left;
z-index:6;
bottom:1rem;
color:#fffff2;
}

.carousel .carousel-indicators button {
 height:15px;
width:15px;
border-radius:50%;
background-color:#fffff2;
}

.carousel-indicators {
        left:60%;
bottom:-0.8rem;
    }

.intro {
padding: 2% 5%;
}

.lrgrText{
font-size: 1.2em;
}

.quote{
font-size: 1em;
font-family: "Roboto Slab", serif;
}

a {
color:#000000;
text-decoration:underline;
}

a:hover {
color:#002C80;
}

.contrast{
background-color:#EBE9D8;
}

.w3-content, .contrast{
font-size: 1em;
}

.w-third {
background-color:#fffff2;
}



footer{
padding:1%;
text-align:left;
font-size: 0.9rem;
background-color:#EBE9D8;
color:#000000;
}

footer a {
color:#000000;
text-decoration:none;
}

footer a:hover {
color:#EA3023;
}

.fa-facebook-official, .fa-instagram, .fa-youtube{
text-decoration:none;
font-family:sans-serif;
}

.fa-map-marker, .fa-phone, .fa-envelope, .fa-facebook-official, .fa-instagram, .fa-youtube {
width:5%;
}

input[type=text], select {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=textarea] {
  width: 80%;
  min-height:150px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 50%;
 border:none;
padding:1% 2%;
border-radius:10px;
color:#faf5f2;
background-color:#002C80;
text-decoration:none;
margin: 8px 80px;
display: inline-block;
float:right;
}

input[type=submit]:hover {
  background-color: #EA3023;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
