@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

body {
	margin: 0;
	padding: 0;
	font-family: Roboto Slab;
	min-width: 1000px;
}

#gallery {
	position: relative;
	width: 100%;
	height: 400px;
	background-image: url("images/wallpapers/SL2.jpg");
	/*background-color: #4E7AC7;*/
	background-size: cover;
	background-position: center;
}

#galleryOverlay {
	position: absolute;
	height: 100%;
	width: 30%;
	background-color: black;
	opacity: 0.5;
}

#galleryDescription {
	position: absolute;
	height: 100%;
	width: 30%;
	padding: 120 30 30 30;
}

#galleryDescription h1 {
	font-weight: 700;
	font-size: 20px;
	color: white;
}

#galleryDescription h2 {
	font-weight: 500;
	font-size: 18px;
	color: white;
}

#galleryDescription p {
	font-weight: 300;
	font-size: 16px;
	color: white;
}

#galleryDescription a {
	color: #4E7AC7;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	color: white;
}


#navBar {
	position: absolute;
	display: block;
	background-color: white;
	width: 100%;
	height: 90px;
}

#logo {
	position: absolute;
	top: 0;
	left: 30;
	height: 90px;
}

#menu {
	position: absolute;
	top: 0;
	right: 0;
}

#menu ul {
	position: relative;
    list-style-type: none;
    margin: 0;
}

#menu li {
	float: left;
}

#menu li a {
	display: table-cell;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    width: 120px;
    padding: 0 10 0 10;
    height: 90px;
    vertical-align: middle;
    color: black;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#menu li a:hover {
	/*font-weight: 700;
	border-bottom: #4E7AC7 solid 5px;*/
	background-color: #4E7AC7;
	color: white;
}

#menu ul li ul.dropdown{
    min-width: auto; /* Set width of the dropdown */
    background: #f2f2f2;
    display: none;
    position: absolute;
    z-index: 999;
    -webkit-padding-start: 0px;
}

#menu ul li:hover ul.dropdown{
    display: block; /* Display the dropdown */
}

#menu ul li ul.dropdown li{
    display: block;
    width: 100%;
}

#menu ul li ul li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 30;
	text-align: left;
}

#menu ul li ul li a:hover {
	background-color: #4E7AC7;
	color: white;
	font-weight: 500;
}

#info {
	padding: 40px;
}

#content {
	max-width: 800px;
	width: 100%;
	margin: auto;
}

#content h1 {
	font-weight: 600;
	font-size: 20px;
}

#content h2 {
	font-weight: 400;
	font-size: 18px;
}

#content p {
	font-weight: 300;
	font-size: 18px;
}

#content a {
	font-weight: 300;
	font-size: 16px;
	color: black;
}

#content table {
    border-collapse: collapse;
    width: 100%;
}

#content th, td {
    border: 1px solid #777777;
    text-align: left;
    padding: 8px;
    font-weight: 300;
}

.nowrap {
    white-space: nowrap;
}

#content img {
	position: relative;
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

#content ul {
	font-weight: 300;
}


#buttonSection {
	padding: 50 0;
}

#form {
	margin: 0;
}

#buttons {
	width: 100%;
	margin: auto;
	text-align: center;
}

#buttons a {
	font-family: Source Sans Pro;
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	border-radius: 5px;
	max-width: 800px;
	text-align: left;
	background-color: #4E7AC7;
	color: white;
	text-decoration: none;
	width: 240px;
	height: 50px;
	padding-left: 60;

	overflow: hidden;
	margin: 20;

	-webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}

#buttons a:hover {
	background-color: #4167AB;
}

#buttons a:active {
	background-color: #2D508E;
	transform: translateY(2%);
}

.shader {
	position: absolute;
	background-color: #000000;
	opacity: 0.2;
	width: 50;
	height: 50;
	display: inline-block;
	margin-left: -60;
}

#buttons img {
	position: absolute;
	width: 20;
	height: 20;
	display: inline-block;
	margin: 15 15 15 -45;
}

#info h {
	font-weight: 400;
	font-size: 20px;
}

#info p {
	font-weight: 300;
	font-size: 16px;
}

#special {
	background-color: #f0f0f0;
	text-align: center;
	padding: 30 20;
}

#special h {
	font-size: 36px;
	display: block;
	margin: 20;
}

#eventHolder {
	display: table;
	width: 100%;
}

.event {
	display: table-cell;
	padding: 30;
	text-align: left;
	width: 25%;
}

.event h1 {
	font-weight: 700;
	font-size: 20px;
}

.event h2 {
	font-weight: 500;
	font-size: 18px;
}

.event p {
	font-weight: 300;
	font-size: 16px;
}

.event a {
	color: #4E7AC7;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
}

#footer {
	display: table;
	background-color: #4E7AC7;
	width: 100%;
}

#footerHolder {
	display: table-cell;
	padding: 80 20;
	vertical-align: top;
	width: 15%;
}

#footerHolder img {
	display: block;
	width: 200px;
}

#footerHolder h {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: white;
	margin-bottom: 5px;
}

#footerHolder p {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: white;
	margin: 0;
}

#footerHolder a {
	display: block;
	font-weight: 500;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

#copyrightFooter {
	padding: 10;
	text-align: center;
	background-color: #2c3e50;
}

#copyrightFooter h {
	font-weight: 500;
	font-size: 12px;
	color: white;
	font-style: italic;
}

.spacer {
	display: block;
	height: 1px;
	width: 150px;
	background-color: #999;
	margin: auto;
}

.indent1 {
	text-indent: 30px;
}

.indent2 {
	text-indent: 60px;
}
