/* @override 
	https://dlsa.sanctusmedia.net/assets/css/styles.css */


/*
.carlito-regular {
  font-family: "Carlito", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.carlito-bold {
  font-family: "Carlito", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.carlito-regular-italic {
  font-family: "Carlito", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.carlito-bold-italic {
  font-family: "Carlito", sans-serif;
  font-weight: 700;
  font-style: italic;
}
*/

body, p, ul, li, td, th, dd, dt {
	font-family: "Carlito", sans-serif;
}

#banner_short {
	background-color: rgba(235, 170, 44, 0.5); 
	background-size: cover; 
	background-position: center; 
	height: 180px; 
	border-bottom: rgb(235, 170, 44) 10px solid;
}

#banner_tall {
	background-color: rgba(235, 170, 44, 0.5); 
	background-size: cover; 
	background-position: center; 
	height: 480px; 
	border-bottom: rgb(235, 170, 44) 10px solid;
}


.box {
	background-color: rgba(235, 170, 44, 0.696);
}

.box h1 {
	font-weight: 700;
}

.box p {
	padding: 0px;
	margin: 0px;
}

.box h1 {
  font-size: calc(1.2rem + 3.3vw);
}

@media (min-width: 1200px) {
  .box h1 {
	font-size: 3.3rem;
  }
}

.box p {
  font-size: calc(1rem + 1.3vw);
}

@media (min-width: 1200px) {
  .box p {
	font-size: 2rem;
  }
}