body{
	background:#000;
}

*{
	box-sizing: border-box;
}

#contacts a, p, #contacts span, .text{
	font-family: 'Lato', 'sans-serif';
	
}

#page{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:5%;
}

#contacts{
	padding-top:15px;
	text-align:center;
}

#contacts a, #contacts span{
	font-size:40px;
	color:#6b8d03;
	text-decoration:none;
}

#contacts span{
	margin-left:5px;
}

p{
	font-size:18px;
	color:#ededed;
}

.text{
	padding-top:15px;
}

.footer-link {
  color: #cfcfcf; /* gaiši pelēks, kā pārējais teksts */
  text-align: center;
  font-size:16px;
  margin-top: 25px;
  font-style: normal;
}

.footer-link a {
  color: #6b8d03; /* tas pats zaļais kā e-pasta adresei */
  text-decoration: underline;
  font-weight: normal;
}

.footer-link a:hover {
  text-decoration: underline;
}

img{
	max-width:100%;
}