@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playball&family=Signika+Negative&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
 
body {
  min-height: 100vh;

  background-size: cover;
  background-position: center;
}

#logofooter{
	width: 450px;
}


#logo{
	width: 200px;
	height: 80px;
  margin-left: 17px;
}


 .nav__logo {
	max-width: 300px;
	height: 100px;
}
  

.pg-footer {
	font-family: 'Roboto', sans-serif;
  }
  

  .footer-content {
	  margin-left: auto;
	  margin-right: auto;
	  max-width: 1230px;
	  padding: 40px 15px 350px;
	  position: relative;  
	 
  }
  
  
  .footer-content-column ul li a {
	color: #fff;
	text-decoration: none;
  }
  
  .footer-logo-link {
	  display: inline-block;
  }
  .footer-menu {
	  margin-top: 10px;
  } 
  
 



footer {
	background-color: #898a8d;
	color: #ffffff;
	font-size: 16px;
	background-image: url(images/yellow.png);
	background-color: rgb(4, 4, 65);
	position: relative;
	color: #fff;
   background-size: cover;
  background-blend-mode: overlay;
  width: 100%;
  height: auto;
  }
  footer * {
	font-family: "Poppins", sans-serif;
	box-sizing: border-box;
	border: none;
	outline: none;
  }
  .row {
	padding: 2em 1em;
  }

  .column {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 2em;
	min-height: 5em;
  }

  ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
  }
 
  ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.2em;
  }
 
  .about p {
	text-align: justify;
	line-height: 1;
	margin: 0;
  }

 
  div.social {
	display: flex;
	justify-content: space-around;
	font-size: 1.1em;
	flex-direction: row;
	margin-top: 0.2em;
  }
 
  .row.secondary {
	display: flex;
	justify-content: space-around;
	text-align: center;
  }
  .row.secondary i {
	font-size: 1.2em;
	color: #2a8ded;
  }
  .row.secondary div {
	
	width: 100%;
  }
 
  .copyright {
	padding: 0.3em 1em;
	background-color: #25262e;
  }
  .copyright p {
	font-size: 0.3em;
	text-align: center;
  }
  @media screen and (max-width: 850px) {
	.row.primary {
	  grid-template-columns: 1fr;
	}
	.row.secondary {
	  flex-direction: column;
	}
  }
  

  @media screen and (max-width: 400px) {
	.footer-content {
		padding: 40px 15px 670px;
	  }
  }
  
  .contactmap{
	position: relative;
	display: flex;
	justify-content: center;
	
  }
  
  iframe{
	height: 175px;
	width: 100%;
	
  }

  @media screen and (max-width: 400px) {
	.footer-content {
		padding: 40px 15px 670px;
	  }
  }
  
  .contactmap{
	position: relative;
	display: flex;
	justify-content: center;
	
  }
  
  iframe{
	height: 190px;
	
  }

  @media screen and (max-width: 951px) {
	.contactcontainer{
	  flex-direction: column;
	}
	.contactmap{
	  width: 100%;
	  /* margin-top: 35px; */
	  border: none;
	  margin-left: 0px;
	}
	
	iframe{
	  position: relative;
	  width: 90%;
	  height: 250px;
	}  
  
}  


.footer-copyright {
	background-color: #222;
	color: #fff;
	padding: 15px;
  text-align: center;
}

.footer-copyright-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	margin-top: 0;
}

.footer-copyright-link {
	color: #fff;
	text-decoration: none;
}

