﻿html, body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family:Tahoma,verdana,helvetica,arial,sans-serif;
	font-size:9pt;
	background-color: Black;
	color:White;
}
h1, h2, h3, h4
{
	margin:0px;	
}
h2
{
	padding-bottom:4px;
    font-size: 300%;
}
h3
{
	padding-top:5px;
}
a:focus
{
	outline:none;
}
modal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal.open {
   display: block;
}
.modal__header {
    background-color: #000099;
    opacity: 0.7;
    height: 100px;
}
.modal__footer {
    height: 50px;
    background-color: gray
}
.modal__content,
.modal__footer {
    position: absolute;
    width: 100%;
}
.modal__content {
    bottom: 50px;
    top: 100px;
    overflow-y: auto;
}
.modal__footer {
    bottom: 0;
    background-color: #FFFFFF;
    color: #000000;
}
.modal2 {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal2.open {
   display: flex;
   flex-direction: column;
}
.modal2__header,
.modal2__footer {
    height: 50px;
}
.modal2__content {
    height: 100%;
    overflow-y: auto;
}
.scroll_section
{
}
.scroll_section_inner
{
    padding-bottom: 20px;        
}
.scroll_section_inner, .scroll_section_inner_next
{
    background-color: #FFFFFF;
    opacity: 0.9;
    margin-left: 10%;
    margin-right: 10%;    
    padding-top: 10px;
    padding-left: 10px;    
    padding-right: 10px;
    color: #000099;
}
.scroll_section_inner
{
    margin-top: 200px;
}
.scroll_section_inner_next
{
    margin-top: 50px;
}
.scroll_section_inner h2, .scroll_section_inner_next h2
{
    text-align: center;
    margin-top: 20px;
}
.scroll_section_inner p, .scroll_section_inner_next p
{
    font-size: 200%;
    margin-left: 20px;
}
.scroll_section_inner_next
{
    padding-bottom: 10px;
}
.table_scroll_section
{
    padding-bottom: 20px;
}
.table_scroll_section th
{
    font-size: 200%;
    text-align: left;
}
.table_scroll_section td
{
    font-size: 120%;
    padding-right: 10px;
}
#headerContainer
{
	position: relative;
	margin-left:10%;
	margin-right:10%;
	height:100px;	
}
.header-left
{
	padding: 20px 0px 0px 0px;
	float: left;
	width:290px;	
}
.header-left a
{
	outline:none;
}
.header-left img
{
	border:0px;
}
.header-right
{
	float: right; 
	font-size: 18px; 
	letter-spacing: 2px; 
	padding: 25px 100px 0px 0px;
	margin: 0;	
}
/* NAVIGATION */
.header-right a
{ 
	text-transform: uppercase; 
	padding-bottom: 40px; 
	margin: 0 15px 0 15px; 	
	color: White;
	text-decoration:none;
}
.header-right a:hover, .header-right a:hover.last
{ 
	color: #66FF33; 
	overflow: visible; 
}
.header-right a.last
{ 
	text-transform: uppercase; 
	margin: 0 0 0 15px; 
}
ul.nav
{ 
	list-style: none; 
	padding: 0; 
	margin: 0; 
}
ul.nav li
{ 
	float: left;
}
#work li.nav1 a, 
#shop li.nav2 a,
#memo li.nav3 a,
#about li.nav4 a,
#contact li.nav5 a
{ 
	overflow: visible; 
}
.navActive
{
	color:#CC6600;
}
#footer-content {
    padding-left: 25%;
    margin-top: 5px;
}
.ctable
{
    width:100%;
}