@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);

html {
	background: #05C;
	font-family: Helvetica, sans-serif;
	background-image: url(img/bg-sers.jpg);
	color: #FFF;
}

main {
	margin: 0 auto;
	height: 75%;
	background-color: #4AA7F7;
	width: 75%;
	 border-radius: 10px;
}

article{
	margin-top: 130px;
	margin: 150px auto;
	border-radius: 10px;
	background-color: #d6eaf8;
	color: #000;
	width: 73%;
	height: 100%;
	padding: 5px;
	
	
}
.obvestila {
  padding-left: 15px;
}

.naslov {
  padding-top: 10px;
  padding-left: 15px;
}

body .canvas, html .canvas {
  width: 600px;
  height: 400px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 20px 1px #bbb;
}
body .foot-wrapper, html .foot-wrapper {
  color: #BFBFBF;
  float: left;
  poisition: absoulte;
}
body .foot-wrapper .footer, html .foot-wrapper .footer {
  margin-top: 100vh;
  margin-left: 20px;
}

.buttons {
  text-align: left;
  margin-left: 10px;
  margin-right: auto;
}


a.button {
  text-decoration: none;
  color: white;
  width: 200px;
  height: 100px;
  background: #2373b9;
  position: relative;
  margin: 10px;
  top: 100px;
  padding: 10px;
  font-size: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 0px 0px #005BAA, 0px 0px 15px 0px #bbb;
  
}
a.button:hover {
	background: #4AA7F7;
}

a.button:active {
  top: 128px;
  box-shadow: 0px 7px 0px 0px #f02046;
}

.button1 {
  background-color: #39F;
  box-shadow: 0px 15px 0px 0px #258cd1;
}
.button1:active {
  box-shadow: 0px 7px 0px 0px #258cd1;
}

img {
	border-radius: 5px;
}
a.povezave {
				text-decoration: none; 
				/*
				color: red;
				*/
				color: #1644aa;
				font-size: 20px;
			}
a.povezave1 {
				text-decoration: none;
				color: #FF5733;
				font-size: 20px;
			}