.csh{
	background: -webkit-linear-gradient(#4f67ca, #a76cb5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	text-shadow: 0 0 0 transparent, 
	0 0 10px transparent, 
	0 0 20px #a76cb5 , 
	0 0 40px #a76cb5, 
	0 0 100px #a76cb5, 
	0 0 200px #4f67ca, 
	0 0 300px #4f67ca, 
	0 0 500px #4f67ca, 
	0 0 1000px #4f67ca;
	
  }
  .copyright{
	color: #656565;;
  }






  .flex-container {
	display: flex;
	flex-direction: column;
	font-size: 15px;
	text-align: center;
	background-image: url(images/woodfooter.png);
	background-color:#9c7156;
	/* background-color: white; */
	position: relative;
	color: #ffffff;
   background-size: cover;
  background-blend-mode: overlay;
  }
  
  .flex-item-two {
	
	/* padding: 5px; */
	/* flex: 30%; */
  }

  .flex-item-three {
	
	/* flex: 60%; */
  }

  .flex-item-four {
	background-color: yellow;
	padding: 10px;
	/* flex: 40%; */
  }
  
  /* Responsive layout - makes a one column-layout instead of two-column layout */
  @media (max-width: 800px) {
	.flex-container {
	  flex-direction: column;
	}

  }

  .typed{
	position: relative;
	width: 100%;
	
  }

  h4{color: darkblue;}
  .leaves{
	position: absolute;
	width: 180px;
	height: 240px;
	right: 0%;
  }

  .leaves1{
	position: absolute;
	width: 180px;
	height: 240px;
	left: 0%;
	transform: rotateY(180deg);
  }

  @media screen and (max-width: 400px) {
	.leaves {
		width: 50px;
		height: 100px;
	  }
	  .leaves1{
		width: 50px;
		height: 100px;

	  }
	  .nav__logo{
		transform: translateY(23px);
	  }
  }

  @media screen and (max-width: 550px) {
	.leaves {
		width: 110px;
		height: 180px;
	  }
	  .leaves1{
		width: 110px;
		height: 180px;

	  }
	  .secondary div{
		margin-bottom: 21px;
	  }
	  .row {
		padding: 1em 1em;
	  }
  }

  @media screen and (max-width: 450px) {
	.leaves {
		width: 80px;
		height: 130px;
	  }
	  .leaves1{
		width: 80px;
		height: 130px;

	  }
  }

  @media screen and (max-width: 350px) {
	.leaves {
		width: 70px;
		height: 120px;
	  }
	  .leaves1{
		width: 70px;
		height: 120px;

	  }
	  .nav__logo{
		width: 200px;
		height: 80px;
	  }
	  .typed{
		font-size: 0.9em;
	  }
  }
 
 





/* Dashboard */
#dashboard{
  padding-top: 80px;
  position: relative;
  width: 100%;
  /* height: 90vh; */
  /* background-color:#28692e; */
  /* background-image: linear-gradient(45deg, rgb(2, 114, 2), rgb(32, 160, 32), rgb(2, 114, 2) ); */
  background-size: cover;
  background-color: #036410;
  background-image: url(images/dash-back.png);
  background-blend-mode: overlay;
  
}

.mySlides1 {display: none;}
.mySlides1 img {vertical-align: middle;}

.overlay1{
    position: absolute;
    width: 100%;
    height: 470px;
    background-color: #ffffff;
    opacity: 0.2;
}


/* Slideshow container */

