.header {
  padding: 5px;
  text-align: center;
  background: transparent;
  color: #125595;
  font-size: 30px;
}

html {
    background-image: url("lotech_bg.JPG");
    background-repeat: no-repeat;
/*    background-position: center; */
    background-size: cover;
}


body {
    color: #0f4b83;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1200px;
    }
    
a {
	color: #128FE2;
	font-weight: bold;
    text-decoration: none;
}

a:hover {
	color: #128FE2;
	font-weight: bold;
	text-decoration: underline;
	}

.textblur {
   background-clip: text;
   backdrop-filter: blur(5px);
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 10px;
   
	}

.mini {
    font-size: 14px;    
}

blockquote {
	font-size: 16px;
	font-style: italic;
	border-left:8px solid #b1c2cd;
	padding:0.0em 20px 0.0em 20px;
	border-radius: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	}
	
hr {
	border: 3px solid #0f4b83;
	border-radius: 3px;
	opacity: 25%;
	}
	
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}


.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #b1c2cd;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
