@charset "UTF-8";
/* CSS Document */

#logo_box
{
	width:80%;
}
#imageLogo
{
	max-height:300px;
}
h1
{
	font-size:65px;
	align-self:center;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
h2
{
	font-size:55px;
}
p
{
	font-size:40px;
}
li
{
	font-size:30px;
	line-height:35px;
}
.addressBox
{
	font-size:40px;
	line-height:40px;
}
.textBox
{
	font-size:28px;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	white-space:normal;
}
#Title
{
	font-size:3em;
}
.Menu
{
	height:70px;
	border-style:solid;
	border-width:3px;
	border-left-width:0px;
	border-right-width:0px;
}
.buttons
{
	width:25%;
	font-size:3em;
}
.buttons:hover
{
	text-shadow:-.5px 1px 2px #C1925E,.5px -1px 2px #000000;
	background-color:rgba(245,123,82,0.25);
}
.content
{	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	
}
.content .leftBox
{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.content .rightBox
{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.contact
{	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	align-content:center;
	
}
.contact .leftBox
{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
	width:80%;
	padding-left:0px;
	margin-left:auto;
	margin-right:auto;
}

.contact .rightBox
{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
	width:80%;
	margin-bottom:80px;
	margin-left:auto;
	margin-right:auto;
}
.leftBox
{
	display:block;
	vertical-align:top;
	width:100%;
	max-width:none;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	text-align:center;
	border:0px solid;
	overflow:hidden;
	white-space:normal;
	zoom:1;
}
#tableBackground
{
	width:auto;
	background-image:url("Images/TableBG.jpg");
	background-size:100% 100%;
	background-position: left top;
	background-repeat:no-repeat;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	padding:5%;
	padding-top:10px;
	padding-bottom:10px;
}
#tableImage
{
	width:50%;
	max-width:none;
	float:left;
	padding:30px;
	margin-left:auto;
	margin-right:auto;
}
.rightBox
{
	display:block;
	vertical-align:top;
	width:80%;
	max-width:none;
	margin-left:auto;
	margin-right:auto;
	padding:40px;
	padding-top:0px;
	white-space:normal;
	zoom:1;
}
.textBox
{
	background-color:rgba(245,123,82,0.25);
	padding:20px;
	text-align:left;
	color:#000000;
	font-size:30px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:550;
	line-height:120%;
	letter-spacing:1.5px;
	word-spacing:2px;
}
.imageBox
{
	padding:0px;
	background-color:#471508;
	margin-left:auto;
	margin-right:auto;
	border-style:none;
	border-width:0px;
}