.slideshow-container1 {
  /* max-width: 1000px; */
  /* background-color: #0b9c1e; */
  width: 60%;
  height: 455px;
  position: relative;
  margin: auto;
  margin-top: 25px;
  filter: drop-shadow(7px 7px 7px #ffffff);
}

/* Caption text */
.text1 {
  color: #ffffff;
  font-size: 1.1em;
  padding: 8px 12px;
  position: absolute;
  bottom: 37px;
  width: 90%;
  text-align: right;
}

/* Number text (1/3 etc) */
.numbertext1 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot1 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active1 {
  background-color: #717171;
}

/* Fading animation */
.fade1 {
  animation-name: fade1;
  animation-duration: 1.5s;
}

@keyframes fade1 {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text1 {font-size: 11px}
}

@media only screen and (max-width:400px){
  .slideshow-container1{
    width: 80%;
    height: 30vh;
  }
}

@media screen and (max-width: 1300px) {
  .slideshow-container1{
    /* width: 60%; */
    height: 450px;
  }
  .overlay1{
    height: 450px;
}
}

@media screen and (max-width: 1250px) {
  .overlay1{
    height: 430px;
}
}

@media screen and (max-width: 1200px) {
  .slideshow-container1{
    /* width: 60%; */
    height: 440px;
  }
  .overlay1{
    height: 410px;
}
}

@media screen and (max-width: 1150px) {
  .slideshow-container1{
    /* width: 60%; */
    height: 410px;
  }
  .overlay1{
    height: 390px;
}

.text1{
  font-size: 1.0em;
  bottom: 47px;
}

.dot1{
  width: 11px;
  height: 11px;
}
}

@media screen and (max-width: 1100px) {
  .slideshow-container1{
    /* width: 60%; */
    height: 390px;
  }
  .overlay1{
    height: 370px;
}

.text1{
  font-size: 1.0em;
  bottom: 47px;
}

}

@media screen and (max-width: 1050px) {
  .slideshow-container1{
    /* width: 60%; */
    height: 370px;
  }

  .overlay1{
    height: 355px;
}
}

@media screen and (max-width: 1000px) {
  .slideshow-container1{
    /* width: 60%; */
    height: 350px;
  }

  .overlay1{
    height: 330px;
}
.text1{
  font-size: 0.9em;
  bottom: 47px;
}

}

@media screen and (max-width: 900px) {
  .slideshow-container1{
    /* width: 60%; */
    height: 330px;
  }

  .overlay1{
    height: 305px;
}
.text1{
  font-size: 0.9em;
  bottom: 37px;
}

}

@media screen and (max-width: 850px) {
  .slideshow-container1{
    /* width: 60%; */
    height: 310px;
  }

  .overlay1{
    height: 290px;
}
.text1{
  font-size: 0.9em;
  bottom: 37px;
}

}

@media screen and (max-width: 800px) {
  .slideshow-container1{
    width: 65%;
    height: 310px;
  }

}

@media screen and (max-width: 750px) {
  .slideshow-container1{
    width: 65%;
    height: 300px;
  }

  .overlay1{
    height: 275px;
}
.text1{
  font-size: 0.8em;
  bottom: 37px;
  padding: 5px 5px;
  width: 95%;
}

}

@media screen and (max-width: 700px) {
  .slideshow-container1{
    width: 65%;
    height: 270px;
  }

  .overlay1{
    height: 255px;
}
.text1{
  font-size: 0.8em;
  bottom: 37px;
}

}

@media screen and (max-width: 650px) {
  .slideshow-container1{
    width: 65%;
    height: 250px;
  }

  .overlay1{
    height: 235px;
}
.text1{
  font-size: 0.7em;
  bottom: 27px;
}

}

@media screen and (max-width: 600px) {
  .slideshow-container1{
    width: 70%;
    height: 250px;
  }

  .overlay1{
    height: 235px;
}

}

@media screen and (max-width: 550px) {
  .slideshow-container1{
    width: 70%;
    height: 230px;
  }

  .overlay1{
    height: 215px;
}
.text1{
  font-size: 0.7em;
  bottom: 27px;
}

}

@media screen and (max-width: 500px) {
  .slideshow-container1{
    width: 75%;
    height: 220px;
  }

  .overlay1{
    height: 215px;
}
.text1{
  font-size: 0.7em;
  bottom: 27px;
}

}

@media screen and (max-width: 450px) {
  .slideshow-container1{
    width: 80%;
    height: 205px;
  }

  .overlay1{
    height: 205px;
}
.text1{
  font-size: 0.7em;
  bottom: 27px;
}

}

@media screen and (max-width: 430px) {
  .slideshow-container1{
    width: 85%;
    height: 201px;
  }

  .overlay1{
    height: 210px;
}
.text1{
  font-size: 0.6em;
  bottom: 27px;
}

}

@media screen and (max-width: 400px) {
  .slideshow-container1{
    width: 90%;
    height: 200px;
  }

  .overlay1{
    height: 207px;
}
.text1{
  font-size: 0.6em;
  bottom: 27px;
}

}

@media screen and (max-width: 380px) {
  .slideshow-container1{
    width: 90%;
    height: 197px;
  }

  .overlay1{
    height: 197px;
}
.text1{
  font-size: 0.6em;
  bottom: 27px;
}

}

@media screen and (max-width: 360px) {
  .slideshow-container1{
    width: 90%;
    height: 183px;
  }

  .overlay1{
    height: 187px;
}
.text1{
  font-size: 0.6em;
  bottom: 27px;
}

}

#accoms-text{
  position: relative;
  width: 100%;
  background-color: #1b345f;
}

#welcome{
  position: relative;
  width: 100%;
  height: 130px;
  text-align: center;
  background-color: #1b345f;
  text-transform: Uppercase;
 

}

