﻿@font-face {
    font-family: 'ralewaylight';
    src: url('raleway-light-webfont.woff2') format('woff2'),
         url('raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaymedium';
    src: url('raleway-medium-webfont.woff2') format('woff2'),
         url('raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
	--footer_bg: hsl(0,0%,95%);
}

body {
	font-family: 'ralewaymedium', Arial, Lucida Sans Regular, Geneva, Verdana, sans-serif
}

.fixed_head {
	top: 0;
	left: 0;
	position: fixed;
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	background-color: #EEE;
}

.head {
	margin-left: 50px;
	margin-top: 12px;
	margin-bottom: 7px;
	width: 100%;
	table {
		padding: 0;
	}

}
.head_dummy {
    margin-left: 0px;
    padding: 0;
	height: 95px;
}

.table_main_entry {
	margin-left: 170px;
	padding: 0;
	border-spacing: 0;
	border-collapse: separate;
}
.td_sub {
	width: 481px;
	padding-left: 20px;
	padding-top: 35px;
	padding-bottom: 15px;
	border-bottom: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 2px;
}
.td_sub_last {
	width: 481px;
	padding-left: 20px;
	padding-top: 35px;
	padding-bottom: 15px;
}


.footer_table {
    background-color: var(--footer_bg);
    width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	table {
		padding: 20px;
		padding-bottom: 40px;
		padding-left: 0;
		padding-right: 0;
	}
	td {
		border-right: 2px solid hsl(0,0%,85%);
		padding-left: 20px;
		padding-right: 0px;
		vertical-align: top;
	}
}
.footer_list {
	td {
		border-right: 0;

	}
}

button.bmain {
	font-size:large;
	height: 32px;
    border-radius: 16px;
    border: 0;
    padding-left: 16px;
    padding-right: 16px;
    background-color: hsl(0,90%,50%);
    display: inline-block;
    margin: 8px 0;
    color: white;
}
button.bmain:hover {
    background-color: darkred;
}

button.bicon {
	padding-top:0px;
	width:64px;
	height:64px; 
	border:1px;
	border-color:transparent;
	border-style:solid;

}
button.bicon:hover {
	padding-top:0px;
	width:64px;
	height:64px; 
	border:1px;
	border-color:red;
	border-style:solid;
}


hr {
   display: block;
   position: relative;
   padding: 0;
   margin: 0px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid gray;
   border-bottom: 1px solid white;
}

hr.red {
   align: left;
   display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   margin-top: 50px;
   margin-bottom: 20px;
   margin-left: 150px;
   height: 0px;
   width: 8%;
   max-height: 10px;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 5px solid hsl(0,90%,50%);
   border-bottom: 5px solid hsl(0,90%,50%);
   border-radius: 10px;
}


a:link { padding: 0px; color: #555; margin-left: 0px; font-weight: bold; text-decoration: underline; text-decoration-color: gray; border-color: darkgreen; border-width: 1px;}
a:visited { background-color: #555; color: black; text-decoration-color: gray; }
a:active  { background-color: #555; color: black; text-decoration-color: gray; }
a:after   { background-color: #555; color: black; text-decoration-color: gray; }
a:hover   { background-color: #555; color: black; text-decoration-color: gray; }
a:focus   { background-color: #555; color: black; text-decoration-color: gray; }

a.link_light:link { padding: 0px; color: #555; background-color: transparent; margin-left: 0px; font-weight: normal; text-decoration: none; text-decoration-color: gray; border-color: darkgreen; border-width: 1px;}
a.link_light:visited { color: #555; }
a.link_light:active  { color: #555; }
a.link_light:after   { color: #555; }
a.link_light:hover   { color: red; }
a.link_light:focus   { color: maroon; }

a.link_red:link { padding: 0px; color: red; background-color: transparent; margin-left: 0px; font-weight: normal; text-decoration: none; text-decoration-color: gray; border-color: darkgreen; border-width: 1px;}
a.link_red:visited { color: red; }
a.link_red:active  { color: red; }
a.link_red:after   { color: red; }
a.link_red:hover   { color: red; }
a.link_red:focus   { color: red; }

a.silent_link:link {
	background-color: transparent;
	text-decoration: none;
	border: 0;
}

.stdtext {
  font-family: ralewaymedium, Arial, "Lucida Sans Regular", Geneva, Verdana, sans-serif;
}
.boldtext {
  font-family: ralewaymedium, Arial, "Lucida Sans Regular", Geneva, Verdana, sans-serif;
  font-weight: bold;
}
.txt_chapter_title {
  font-family: ralewaymedium, Arial, "Lucida Sans Regular", Geneva, Verdana, sans-serif;
  font-size:40px;
  font-weight: bold;
  color: #666;
}
.txt_subtitle {
  font-family: ralewaymedium, Arial, "Lucida Sans Regular", Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: #555;
}

.navbar {
  text-decoration: none;
  overflow: hidden;
  background-color: #fff;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  padding-left: 200px;
  padding-bottom: 20px;
  padding-top: 40px;
  border-bottom: 2px solid #ddd;
}

.sidenav {
	height: 50%;
	width: 160px;
	position: fixed;
	z-index: 1;
	top: 120px;
	left: 10px;
	background-color: #f8f8f8;
	overflow-x: hidden;
	padding-top: 10px;
	border-right: 2px solid #ddd;
}
.sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	color: #555;
	display: block;
}
.sidenav a:hover {
	color: #000;
	background-color: #AAA
}
.main {
	margin-left: 200px; /* Same as the width of the sidenav */;
	margin-top: 90px;
	font-size: 20px; /* Increased text to enable scrolling */;
	padding: 10px 0px;
}
