/* CSS for non-mobile site */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* Header */
input[type=checkbox] {
	display: none;
}
.hamburger {
	display: none;
	user-select: none;
}
.header {
	width: 100%;
	height: 150px;
	background: #FFFFFF;
}	
.links li {
	list-style: none;
}
.bar {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	margin: 0 auto;
}
.bar .logo img {
	height: 120px;
	width: 152px;
}
.menu {
	display: flex;
	font: 2.3em "Deco", "Arial", serif;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
	list-style: none;
}
.menu li {
	padding: 0 5px;
}
.menu li::after {
	content: ' |';
}
.menu li a, .menu li a:visited {
	color: #000000;
	border: none;
	text-decoration: none;
}
.menu li a:hover, .menu li a:active {
	color: #C81D04;
	border: none;
	text-decoration: underline;
}

/* Home page picture */
.info {
	height: 750px;
	background:url(/pictures/home-01.jpg) no-repeat center;
	background-size: cover;
}
.info .wrapper {
	width: 1000px;
	margin: 0 auto;
}
.info .wrapper .welcome {
	color: #FFFFFF;
	padding: 20px 0 0 0;
	font: 3.25em "Deco", Trebuchet MS, sans-serif;
	font-weight: 900;
	text-shadow: #000000 2px 0 10px;
	text-align: center;
}
.info .wrapper .subhead {
	padding: 250px 0 0 0;
	font: 2.5em sans-serif;
	text-shadow: #000000 2px 0 10px;
	text-align: center;
	color: #FFFFFF;
}

/* General content */
.founder {
	float: right;
	padding: 5px;
	margin: 0 0 0 40px;
	border: #000000 2px solid;
	border-radius: 10px;
	text-align: center;
	font: 1.5em "Deco", sans-serif;
}
.founder > img {
	padding: 15px;
}
.special {
	width: 1000px;
	margin: 30px auto;
	padding: 20px 0 30px 0;
	background:url(/pictures/test.jpg) no-repeat center -120px;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0 0 15px 10px #98c1d9;
	text-shadow: #000000 2px 0 10px;
	text-align: center;
}
.special .fancy {
	font: 3.5em "Fancy", cursive, sans-serif;
	text-align: inherit;
	color: #FFFFFF;
}
.special .text {
	font: 2.5em "Deco", sans-serif;
	color: #FFFFFF;
	text-align: inherit;
}

.agents, .contact-page {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.agents > div {
	width: 230px;
	height: 413px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 15px 6px;
	border: #000000 2px solid;
	border-radius: 10px;
	box-shadow: 7px 7px 10px #999999;
	font-family: "Deco", sans-serif;
}
.agents > div img, .small-preview {
	width: 220px;
	height: 320px;
	padding: 5px;
	border-radius: 10px 10px 0 0;
}
.main {
	margin: 0 auto;
	width: 1000px;
}
.main > p {
	font-family: sans-serif;
	color: #000000;
}
.headshot {
	float: right;
	width: 250px;
	height: auto;
	border-radius: 15px;
	margin: 0 0 10px 20px;
}
.large-preview {
	width: 250px;
	height: auto;
	border-radius: 15px;
	margin: 0 0 10px 20px;
}
.main > h1 {
	font: 3.5em "Deco", sans-serif;
}
.main > p {
	font: 1.35em Arial, Helvetica, sans-serif;
}
.signature {
	font: 1.35em Arial, Helvetica, sans-serif;
}
.signature::first-line {
	font: 2.5em "Fancy", cursive, sans-serif;
}
.agents > div a, .agents > div a:visited, .main a, .main a:visited {
	color: #C81D04;
	text-decoration: underline;
}
.agents > div a:hover, .agents > div a:active, .main a:hover, .main a:active {
	color: #3857A9;
	text-decoration: none;	
}

.contact-page > div {
	width: auto;
}
input.contact {
	width: 400px;
	font-size: 1.1em;
	font-family: Verdana, sans-serif;
	margin: 0 0 10px 30px;
	padding: 5px 0;
	background-color: #F5F5F5;
}
textarea.contact {
	width: 600px;
	margin: 0 auto;
	height: 3.9em;
	font-size: 1.3em;
	font-family: Verdana, sans-serif;
	margin: 0 0 10px 30px;
	padding: 5px 0 0 0;
	background-color: #F5F5F5;
}
#row6 {
	font-size: 1.3em;
	font-family: Verdana, sans-serif;
	margin: 0 0 10px 30px;
	width: 100% !important;
	text-align: center !important;
}
#rowLast {
	font-size: 1.3em;
	font-family: Verdana, sans-serif;
	width: 100% !important;
	text-align: center !important;
	padding-bottom: 40px;
}
#rowLast button {
	font-size: 1.3em;
	font-family: Verdana, sans-serif;
	padding: 5px;
}
#errorRow {
	font-size: 1.6em;
	font-family: Deco;
	font-weight: bold;
	width: 100% !important;
	text-align: center !important;
}
#errorRow span {
	color: #FF0000;
}
select.contact {
	font-size: 1.1em;
	font-family: Verdana, sans-serif;
	background-color: #F5F5F5;
}

