﻿/* DEFAULTS */

body {
	font: 14px/20px "Inconsolata", helvetica, arial, san-serif;
	color:#000;
	padding: 0;
    margin: 0;
    background: white;
    width: 100%;
    /*min-width: 690px;*/
    margin: 0 auto;
}

a {
	text-decoration: none;
	color: black;
}

.section {
    margin: 0 auto;
    width: 100%;
    background-color: #f2f4f5;
}

.visual {
    margin: 0;
    width: 60%;
    background-color: #f2f4f5;
    float: left;
  	padding: 0;
  	overflow: auto;
  	height: 900px;
}

.homevisual {
    margin: 0;
    width: 60%;
    background-color: #f2f4f5;
    float: left;
  	padding: 0;
  	overflow: auto;
  	height: 700px;
}

.homecontent {
    margin: 0;
    width: 25%;
    background-color: white;
    float: left;
    padding: 50px 10% 30px 5%;
    font: 15px/24px "Universe LT Std", helvetica, arial, san-serif;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(200, 200, 200, 0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(200, 200, 200, 0.75);
	box-shadow: 0px 0px 6px 0px rgba(200, 200, 200, 0.75);
	height: 600px;
}
.homecontent p {
	padding-bottom: 10px;
}

.homecontent a {
	color: #ec008c;
}

.homecontent a:hover {
	color: black;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.img1 {
	width: 98%;
}

.img2 {
	width: 48%;
}

.img3 {
	width: 32%;
}

.mapcontent {
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 10px;
    width: 25%;
    background-color: white;
    float: left;
    padding: 50px 10% 30px 5%;
    font: 15px/24px "Universe LT Std", helvetica, arial, san-serif;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(200, 200, 200, 0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(200, 200, 200, 0.75);
	box-shadow: 0px 0px 6px 0px rgba(200, 200, 200, 0.75);
}

.mapcontent p {
	padding-bottom: 10px;
}

.mapcontent a {
	padding: 10px;
	margin-top: 5px;
	color: white;
	background-color: #ec008c;
	font: 12px/20px "Inconsolata", helvetica, arial, san-serif;
	border: 2px solid #ec008c;
}

.mapcontent a:hover {
	background-color: white;
	border: 2px solid black;
	color: black;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.mapcontent p a {
	padding: 0px;
	margin-top: 0px;
	color:  #ec008c;
	background-color: white;
    font: 15px/24px "Universe LT Std", helvetica, arial, san-serif;
	border: none;
}

.mapcontent p a:hover {
	background-color: none;
	border: none;
	color: black;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.mapvisual {
    margin: 0;
    height: 380px;
	overflow-y: scroll;
    width: 60%;
    background-color: #f2f4f5;
    float: left;
  	padding: 0; 	
}

.content {
    margin: 0;
    width: 25%;
    background-color: white;
    float: left;
    padding: 50px 10% 30px 5%;
    font: 15px/24px "Universe LT Std", helvetica, arial, san-serif;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(200, 200, 200, 0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(200, 200, 200, 0.75);
	box-shadow: 0px 0px 6px 0px rgba(200, 200, 200, 0.75);
	overflow: auto;
  	height: 835px;
}

.content p {
	padding-bottom: 15px;
}

.fulldiv {
    margin: 0;
    width: 45%;
    background-color: white;
    float: left;
    padding: 50px 20% 30px 35%;
    font: 16px/26px "Universe LT Std", helvetica, arial, san-serif;
}

.fulldiv p {
	margin-bottom: 13px;
}

.gallerydiv {
    margin: 0;
    width: 45%;
    background-color: white;
    float: left;
    padding: 50px 10% 30px 45%;
    font: 15px/24px "Universe LT Std", helvetica, arial, san-serif;
}

	
h3 {
	font: bold 16px/16px "Inconsolata", helvetica, arial, san-serif;
    color: black;
    background-color: yellow;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 0;
    width: 150px;
	}

h4 {
    font: bold 16px/26px "Universe LT Std", helvetica, arial, san-serif;
}

h5 {
	font: 13px/16px "Inconsolata", helvetica, arial, san-serif;
	margin-bottom: 3px;
}

/* SITE NAVIGATION */

.topbar {
    padding: 40px 0 110px 5%;
    background-color: rgba(255,0,0,0.0);
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    z-index: 10;
}
    
.lnav ul li {
	list-style-type: none;
	font: bold 12px/16px "Inconsolata", helvetica, arial, san-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 20px;
	border-right: 2px solid black;
	border-left: 2px solid black;
	background-color: #FFF;
}

.lnav ul li:first-child{
	border: 2px solid black;
}

.lnav ul li:last-child{
	border: 2px solid black;
}

.lnav ul li:hover {
	background-color: #ec008c;
	border-right: 2px solid #ec008c;
	border-left: 2px solid #ec008c;
	color: white;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
}
    
/* .logo {
    width: 230px;
    text-transform: uppercase;
    border: 7px solid black;
    background-color: white;
    color: black;
} */

/* Footer */

#footer {
    font: bold 12px/16px "Inconsolata", helvetica, arial, san-serif;
    color: white; 
    text-align: right;
    text-transform: uppercase;
    background-color: #363639;
    padding: 30px 30px 10px 0px;
    letter-spacing: 1px;

	}

#footer a {
    color:#D1D2D6;
    text-decoration:none;
    letter-spacing:1px;
	}

#footer a:hover {
    color: #3db4d2;
    -webkit-transition: color 1s linear; /* For Safari 3.1 to 6.0 */
    transition: color .3s linear;
    }

#footer ul li {
    list-style-type: none;
    padding-bottom: 10px;
	}
	
/* Scroll */
	
#scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#scroll::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

#scroll::-webkit-scrollbar-thumb {
	background-color: #000000;
}

/* video */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

    
/* Display 

.left p {
    padding-top: 10px;
    width: 200px;
}

.right {
    float: left;
    padding: 40px 0 0 20px;
    display: inline-block;
    width: 85%;
	min-width: 215px;
}

.right {
    padding: 0 0 0 50px;
    width: 60%;
}

.twoimg img {
	float: left;
	width: 47%;
	padding: 15px 3% 15px 0;
	
}

.threeimg img {
	float: left;
	width: 30%;
	padding: 15px 3% 15px 0;
	
}

.oneimg img {
	float: left;
	width: 90%;
	padding: 20px 10% 5px 0;
	
}

*/




