/* Search box with icon: https://codepen.io/gungorbudak/pen/ooKNpz */
/* @import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap"); */

.has-search .form-control {
    padding-left: 2.375rem;
	background-color: transparent;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
	color: inherit;
}

/* body { font-family: Georgia, "serif"; font-size: 1em; } */

/* body { 
	font-family:"Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size:1rem;
	font-weight:400;
	line-height: 1.6;
} */

blockquote {
	margin: 0px;
}

blockquote p {
	margin: 0px; 
	padding: 0px; 
	padding: 5px 15px; 	
	white-space: pre-line;
	font-style:  oblique; 
}


body { font-size: 1rem; font-weight: 400; line-height: 1.6;}

.content-area { font-size: 1.15rem; }

#btn-back-to-top {
  position: fixed;
  bottom: 5px;
  left:50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  display: none;
}