/* Footer */
.footer {
	width: 100%;
	background: #CCCCCC;
	padding: 0 0 20px 0;
	box-shadow: 0 0 15px 10px #CCCCCC;
	clear: both;
	padding-bottom: 30px;
	margin-top: auto;
}
.footer .wrapper {
	width: 1000px;
	margin: 0 auto;
}
.footer .wrapper .text {
	text-align: center;
	font: 1.75em sans-serif
}
.footer .wrapper .text span {
	color: #DC0F0A;
}
.footer a, .footer a:visited {
	color: #DC0F0A;
	text-decoration: underline;
}
.footer a:hover, .footer a:active {
	color: #50B9D8;
	text-decoration: none;
}

/* Generic */
.standout, .standout:visited {
	color: #C81D04 !important;
	text-decoration: none;
}
.standout:active, .standout:hover {
	color: #3857A9 !important;
	text-decoration: underline;
}

.no-show-desktop {
	display: none;
}

/* Administrator pages */
#page-1 {
}
#page-2, #page-3 {
	display: none;
}
.loginpage {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 600px;
	height: 200px;
	margin: 0 auto;
	border: #000000 medium solid;
	text-align: center;
}
.loginpage input {
	width: 400px;
	margin-bottom: 10px;
	font: 1.75em "Deco", sans-serif;
}
.loginpage div {
	font: 1.25em Verdana, Geneva, sans-serif;
}
.error {
	border: #FF0000 4px solid;
}

.table-agents {
	width: 100%;
	font-size: 1.2em;
}
.table-agents td {
	padding-bottom: 10px;
}
.table-agents td:first-child {
	width: 25%;
	vertical-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.table-agents td {
	width: 75%;
}

.table-agents input {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	width: 500px;
}

.table-agents #bio {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	width: 500px;
	height: 7.2em;
}
.table-agents #tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	width: 500px;
	height: 3.6em;
}

.modal {
	display: none;
}

fieldset {
	border: none;
}

.table-users {
	width: 1000px;
	font-size: 1.2em;
	border: none;
	font-family: "Deco", sans-serif;
	padding-bottom: 10px;
	margin: 0;
	border-collapse: collapse;
}
.table-users td {
	padding: 5px 0;
	margin: 0;
}
.table-users td:nth-child(1) {
	width: 310px;
}
.table-users td:nth-child(2) {
	width: 200px;
}
.table-users td:nth-child(3) {
	width: 270px;
}
.table-users td:nth-child(4) {
	width: 130px;
}
.table-users td:nth-child(5) {
	width: 90px;
}
.table-users tr:nth-child(1) {
	background-color: #007fff !important;
	color: #FFFFFF !important;
}
.table-users tr:nth-child(odd) {
	background-color: #d9ecff;
}
.table-pic-preview {
	width: 1000px;
	font-size: 1.2em;
	border: none;
	font-family: "Deco", sans-serif;
	padding-bottom: 10px;
	margin: 0;
	border-collapse: collapse;
	text-align: center;
}
.table-pic-preview td:nth-child(1) {
	width: 500px;
}
.table-pic-preview td:nth-child(2) {
	width: 500px;
}

