@charset "UTF-8";
/* Body */
body {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";

	background: #DEDDCD;
	background: linear-gradient(#BCBCBC, #b08e4e);
	background-attachment:fixed;
    background-repeat: no-repeat;
}

/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}


.w3-content {
	max-width:100%;

}
/* Navigation */
header {

	position: fixed;
	width: 100%;
	height: 90px;
	background-color: #c9b185;
	border-top: 1px solid #3B3B36;
	border-bottom: 1px solid #3B3B36;
	z-index: 10;
}


#logo {
	height: 100%;
}
nav {
	float: right;
	width: 66%;
	text-align:center;
	margin-right: 1%;
	
}
header nav ul {
	list-style:none;
	float: right;
	margin-top: 30px;
}
nav ul li {
	float: left;
	color: #DEDDCD;
	font-size: 15px;
	text-align: left;
	margin-right: 15px;
	letter-spacing: 3px;
	font-weight: bold;
	transition: all 0.3s linear;
	text-shadow: 4px 4px 6px #000000;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

/* About Section */
.text_column {
	width: 33%;
	text-align: justify;
	font-style: oblique;
	font-weight: lighter;
	font-size: 140%;
	line-height: 43px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #E9E9E9;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: linear-gradient(#BCBCBC, #b08e4e);
	margin-top: 0px;
}
.about h3 {
	color: #E9E9E9;
	padding-left: 25px;
	text-align: left;
	font-style: oblique;
	font-weight: lighter;
	font-size: 180%;
}

/* More info */
footer {
	background-color: linear-gradient(#BCBCBC, #b08e4e);
	padding-bottom: 35px;
	width: 100%;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #E9E9E9;
	text-align: center;
	font-style: oblique;
	font-weight: lighter;
	font-size: 180%;
}
footer .ostalo h3 {
	color: #E9E9E9;
	font-style: oblique;
	font-weight: lighter;
	font-size: 180%;
}
footer .ostalo p {
	color: #E9E9E9;
	background-color: linear-gradient(#BCBCBC, #b08e4e);
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	line-height: 25px;
	font-style: oblique;
	font-weight: lighter;
	font-size: 140%;
	margin-left: 20%;
	margin-right: 15%;
}
footer .footer_column p {
	color: #E9E9E9;
	background-color: linear-gradient(#BCBCBC, #b08e4e);
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	line-height: 25px;
	font-style: oblique;
	font-weight: lighter;
	font-size: 140%;
	margin-left: 20%;
	margin-right: 15%;
}

#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;

}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

