/*Plava- 094281
Crvena- 922f22
Zuta- 7f7129
Zelena- 477162
bela fbfaf6*/
@import url('https://fonts.googleapis.com/css?family=Cardo');

body {
	background-color: #f6f6f6;
	font-family: 'Cardo', serif;
}

header p {
	float: right;
	font-size: 20px;
	margin: 5px;
	position: static;
}

header p a {
	text-decoration: none;
	color: #7f7129;
	font-weight: bold;
    position: relative;
}

header p a:hover {
	color: #922f22;
}

header h2 {
	text-align: center;
	margin-left: 80px;
	color: #922f22;
	font-size: 34px;
	letter-spacing: 1px;
	text-shadow: 1px 1px #571c14;
}

header h1 {
	text-align: center;
	font-size: 40px;
	color: #922f22;
	letter-spacing: 2px;
	text-shadow: 1px 1px #571c14;
}

nav {
	margin: 0 auto;
	background-image: url(../images/pozadina1.jpg);
	width: 900px;
	height: 1424px;
	box-shadow: 0px -2px 2px rgba(34,34,34,0.6);
}

nav ul {
	list-style-type: none;
}

nav ul li {
	display: inline-block;
    background-color: #fbfaf6;
    margin: 50px;
    padding: 20px;
    display: inline-flex;
    margin-top: 250px;
    box-shadow: 0px -2px 2px rgba(34,34,34,0.6);
    text-align: center;
}

nav ul li a {
	text-decoration: none;
	font-size: 40px;
	width: 70px;
	display: block;
}

nav ul li:hover {
	opacity: 0.4;
}

nav ul li a .red {
	color: #922f22;
	text-shadow: 1px 1px #922f22;
}

nav ul li a .blue {
	color: #094281;
	text-shadow: 1px 1px #095681;
}

nav ul li a .green {
	color: #477162;
	text-shadow: 1px 1px #477162;
}

nav ul li a .gold {
	color: #7f7129;
	text-shadow: 1px 1px #7f7129;
}

nav ul li:first-child {
	margin-left: 19px;
}

nav ul li:nth-child(2) {
	margin-left: 60px;
}

nav ul li:nth-child(3) {
	margin-left: 60px;
}

nav ul li:nth-child(4) {
	margin-left: 60px;
}

#logo {
	float: left;
	display: inline-block;
	margin: 50px;
	padding: 50px;
	margin-top: 150px;
}


#smedia {
	height: 120px;
	width: 500px;
	margin-top: 100px;
	float: right;
}

#smedia img {
	display: inline-block;	
	margin: 5px;
	padding: 5px;
}

#smedia img:hover {
	opacity: 0.5;
}

footer {
	display: block;
	margin-left: 1200px;
	margin-top: 50px;
	float: right;
}

footer p {
	color: #212121;
	margin-right: 25px;
	font-weight: bold;
	font-size: 16px;
}

footer p a {
	text-decoration: none;
	color: #5E5E5E;
}

footer p a:hover {
	opacity: 0.4;
}
