@import 'fonts.css';

html, body {
 	width: 100%;
 	height: 100%;
	background-color: #fff;
}

html, body, div {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 16px;
}

p {
	margin: 0px 8px;
	padding: 0;
	border: 0;
	font-size: 16px;
}

table {
	margin: 0px 0px;
}

pre {
	margin: 0px 8px 20px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 1.42857;
	margin: 0 0 10px;
	overflow-wrap: break-word;
	padding: 9.5px;
	word-break: break-all;
}

form {
	margin: 0px;
	padding: 0;
	border: 0;
}

hr {
	margin: 0px;
}

h1 {
	font-size: 36px;
	line-height: 42px;
	transform: scale(1);
	transition: all 0.3s;
	display: inline-block;
}

h1.scale12 {
	transform: scale(1.2);
}

h1.scale08 {
	transform: scale(0.8);
	transition: all 1s;
}

h2 {
	font-size: 32px;
	line-height: 38px;
}

h3 {
	font-size: 28px;
	line-height: 34px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
}

h5 {
	font-size: 20px;
	line-height: 26px;
}

h6 {
	font-size: 16px;
	line-height: 22px;
}

a, a:link, a:visited {
	cursor: pointer;
	text-decoration: none;
	color: #1e6ba4;
	font-weight: 400;
	border: 0;
}

a:hover {
	color: #1e6ba4;
}

button, .spanbutton {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 24px;
	font-weight: 300;
	background-color: #1e6ba4;
	padding: 2px 27px;
	margin: 8px;
	border: 3px solid #1e6ba4;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
	transition: 0.2s;
}

.inactivebutton {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 24px;
	font-weight: 300;
	background-color: #ccc !important;
	padding: 2px 27px;
	margin: 8px;
	border: 3px solid #bbb;
	cursor: not-allowed;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
	transition: 0.2s;
}

button:hover, .inactivebutton:hover, .spanbutton:hover {
	box-shadow: 0px 0px 5px gray;
}

label {
	display: inline !important;
	font-weight: 300 !important;
	cursor: pointer;
	text-decoration: none;
	color: #333;
	border: 0;
}

.footer {
	width: 100%;
	background-color: white;
	min-height: 55px;
	border-top: 8px solid #1e6ba4;
	text-align: center;
}
