/* Global Application Styles */

html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*,
:before,
:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0px 5px 0px 5px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overscroll-behavior: contain; /* Block Chrome mobile swipe refresh */
}

.reg-font {
	font-family: "Roboto", sans-serif;
	font-family: Arial, sans-serif;
	letter-spacing: 0px;
}

.nar-font {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0px;
}

.wi8-font {
	font-family: 'Galindo', sans-serif;
	letter-spacing: 1px;
}

.site-content {
	position: relative;
	top: 30px;
	min-width: 330px;
	max-width: 600px;
	margin: auto;
	border: solid 0px #090;
}

.center {
	text-align: center;
}

.v-10 {
	width: 10px;
	height: 10px;
	overflow: hidden;
	border: solid 0px #F90;
}

.h-10 {
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	vertical-align: top;
	border: solid 1px #09f;
}


/* Banner */

.banner {
	height: 50px;
	margin: auto;
	text-align: center;
	font-size: 16px;
	color: #C63;
	padding: 10px 0px 0px 0px;
	border: solid 0px #FC0;
}

.banner-title {
	height: 25px;
	/* overflow: hidden; */
	vertical-align: top;
	margin: auto;
	padding: 0px 20px 0px 20px;
	border: solid 0px #999;
}

.banner-stamp {
	position: absolute;
	top: 10px;
	width: 80px;
	height: 80px;
	vertical-align: top;
	border: solid 0px #369;
}

.banner-separator {
	width: 40%;
	height: 5px;
	overflow: hidden;
	/* text-align: right; */
	margin: auto;
	/* border: solid 1px #C30; */
	border-bottom: solid 1px #666;
}

.site-link {
	color: #69c !important;
	font-weight: bold;
}


/* Home */

.home-left-box {
	display: inline-block;
	width: 300px;
	height: 240px;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	line-height: 22px;
	padding: 20px 10px 0px 10px;
	border: solid 0px #369;
}

.home-right-box {
	display: inline-block;
	width: 210px;
	height: 240px;
	overflow: hidden;
	vertical-align: top;
	border: solid 0px #CCC;
}


/* About */

.about-panel-1 {
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	line-height: 22px;
	padding: 0px 20px 0px 20px;
	border: solid 0px #C30;
}

.about-reg {
	/* overflow: hidden; */
	/* text-align: center; */
	width: 300px;
	line-height: 22px;
	text-align: left;
	margin: auto;
	padding: 0px 10px 0px 10px;
	border: solid 0px #C30;
}

/* Contact */

.contact-line {
	display: inline-block;
	width: 220px;
	height: 50px;
	overflow: hidden;
	margin: auto;
	padding: 5px 0px 0px 0px;
	background-color: #F6F9FC;
	border-radius: 5px;
	border: solid 1px #369;
}

.contact-label {
	display: inline-block;
	width: 120px;
	height: 40px;
	overflow: hidden;
	vertical-align: top;
	color: #369;
	text-align: right;
	font-size: 17px;
	padding: 9px 10px 0px 0px;
	border: solid 0px #090;
}

.contact-logo {
	display: inline-block;
	width: 50px;
	height: 40px;
	overflow: hidden;
	vertical-align: top;
	text-align: left;
	border: solid 0px #C30;
}