
/* Layout */
body { cursor: default; line-height: 1.5em; background-color: #F2E4C0; }

#content .content-box h2 { border: royalblue 1px solid; border-radius: 12px; padding: 15px; }
#content .content-box h2:not(.grid-inner h2) { display: block; }
#content, #content h2 { color: royalblue; }
#content { font-size: 125%; line-height: 1.2; }
#content blockquote { background-color: var(--amadeus-h2-bgd, #eef); border-radius: 8px; border-width: 10px; }

.portfolio-item { margin-bottom: 30px; }
.portfolio-item .content-box { height: 100%; }

.btn-secondary { --bs-btn-bg: #97a3ae; }
.btn-info { --bs-btn-bg: #9edae6; }
.btn-success { --bs-btn-bg: #b8e7b8; }
.btn-danger { --bs-btn-bg: #e7b8b8; }
.btn-has-icon { letter-spacing: 1px; color: #fff; }
#footer .btn-has-icon, .slider-links a, #footer-social a { color: #000!important; font-weight: bold; }

/* For printing */
div.center { text-align: center; }
.printonly { display: none; }
@media print {
	body { background-color: transparent; }
	.noprint { display:none; }
	.printonly  { display:block; }
	#wrapper { border: none; }
	#footer { border-top-width: 1px; }
	#header { display: none; } 	#header-p { display: block; }
}

.box { width: 240px; float: left; margin-right: 10px; padding-bottom: 25px; }
.box-sub { width: 485px; margin-right: 15px; }
.box h4 { background-color: #3e9686; color: #fff; margin-bottom: 0px!important; 
  text-align: center; font-size: 14pt; padding: 5px; font-weight: normal;
  -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; letter-spacing: 3px; }
.box-main { padding: 10px; }
.box .inner { margin: 0 15px 0 15px; border: 1px #cee solid; border-top: none; background-color: #fff; padding: 10px;
  -moz-border-radius: 0px 0px 15px 15px; -webkit-border-radius: 0px 0px 15px 15px; border-radius: 0px 0px 15px 15px; }
.boxacc { width: 290px; text-align: justify; } .boxacc h2 { margin-top: 0; /* else #home affects */ }
.box .inner p { margin-top: 0px; margin-bottom: 15px; }
