
html {
	font-size: 62.5%; /* Changes default 16px root to 10px */
}

body {
	min-width: 100%;
	min-height: 100vh;
	margin: 0;
	padding-top: 1px;

	background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
	background-image: url(images/texture.png),linear-gradient(45deg, #ffffff 0%,#ffcc99 70%);
	background-repeat: repeat;
}

a:link {
	color: #ff8c00;
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #ff8c00;
	text-decoration: none;  
	font-weight:bold;
}

a:hover {
	color: #3399ff;
	text-decoration: none; 
	font-weight:bold;
}

a:active {
	color: #ff8c00;
	text-decoration: none;   
	font-weight:bold;
}

h1 {
	font-family: Palatino, Georgia, serif;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 3px 1px 1px #ff8c00;
	color: #fff2cc;

   /* Forces the single line to scale down nicely */
   font-size: clamp(3.5rem, 11vw, 8.5rem); 
   letter-spacing: clamp(0.2rem, 0.8vw, 1rem); 
   margin: clamp(1.5rem, 3vw, 3rem) auto;
  
   /* Safeguards against text cutting off */
   white-space: nowrap; 
   overflow: hidden;    
   text-overflow: ellipsis; 
}

h2 {
	font-family: Palatino, Georgia, serif;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: lowercase;
	color: #ffffff;
	padding-left: 2rem;
	text-shadow: 2px 1px 1px #ff8c00;
	margin: 1rem;
	background-size: cover;
	background-position: center;
	background-color: #3399ff; 
}

h3 {
	font-family: Palatino, Georgia, serif;
	font-size: 2rem;
	font-weight: bold;
	color: #3399ff;
	text-align: center;
	margin: 1rem;

}


i { 
	margin: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4rem;
	color: #3399ff;
}
	

a.nav:link {
	color: #ff8c00;
	height: 20px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 0px;
	line-height: 15px;
}

a.nav:visited {
	color: #3399ff;
	height: 20px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	border-bottom-width: 0px;
}

a.nav:active {
	color: #ff8c00;
	font-size: 13px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 0px;
	line-height: 15px;
}

a.nav:hover {
	color: #3399ff;
	font-size: 13px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	border-bottom-width: 1px;
}

header {
	margin: 0 auto;
	padding: 0;
}
 
.header-banner {
	display: block;
	max-width: 700px;
	width: 100%;
	height: auto;
}

.navi {
	margin: auto;
	background-color: #a8d8ea;
	width: 100%;
	padding: 2rem 0;
	font-family: Century Gothic, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navi center {
	display: flex;
    font-size: 1.8rem;
	gap: 3rem;
}

.log-wrapper {
	background-color: white;
	margin: 0 auto;
	max-width: 800px;
	width: 65%;
	padding: 2rem 3rem 3rem;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.log-header {
	border-bottom: 2px dashed #a8d8ea;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.log-header h2 {
	font-family: Palatino, Georgia, serif;
	font-size: 4rem;
	font-weight: bold;
	color: #ff8c00;
	text-transform: lowercase;
	margin: 0;
	background: none;
	padding: 0;
	text-shadow: none;
}

.log-intro {
	font-family: 'Courier New', monospace;
	font-size: 1.3rem;
	color: #888888;
	margin: 0.4rem 0 0;
	letter-spacing: 0.5px;
}

.log-date {
	position: relative;
	display: inline-block;
	font-family: Palatino, Georgia, serif;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: lowercase;
	color:  #ffffff;
	margin-bottom: 0.4rem;
	padding: 0 0.5em;
	text-shadow: 3px 1px 1px #3399ff;
	margin: 1rem;
	z-index: 1;
}

.log-date::before {
	content: "";
	position: absolute;
	left: -6px;
	right: -6px;
	top: 2px;
	bottom: 0px;
	background-color: #ffcc99;
	transform: rotate(-1.5deg);
	border-radius: 3px 8px 4px 9px;
	opacity: 0.85;
	z-index: -1;
}
 
.log-entry:nth-child(even) .log-date::before {
	transform: rotate(1deg);
	border-radius: 8px 3px 9px 4px;
	top: 0;
	bottom: 2px;
}

.log-entry {
	background-color: white;
	margin: 0px auto;
	font-family: Helvetica, sans-serif;
	font-size: 1.4rem;
	width: 85%;
	text-align: justify;
	padding: 5px 5px; 
	line-height: 2rem;
	color: #333333;
}


table, tr, td {
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	line-height: 17px;
	text-align: justify;
}

.legal {
	width: 80%;
	margin: 5px auto;
	font-family: Century Gothic, sans-serif;
	font-size: 1.2rem; 
	text-align: justify;
	color: #333333;
	padding: 1px 1px 1px 1px;   
}

