.page {
	background: #f5f5f5 url('../images/bgr2.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:absolute;
	width:100%;
	height:100%;

}

p {
	color: rgba(255, 255, 255, .75);
}

.container {
	margin: 0 auto;
	width: 473px; 
	height: 147px;  
	background-color: rgba(255, 255, 255, 0.35);
	padding: 100px 0px 30px 0px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 0px 2px #333;
}

.n1 {
	/*	font-weight: 200; */
	margin: 50% auto;
	display: block;
	padding: 20px 50px;
	background-color: rgba(0, 0, 0, .75);
	text-transform: uppercase;
  color: #333;
  text-shadow: 0px 1px 2px #333;
  font: 2em 'Ubuntu', sans-serif;
}

.n2 {
/*	font-weight: 200; 
			font: 2em 'Work Sans', sans-serif;
*/
	margin-top: 30px;
/*	color: rgba(255, 255, 255, 0.25);
	text-shadow: 0px 1px 3px #777; */
	font: normal 1.22em 'Ubuntu', sans-serif;
}

.n2 a {
	color: rgba(165, 196, 244, 0.7);
	text-decoration: none;
	transition: border-bottom 1s, color 0.5s;
}

.n2 a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

hr {
	margin-top: 3px;
	border-color: rgba(255, 255, 255, 0.25) !important;
/*	width: 500px; */
}

body {
	font: 0.8em 'Ubuntu', sans-serif;
}

.dugme {
  position: relative;
	width: 414px;
	left: 50%;
	margin-left: -207px;
}

.dugme2 {
  position: relative;
	width: 341px;
	left: 50%;
	margin-left: -170px;
}

.logoicon {
	margin-top: 40px;
  position: relative;
	width: 140px;
	left: 50%;
	margin-left: -70px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.dugme:hover .overlay {
  opacity: 1;
}

.dugme2:hover .overlay {
  opacity: 1;
}

.logoicon:hover .overlay {
  opacity: 1;
}


/*
button {
		font-size: 1em;
		width: 300px;
		height: 100px;
		background-color: #eee;
		color: gray;
		border: 1px solid #097;
		border-radius: 5px;
		box-shadow: 0px 10px 20px #ccc;
		transition: box-shadow 0.2s, color 0.5s, background-color 0.5s;
	}

	button:hover {
		color: #eee;
		background-color: gray;
	}

	button:active {
		box-shadow: 0px 0px 0px;
	}
*/
