@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Nunito:wght@900&display=swap');

body{
	background-color : #fffafa;
    font-size: 1.2em;
    font-family: 'Nunito Sans', sans-serif;
}

/*.header-two-bars{
	font:13px Arial, Helvetica, sans-serif;
}*/

/*.header-two-bars .header-limiter{
	max-width: 1200px;
	text-align: center;
}*/

/* Logo */

.header-two-bars h1{
	float: left;
	margin: 0;
}

.header-two-bars p{
	float: center;
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
	font-family: 'Nunito Sans', serif;
	color: black;
}

/* The first bar */

.header-two-bars{
	box-shadow:0 1px 1px #ccc;
	width: 100%;
	box-sizing: border-box;
	text-align: center
}

.header-first-bar{
	box-shadow:0 1px 1px #ccc;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	background: #ffcc66;
}

/*.header-two-bars .header-first-bar a {
	color: black;
	text-decoration: none;

}*/

/*.header-two-bars .header-first-bar nav a{
	display: inline-block;
	padding: 0 5px;
	opacity: 0.9;
	text-decoration:none;
	line-height: 1;
}*/

/*.header-two-bars .header-first-bar nav a:hover {
	opacity: 1;
}

.header-two-bars .header-first-bar nav a.selected {
	border-radius: 2px;
	padding: 8px 12px;
}*/

/* Second Bar */

.header-two-bars {
	background-color: #ffffff;
	box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.05);
}

.header-second-bar {
	background-color: #ffffff;
	box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.05);
}

/*.header-two-bars .header-second-bar nav {
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}

.header-two-bars .header-second-bar nav ul {
	list-style: none;
	padding: 0;
}
*/
.header-two-bars .header-second-bar nav ul li{
	padding: 10px 30px 10px 30px;
	display: inline-block;
}

.header-two-bars .header-second-bar nav a {
	border-radius: 2px;
	opacity: 0.8;
	color: black;
	outline: none;
	text-decoration: none;
	transition: 0.2s ease;
	font-size: 1.5em;
}

.header-second-bar nav ul{
	margin: 0;
	padding: 10px;
}


/*.header-two-bars .header-second-bar nav ul li:active {
	background-color: #ffffe0;
	pointer-events: fill;
}*/
/*.header-two-bars .header-second-bar nav ul li:hover {
	background:grey;

}*/
.header-two-bars .header-second-bar nav ul li:hover {
	background-color: lightgrey;
}


.footer {
	background-color:#ffcc66;
	box-shadow:0 1px 1px #ccc;
	padding: 10px;
	color: black;
	text-align: center;
	font-size: 0.8em;
	box-sizing: border-box;
}

.footer a:link {
    text-decoration: none;
	color: black;
}

.main-table{
	width : 80%;
    margin: 0% 10% 0% 10%;
    padding-top : 10px;
	border: 0;
}

.main-section{
	width : 76%;
    margin: 0% 12% 0% 12%;
    padding-top : 10px;
}

.input-table{
	width: 80%;
	margin: 0 10% 0 10%;
	background-color: #bcbcbc;
	border: 2px solid white;
	border-collapse: collapse;
}

.input-table td {
	text-align: center;
	padding: 10px;
	border: 2px solid white;
}

.input-table th {
	text-align: left;
	padding: 10px 10px 10px 15px;
	background-color: #ffcc66;
	color: black;
	border: 2px solid white;
}