.welcome1{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 21%);
  font-size:30px;
	letter-spacing:0.1em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  text-shadow: 
						8px 8px #036410;
						/* 20px 20px #817e7e; */
}

@media screen and (max-width: 880px) {
  #welcome{
    height: 180px;
  }
}

@media screen and (max-width: 459px) {
  #welcome{
    height: 210px;
  }
  .welcome{
    font-size: 21px;
  }
}








/* Nickerie Section */
#nickerie{
 position: relative;
 width: 100%;
 height: auto;
 background-color: #ea9057;
 overflow: hidden;
 /* padding-bottom: 35px; */
}

.custom-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape1 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 44px;
  transform: rotateY(180deg);
}

.custom-shape1 .shape-fill {
  fill: #1b345f;
}

.custom-shape-nick {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-nick svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 44px;
  transform: rotateY(180deg);
}

.custom-shape-nick .shape-fill {
  fill: #1b345f;
}

.title{
  position: relative;
  padding-top: 35px;
}

.title h2{
 font-family: 'Aclonica', sans-serif;
  transform: rotate(-1.5deg);
  font-size: 1.7em;
}

.nick-sec{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  padding-bottom: 91px;
}

.nick-frame{
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
}

#nick-outro{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  font-family: 'Aclonica', sans-serif;
  transform: rotate(-1.5deg);
  font-size: 1.3em;
}

.journey {
  text-shadow: 0 0 7px rgba(255,255,255,.3), 0 0 3px rgba(255,255,255,.3);
}


.animation {
  height:100px;
  overflow:hidden;
  margin-top: 57px;
}

.animation > div > div {
  /* padding: 0.12rem 0.75rem; */
  height:4.81rem;
  margin-bottom: 4.81rem;
  display:inline-block;
  line-height: 27px;
}

.animation div:first-child {
  animation: text-animation 8s infinite;
}

.first div {
  width: 500px;
  font-size: 1.7em;
  color: #ffffff;
}
.second div {
  width: 500px;
  font-size: 1.7em;
  color: #ffffff;
}
.third div {
  width: 500px;
  font-size: 1.7em;
  color: #ffffff;
}

@keyframes text-animation {
  0% {margin-top: 0;}
  10% {margin-top: 0;}
  20% {margin-top: -4.62rem;}
  30% {margin-top: -4.62rem;}
  40% {margin-top: -11.24rem;}
  60% {margin-top: -11.24rem;}
  70% {margin-top: -4.62rem;}
  80% {margin-top: -4.62rem;}
  90% {margin-top: 0;}
  100% {margin-top: 0;}
}





#nick0{
  position: absolute;
  z-index: 7;
  width: 505px;
  height: 307px;
}

.mySlides {
  display: none;
}
.mySlides img {
  position: relative;
  vertical-align: middle;
  width: 500px;
  height: 297px;
}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
  transform: translateY(5px);
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


@media only screen and (max-width:927px){
  .nick-sec{
    flex-direction: row;
   
  }
  .nick-frame{
    width: 100%;
    transform: translateY(-5px);
    margin-bottom: 19px;
   
  }
  #nick0{
  width: 450px;
  height: 250px;
  }
  .mySlides img{
    width: 400px;
    height: 240px;
  }
  .nick-text{
    font-size: 13px;
    width: 100%;
    overflow-x: hidden;
    padding-left: 20px;
    /* padding-right: 1px; */
    margin-bottom: 15px;
  }
  #nick-outro{
    font-size: 1.0em;
    transform: rotate(-2.5deg);
  }

  .animation{
    height: auto;
    margin-top: 3px;
    height: 100px;
  }

}


@media only screen and (max-width:821px){
  .title{
    font-size: 0.9em;
    transform: rotate(-1.8deg);
  }
  .nick-sec{
    flex-direction: row;
   
  }
  .nick-frame{
    width: 100%;
    transform: translateY(-5px);
    margin-bottom: 19px;
   
  }
  #nick0{
  width: 355px;
  height: 200px;
  }
  .mySlides img{
    width: 310px;
    height: 190px;
  }
  .nick-text{
    font-size: 10px;
    width: 100%;
    overflow-x: hidden;
    padding-left: 20px;
    /* padding-right: 1px; */
    margin-bottom: 15px;
  }
  #nick-outro{
    font-size: 0.9em;
    transform: rotate(-3.0deg);
  }

  .animation{
    height: auto;
    margin-top: 3px;
    height: 100px;
  }

}

