﻿body
{
	background-color: navy;
    color: White;
    border: none;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    margin: 0;
    padding: 0;
    display: block;
}
#coname
{
	top: 0;
	left: 0;
	width: 20%;
	height: 26%;
	position: absolute;
	display: block;
    box-sizing: border-box;
	border: 1px solid white;
	padding: .5% 0 0 1%;
	background-color: Navy;
	overflow: visible;
	white-space: nowrap;
}
#coname_p
{
    display: none;
}
#coword
{
    display: block;
    float: left;
    margin: 2px;
    padding: 3px;
}
#menu
{
    top: 26%;
	left: 0;
	width: 20%;
	height: 54%;
	display: block;
    box-sizing: border-box;
	position: absolute;
	border: 1px solid white;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	background-color: limegreen;
	overflow: hidden;
	white-space: nowrap;
}
#contact
{
	top: 80%;
	left: 0;
	bottom: 0;	
	width: 20%;
	position: absolute;
    font-size: 1vw;
	display: block;
    box-sizing: border-box;
	border: 1px solid white;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	overflow: visible;
	white-space: nowrap;
    background-color: Navy;
	font-weight: normal;
	font-family: Times New Roman;
	color: White;
}
#address
{
	border-spacing: 0px;
    display: block;
    float: left;
	height: 50%;
	width: 100%;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
}
#label
{
	border-spacing: 0px;
    display: block;
    float: left;
    text-align: right;
	width: 20%;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
}
#value
{
	float: left;
    display: block;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
    width: auto;
}
#value a:link
{
    color: White;
}
#value a:visited
{
    color: White;
}
#value a:hover
{
    color: Yellow;
}
#value a:active
{
    color: White;
}
	
span
{
    font-weight: bold; 
}
span.cap
{
    font-size: 2.6vw;
    color: Yellow;
    font-style: italic;
    font-family: Courier New;
}
span.rest
{
    font-size: 1.3vw;
    color: White;
    font-family: Courier New;
}
.buttons
{
	box-sizing: border-box;
	border: none;
    height: 99.5%;
	/*width: 100%;*/
	padding: 3px;
	margin: 0px 0px 0px 0px;
	background-color: Black;
	white-space: nowrap;
}
.button
{
	box-sizing: border-box;
    margin: 1px;
	border: 1px solid gray;
	padding: 3% 1px;
	height: 14%;
	background-color: Navy;
	color: White;
	text-align: center;
	font-family: Times New Roman;
}
.button a
{
    font-size: 1.7vw;
    padding: 2% 0;
    color: white;
}
.button a:link
{
    text-decoration: none;
    display: block;
}
.button a:visited
{
    color: White;
}
.button:hover
{
    background-color: lightblue;
}
.button a:hover
{
    color: Black;
 /*   padding: 2% 2% 2% 2%; */
}
/*@media screen and (max-width: 1300px)
{
    span.cap
    {
        font-size: 2vw;
    }
    span.rest
    {
        font-size: 1vw;
    }
    .button a
    {
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 1100px)
{
    span.cap
    {
        font-size: 1.8vw;
    }
    span.rest
    {
        font-size: .8vw;
    }
    .button a
    {
        font-size: 1.2vw;
    }
}*/
