@import url('https://fonts.googleapis.com/css?family=Montserrat');
* { margin:0px; padding:0px; }


html { 
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
 
}

.center {
	position:fixed;
	background-color:rgba(255,255,255,0.7);
    left: 50%;
    transform: translate(-50%, 0);
     width: 40%;
	 min-width:320px;
	 max-width:600px;
	 height:auto;     
    
	margin-top:5%;
}

.logo {
	margin-top:20px;	
	background: url(../images/logo.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	
	height:100px;	
	
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  .logo { height:70px; }
  html, body {
  overflow-x: hidden;
}

}
.h1font {
	font-size:30px;
	text-align:center;
	font-weight:10;
	margin:20px;
	
	
}

p {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
ul {
	margin-top:20px;
	
  text-align: center;
  list-style: inside;
  
}
#nuorodos { text-align:center; margin-top:20px; }
#nuorodos a { display:inline-block; padding:5px;}

.right {
	float:right; }
	
	.left {
	float:left; }
	
	table { margin:auto; }