@media only screen and (max-width:600px){
  .title{
    font-size: 0.7em;
  }
  .nick-sec{
    flex-direction: column;
   
  }
 
  #nick0{
  width: 420px;
  height: 270px;
  }
  .mySlides img{
    width: 415px;
    height: 260px;
  }
  .nick-text{
    font-size: 11px;
    width: 100%;
    overflow-x: hidden;
    padding-left: 7px;
    /* padding-right: 7px; */
    margin-bottom: 25px;
    text-align: center;
  }
  #nick-outro{
    width: 90%;
    margin-left: 5%;
    font-size: 1.0em;
    transform: rotate(-3.5deg);
  }

  .animation{
    height: auto;
    margin-top: 3px;
    height: 100px;
  }

}

@media only screen and (max-width:411px){
  .title{
    transform: rotate(-4.0deg);
  }
  #nick0{
  width: 390px;
  height: 260px;
  }
  .mySlides img{
    width: 385px;
    height: 250px;
  }
  .nick-text{
    font-size: 10px;
    width: 100%;
  }
  #nick-outro{
    width: 90%;
    margin-left: 5%;
    font-size: 1.0em;
    transform: rotate(-5.5deg);
  }

  .animation{
    height: auto;
    margin-top: 3px;
    height: 100px;
  }

}

@media only screen and (max-width:390px){
  #nick0{
  width: 370px;
  height: 250px;
  }
  .mySlides img{
    width: 365px;
    height: 240px;
  }
  .nick-text{
    font-size: 10px;
    width: 100%;
  }
  #nick-outro{
    width: 90%;
    margin-left: 5%;
    font-size: 1.0em;
    transform: rotate(-5.5deg);
  }

  .animation{
    height: auto;
    margin-top: 3px;
    height: 100px;
    padding-left: 0px;
  }

  .first div {
    width: 390px;
  }
  .second div {
    width: 390px;
  }
  .third div {
    width: 390px;
  }

}

@media only screen and (max-width:370px){
  #nick0{
  width: 350px;
  height: 240px;
  }
  .mySlides img{
    width: 345px;
    height: 230px;
  }
  .nick-text{
    font-size: 9px;
    width: 100%;
  }
  #nick-outro{
    width: 90%;
    margin-left: 5%;
    font-size: 1.0em;
    transform: rotate(-5.5deg);
  }

  .animation{
    height: auto;
    margin-top: 3px;
    height: 100px;
    padding-left: 0px;
    transform: translateX(-21px);
  }

}

@media screen and (max-width: 470px) {
  .first div {
    width: 400px;
    font-size: 1.7em;
    color: #ffffff;
  }
  .second div {
    width: 400px;
    font-size: 1.7em;
    color: #ffffff;
  }
  .third div {
    width: 400px;
    font-size: 1.7em;
    color: #ffffff;
  }
}







/* Carmelitas Cards */
#carmelitas-cards{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1b345f;
  padding-top: 35px;
  padding-bottom: 21px;
}

.card-sec-title{
  position: relative;
  width: 100%;
  height: auto;
  /* font-family: 'Playball', cursive; */
  display: flex;
  justify-content: center;
  padding-top: 11px;
  padding-bottom: 11px;
}

/* #brown-leaves{
  position: relative;
  width: 137px;
  transform: translateX(91px);
  filter: drop-shadow(3px 3px 5px #222222);
} */

.cards-board{
  position: relative;
  width: 270px;
}

.cards-text{
  position: relative;
  width: 100%;
  text-align: center;
  padding-left: 21%;
  padding-right: 21%;
  color: #ffffff;
}

.cards{
  position: relative;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 27px;
}

