﻿/*Reset*/

html, body {
	margin:0;padding:0;border:0; background: transparent; font-size: 10px;}
	
div, span, article, aside, footer, header, hgroup, nav, section, h1, h2, h3, h4, h5, h6, p, blockquote,a,
ol, ul, li, table, tr, th, td, tbody, tfoot, thead {
	margin:0;
	padding:0;
	border:0;
	vertical-align: baseline;
	background: transparent;
}

img {
	margin:0; padding:0; border:0;}
	
table, tr, th, td, tbody, tfoot, thead {
	margin:0; padding:0; border:0;
	vertical-align: baseline;
	background: transparent;
}

table { border-collapse: collapse; border-spacing: 0;}

input, select, textarea, form, fieldset {
	margin:0; padding:0; border:0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style:normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
}

ol, ul {list-style: none;
}

/*Global*/

html { }
body {background-color:#eeeeee;}

/*Headings*/

h1, h2, h3, h4, h5, h6 {font-weight:bold; color: #000;}
	h1 {font-size:24px;}
	h2 {font-size:20px;}
	h3 {font-size:16px;}
	h4 {font-size:14px;}
	h5 {font-size:14px;}
	h6 {font-size:14px;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:  0;}

/*Text Elements*/

p { color: #000; font-size:12px; line-height: 150%;}
p.left { margin: 1.5em 1.5em 1.5em 0; padding: 0;}
p.right { margin: 1.5em 0 1.5em 1.5em; padding: 0;}

a{ }
a:link {color: #00f;}
a:visited {color: #0f0;}	
a:active {color: #000;}
a:focus {color: #666;}
a:hover {color: #f00;}

blockquote {color: #000; font-size:12px;}

strong {font-weight: bold;}
em {font-style: italic;}

/*Images*/

/*Lists*/

ul { }
ol {list-style-type:decimal;}

ul li {color: #000; font-size: 12px;}
ol li {color: #000; font-size: 12px;}

dl { }
dt { }
dd { }

/*Tables*/

table {width: 100%;}

tr{ }
.odd {background-color: #eee;}
.even {background-color: #fff;}

th {font-weight:bold;}
thead, th {background: #ccc;}

tbody { }

th, td, caption { }
caption { }

tfoot { }
.tfooter {background-color: #ccc; text-align:center; font-style: italic;}

caption {background: #efefef;}

/*Miscellaneous*/

sup, sub {line-height: 0;}

abbr, acronym{border-bottom: 1px dotted #666; }
address	{ }
del {background: #FFCECE; color: #f00;}

code, pre {background-color: #FF9; padding: 2px 0px; margin: 4px 25px;
 	font-family: "Courier New", Courier, monospace; font-size:12px;}

/*Containers*/

#wrapper {width: 900px; margin: 0px auto; background-color: #ffffff;}
#top {background-color: #000000; width: 100%; padding: 20px 0; overflow: hidden;}
#logo {margin: 0 0 0 10px; float: left;}
#social-media {float: right; }
#social-media p {color: #ffffff; font-size: 11px; margin: 4px 10px 4px 0px; }
#social-media img {width: 24px; height: 24px;}
#social-media ul li {display: inline;}
#banner { }
#subbanner {width: 100%; background-color: #555555; padding: 15px 0; overflow: hidden;}
#subbanner h3 {color: #ffffff; font-size: 16px; font-weight: bold; text-align:center; line-height: 180%; }
#topnav {background-color: #333333; clear:both; }
#topnav ul li {display: inline; color: #ffffff;}
#topnav ul {width: 100%; float: left; margin: 0px; background-color: #333333; border-bottom: 3px #cccccc solid;}
#topnav a:link {color:#ffffff;}
#topnav a:visited {color:#ffffff;}
#topnav a:active {color:#ffffff;}
#topnav a:hover {color:#ffffff; background-color: green}
#topnav a:focus {color:#ffffff;}
#topnav ul li a {float: left; padding: 10px 10px 20px 20px;}
#content-wrapper { }
#leftnav { }
#leftside { }
#rightside { }
#content {text-align: center; padding: 20px;}
#content h1 {text-align: center; font-size: 32px;}
#content p {text-align: center; padding: 20px;}
#contact h1 {text-transform: uppercase; text-align: left; padding: 30px 10px 10px 40px;}
#footer {clear: both; background-color: #000000; padding: 10px 0;}
#footer p {color: #ffffff;text-align: center;padding: 20px;}
#footer ul li {display: inline; color: #ffffff;}
#footer ul {width: 100%; text-align: center; margin: 0px; background-color: #333333; border-bottom: 3px #cccccc solid;}
#footer a:link {color:#ffffff;}
#footer a:visited {color:#ffffff;}
#footer a:active {color:#ffffff;}
#footer a:hover {color:#ffffff; background-color: green;}
#footer a:focus {color:#ffffff;}
#footer ul li a {text-align: center; padding: 10px 10px 20px 20px;}


div.gallery :hover {
   transition: .5s ease;
  backface-visibility: hidden;
    opacity: 0.3;
}

div.gallery img {
  width: 50%;
  height: auto;
  opacity: 1;
}


div.desc {
  padding: 15px;
  text-align: center;
}

#fcf-form {
    display:block;
}

.fcf-h3 {
	padding: 10px;
	text-align:center;
}
.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 10px;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #32CD32;
    border-color: #32CD32;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 1.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 20px;
}

input[type=submit].fcf-btn-block, input[type=reset].fcf-btn-block, input[type=button].fcf-btn-block {
    width: 100%;
}
/*Miscellaneous*/

.copyright-text {font-size: 80%; font-style: italic; color: #333;}
.footer-text {font-size: 80%; font-style: normal; color: #666;}
.title {font-size: 18px; font-weight: bold; color: #333;}
.subtitle {font-size: 14px; font-style: italic; color: #333;}
.artist {font-size: 16px; font-weight: bold; color: #333;}
.author {font-size: 14px; font-weight: bold; color: #555;}
.editor {font-size: 14px; font-style: italic; color: #555;}
.pub-date {font-size: 10px; font-style: italic; color: #555;}
.article-date {font-size: 10px; font-style: italic; color: #555;}
.location {font-size: 10px; font-style: italic; color: #555;}
.float-right {float:right;}
.float-left	{float: left;}
.clear {clear:both;}
.hide {display:none;}
.block {display:block;}
.inline {display:inline;}
.first {font-weight: bold;}
.last {font-weight: bold;}
.left {font-weight: bold; text-align:left;}
.right {font-weight: bold; text-align:right;}

.added {background: #D7D7FF;}
.removed {background: #FFCECE; color: #f00;}
.changed {background: #FFB}

.form-control {width: 450px;}
.form-control submit {width: 450px;}





