@import url(http://db.onlinewebfonts.com/c/f1d8f35a39d8621b50f18fd0d7879395?family=Umbra-Thin);

@font-face {font-family: "Umbra-Thin";
    src: url("http://db.onlinewebfonts.com/t/f1d8f35a39d8621b50f18fd0d7879395.eot");
    src: url("http://db.onlinewebfonts.com/t/f1d8f35a39d8621b50f18fd0d7879395.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/f1d8f35a39d8621b50f18fd0d7879395.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/f1d8f35a39d8621b50f18fd0d7879395.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/f1d8f35a39d8621b50f18fd0d7879395.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/f1d8f35a39d8621b50f18fd0d7879395.svg#Umbra-Thin") format("svg");
}

body
{
	background-color: #303030;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin: 0 !important;
}

.wrapper
{
	width: 100%;
}

.header
{
	width:100%;
	padding: 40px 0;
}

.logo
{
	width: 450px;
	font-size: 48px;
	margin-left: auto;
	margin-right: auto;
}

.nav
{ 
	width: 100%;
	padding: 10px 0;
	background-color: #c34f4f;
	text-align: center;
	border-top: 1px solid #751b1b;
	border-bottom: 1px solid #751b1b;
}

.content
{
	background-color: #444242;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
    padding: 5px 20px;
	border-bottom-left-radius: 2.5em;
	border-bottom-right-radius: 2.5em;
}

.footer
{
	text-align: center;
	background-color: #303030;
	padding: 30px;
}

.sticky
{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	height: 35px;
	line-height: 200%;
	display: inline-block;
}

ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ol > li
{
	float: left;
	width: 150px;
	height: 40px;
	border-right: 1px dashed #751b1b;
}

ol > li:first-child
{
	border-left: 1px dashed #751b1b;
}

ol > li:hover
{
	background-color: #cf6969;
}

ol > li:hover > a
{
	color: #451717;
}

ol > li > ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	display: none;
}

ol > li:hover > ul
{
	display: block;
}

ol > li > ul > li
{
	background-color:#cf6969;
	position: relative;
	z-index: 100;
	border-top: 1px dashed #751b1b;
}

ol > li > ul > li:hover
{
	background-color: #c34f4f;
}

ol > li > ul > li:hover > a
{
	color: #451717;
}
a.logo {
	color: inherit;
	text-decoration: none;
} 
a.clearlink{
	color: inherit;
	text-decoration: none;
}
#galleryContainer {
    padding: 50px;
	text-align: center;
}

#galleryContainer img{
    width: 200px;
    height:200px;
	padding:10px;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s; /* Safari */
}

#galleryContainer img:hover{
    -webkit-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
}

div#button{
	width: 250px;
    height:30px;
	background-color:#303030;
	text-align:center;
	transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s; /* Safari */
}

div#button:hover{
	width: 250px;
    height:30px;
	background-color:#707070;
	text-align:center;
	transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s; /* Safari */
}
