/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* END RESET STYLES */
/*  BASE STYLES  */
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
body, td, th {
    font-family: Arial, Helvetica, sans-serif;
    color: #4E4E4E;
}
.bg {
	background-image: url("../images/kilvinlamps.jpg");
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
}
img {
    display: block;
}
p {
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.body-text {
    line-height: 1.3;
}
a, a:link, a:active, a:visited {
    color: #009BDF;
    text-decoration: none;
}
a:hover {
    color: #0082D5;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
 //color: #3E53A4;
    margin: 0 0 12px 0;
    font-weight: bold;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
}
h1 {
    font-size: 18px;
    font-weight: normal;
}
h2 {
    font-size: 16px;
    font-weight: normal;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 13px;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
ul, ol {
    margin: 0 0 12px 0;
    padding: 0 0 0 30px;
}
li ul, li ol {
    margin: 4px 0 10px 0;
    padding: 0 0 0 25px;
}
li {
    margin: 0 0 4px 0;
    line-height: 1.3;
}
ul li {
    list-style: square;
}
ol li {
    list-style: decimal;
}
ol li li {
    list-style: lower-alpha;
}
ol li li li {
    list-style: lower-roman;
}
.small-txt {
    font-size: 11px;
    color: #686868;
}
.txt-feat-expand-md {
    line-height: 1.5;
}
.txt-feat-expand-lg {
    line-height: 1.8;
}
.txt-feat-expand-xl {
    line-height: 2;
}
.no-margin {
    margin: 0 !important;
}
.margin-right {
    margin-right: 12px !important;
}
.margin-left {
    margin-left: 12px !important;
}
.clickable {
    cursor: pointer;
}
.txt-align-left {
    text-align: left !important;
}
.txt-align-right {
    text-align: right !important;
}
.txt-align-center {
    text-align: center !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
body {
    background: #1C1B17;
    color: #FFF;
    
}
header, main, footer {
	
}
.header-content, .page, .wb-footer {
	max-width: 1200px;
    margin: 0 auto;
}
header {
	background-color: rgba(0,0,0,.3);
}
h1 {
	display: block;
	font-size: 2.6rem;
	margin-bottom: 1rem;
	text-align: center;
}
.tagline {
	text-align: center;
	margin-bottom: 2rem;
	color: #bbb;
	font-style: italic;
	font-size: 1.2rem;
}
ul {
	
}
ul li {
	list-style: none;
	font-size: 2.5rem;
	margin-bottom: 1rem;
	
}
ul li a {
	color: #FFF !important;
	text-decoration: none !important;
	  display: flex;
  align-items: center;
  justify-content: center;
}
ul li a:hover {
	color: #7CAC80 !important;
	text-decoration: none !important;
}
.social-icon {
	margin-right: 1.2rem;
}
.social-handle {
	font-size: 1.6rem;
}
main {
  display: flex;
  align-items: center;
  justify-content: center;
	height: 100%;
	box-sizing: border-box;
	padding: 50px;
}
.page {
	background-color: rgba(0,0,0,.7);
	padding: 30px 40px;
	border-radius: 14px;
	min-width: 45%;
	
}

.quote-block {
	display: block;
	margin: 0 auto;
	font-size: 2rem;
}
.quoteby {
	text-align: right;
	font-size: 1.2rem;
	font-style: italic;
	margin-right: 1.7rem;
}
footer  {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	padding: 20px;
}

footer .wb-footer {
	color: #CCC;
	text-align: right;
	font-size: 11px;
}
.accordion-panel {
}
.accordion-panel.is-active {
    cursor: pointer;
}