.card-container{
  position: relative;
  width: 450px;
  height: 400px;
  background-color: #ffffff;
  filter: drop-shadow(7px 7px 7px #000000);
  border-radius: 11px;  
  margin-bottom: 37px;
}

.card-border{
  position: absolute;
  width: 90%;
  height: 90%;
  /* border: 3px solid #9c7156; */
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom, #f59f6a, yellow);
  margin-left: 5%;
  margin-top: 5%;
  overflow: hidden;
}

.card-pic{
  position: relative;
  width: 100%;
  /* -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, 
  from(rgba(0,0,0,1)), 
  to(rgba(0,0,0,0))) */
}

.card-name{
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Playball', cursive;
  color: #000000;
  margin-top: 11px;
}

.card-grad{
  position: absolute;
  width: 100%;
  height: 14px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));
  transform: translateY(-17px);
  z-index: 3;
}

.card-price{
  position: relative;
  width: 100%;
  text-align: center;
  color: #000000;
}

.button-container{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.card-button{
  position: relative;
  width: 121px;
  background-color: #f59f6a;
  border: none;
  border-radius: 11px;
  padding: 7px 17px;
  margin-top: 11px;
  font-weight: 500;
  filter: drop-shadow(3px 3px 5px #222222);
  cursor: pointer;
}

#card2, #card3, #card4{
  height: 200px;
}

.card-border2{
  border-image-source: linear-gradient(to bottom, #f59f6a, rgba(8, 179, 8, 0.719));
}

.card-border4{
  border-image-source: linear-gradient(to bottom, #f59f6a, rgb(182, 9, 9));
}

.card-container{
  transition: transform 0.3s ease;
}

.card-container:hover{
  /* transform: rotate(-3deg); */
  transform: scale(1.03);
  transform: rotateZ(-3deg);
}

@media screen and (max-width: 470px) {
  #carmelitas-cards{
    padding-top: 0px;
    overflow-x: hidden;
  }
  
  .cards-text{
    padding-left: 3%;
    padding-right: 3%;
    font-size: 0.9em;
  }
  
  .card-container{
    width: 95%;
  }
}

/* Welcome Description */
#welcome-description{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1b345f;
  padding-bottom: 25px;
}

@media screen and (max-width: 900px) {
  .cards-text{
    padding-left: 17%;
    padding-right: 17%;
  }
  
}

@media screen and (max-width: 700px) {
  .cards-text{
    padding-left: 9%;
    padding-right: 9%;
    font-size: 1.0em;
  }
  
}

@media screen and (max-width: 370px) {
  .cards-text{
    padding-left: 9%;
    padding-right: 9%;
    font-size: 0.8em;
  }
  
}

/* Welcome text */
#welcome-text{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1b345f;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.grad{
  position: relative;
  width: 100%;
  height: 21px;
  background-image: linear-gradient(#1b345f, #1b345f00);
}

.soon{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 35px;
  margin-bottom: 25px;
  overflow-x: hidden;
}

.soon div{
  position: relative;
  text-align: right;
  font-size: 3.1em;
  font-weight: 900;
  color: #0b9c1e;
  opacity: 0.8;
  font-family: 'Aclonica', sans-serif;
  -webkit-animation: colorchange 11s infinite alternate;
}

@-webkit-keyframes colorchange {
  20% {
    
    color: #0b9c1e;
  }
  
  40% {
    
    color: yellow;
  }
  
  60% {
    
    color: #1b345f;
  }
  
  80% {
    
    color: rgb(143, 13, 13);
  }
  
  100% {
    
    color: #dd834a;
  }
  
}
















.title {
  text-align: center;
  margin: 40px;
}


.title1 {
  text-align: center;
  margin: 40px;
}

	.title h1, .title p {
	  margin: 0;
	}

.small {
	font-size: smaller;
	opacity: .75;
}






.auto-slider{
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  padding: 0px 10px 20px;
  
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  background: #ffffff;
  overflow: hidden;
 
}



div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 300%;
  margin: 0;
  left: 0;
  text-align: left;
  object-fit: cover;
  opacity: 0.4;
  font-size: 0;
  animation: 25s sliding ease infinite; 
}


/* Slider indicator */
.indicator{
  width: 100%;
  max-width: 720px;
  height: 6px;
  background: #e41b17;
  position: absolute;
  bottom: 0;
  
  animation: indicating 5s ease infinite; 
  
}

@keyframes sliding{
  0%{left: 0%; }
  20%{left: -100%;}
  40%{left: -200%;}
  60%{left: -300%;}
  80%{left: -400%;}
  100%{left: 0%;}
}        

@keyframes indicating{
  from{
      left: -100%;
  }
  to{
      left: 0;
  }
}  










































.container {
  position: relative;
  margin-top: 100px;
}
.container img {
  display: block;
  width: 100%;
}
nav {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  font-family: 'Montserrat', 'sans-serif';
  height: 90px;
  background-image: url(images/woodfooter.png);
  background-color: #b87b56;
  background-blend-mode: overlay;
  background-size: cover;
  box-shadow: 0 7px 11px #222222c2;
  padding: 0 5%;

}
nav .logo { 
  float: left;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
nav .links {
  float: right;
  padding: 0;
  margin: 0;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
nav .links li {
  list-style: none;
}
nav .links a {
  display: block;
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}
nav .links a:hover {
  color: white;
}
nav .links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
nav .links a:hover::before {
  visibility: visible;
  transform: scaleX(1);
  color: white;
}
#nav-toggle {
   position: absolute;
   top: -100px;
}
nav .icon-burger {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
nav .icon-burger .line {
  width: 30px;
  height: 5px;
  background-color: #fff;
  margin: 5px;
  border-radius: 3px;
  transition: all .5s ease-in-out;
}

.toggle,
[id^=drop] {
display: none;
}

nav ul li:hover > ul {
display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
width:auto;
float:none;
display:list-item;
position: relative;
}

nav ul ul {
display: none;
position: absolute; 
/* has to be the same number as the "line-height" of "nav a" */
top: 60px; 
}

nav ul li {
margin: 0px;
display:inline-block;
float: left;
background-color: transparent;
}

#dropdown{
  background-color: #1b345f;
}

@media screen and (max-width: 768px) {
  nav .logo {
      float: none;
      width: auto;
      justify-content: center;
  }
  nav .links {
      float: none;
      position: fixed;
      z-index: 9;
      left: 0;
      right: 0;
      top: 90px;
      bottom: 100%;
      width: auto;
      height: auto;
      flex-direction: column;
      justify-content: space-evenly;
      background-color: #1b345f;
      overflow: hidden;
      transition: all .5s ease-in-out;
  }
  nav .links a {
      font-size: 20px;
  }
  nav :checked ~ .links {
      bottom: auto;
  }
  nav .icon-burger {
      display: block;
  }
  nav :checked ~ .icon-burger .line:nth-child(1) {
      transform: translateY(10px) rotate(225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(3) {
      transform: translateY(-10px) rotate(-225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(2) {
      opacity: 0;
  }
}

@media all and (max-width : 768px) {

  #iets{
      display: none;
  }

nav {
  margin: 0;
}

/* Hide the navigation menu by default */
/* Also hide the  */
.toggle + a,
.menu {
  display: none;
}

/* Stylinf the toggle lable */
.toggle {
  display: block;
  padding:14px 20px;	
  color:#FFF;
  font-size: 20px;
  font-weight: bold;
  text-decoration:none;
  border:none;
}

.toggle:hover {
  background-color: #0b9c1e;
}

/* Display Dropdown when clicked on Parent Lable */
[id^=drop]:checked + ul {
  display: block;
}

li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

/* Change menu item's width to 100% */
nav ul li {
  display: block;
  width: 100%;
  }

nav ul ul .toggle,
nav ul ul a {
  padding: 0 40px;
}

nav ul ul ul a {
  padding: 0 80px;
}

nav a:hover,
nav ul ul ul a {
  background-color: #0b9c1e;
}

nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a{
  padding:14px 20px;	
  color:#FFF;
  font-size:17px; 
}


nav ul li ul li .toggle,
nav ul ul a {
  background-color: #1b345f; 
}

/* Hide Dropdowns by Default */
nav ul ul {
  float: none;
  position:static;
  color: #ffffff;
  /* has to be the same number as the "line-height" of "nav a" */
}
  
/* Hide menus on hover */
nav ul ul li:hover > ul,
nav ul li:hover > ul {
  display: none;
}
  
/* Fisrt Tier Dropdown */
nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li {
  position: static;
  /* has to be the same number as the "width" of "nav ul ul li" */ 

}

}

@media all and (max-width : 330px) {

nav ul li {
  display:block;
  width: 94%;
}

}

.houses{
  position: relative;
  width: 45px;
}