body,html
{
  height: 100%;
  margin:0;
}

.margines
{
	margin-top:13.5%;
}

.margines2
{
	opacity:0.0001;
	padding-top:45%;
	height:100%;
}

.onasa
{
	opacity:0.0001;
}

.parallax1 
{
  background-image: url('tlo.jpg');
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;
}

.parallax2
{
  background-image: url('tlo2.jpg');
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;
}

.parallax3
{
  background-image: url('tlo3.jpg');
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;
}

.parallax4
{
  background-image: url('tlo4.jpg');
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;
}

.nav
{ 
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	padding: 1vh 0;
	background-color: #272727;
	text-align: center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.logo
{
	display:inline-block;
	font-family: 'Audiowide', cursive;
	font-size:15vh;
	margin-top:35vh;
	opacity:0.8;
}

.sublogo
{
	border-top:0.62vh solid;
	display:block;
	font-size:5vh;
}

.paragraf
{
	background-color:#272727;
	font-family: 'Montserrat', sans-serif;
	font-size: 3.5vh;
	text-align:center;
	color:#ffffff;
	line-height:5.5vh;
	padding-top:0.1%;
	padding-bottom:1.3%;
}

.h3
{
	
}

.socials
{
	width:100%;
	text-align: center;
	background-color: #292929;
	color:#ffffff;
}

.socialdivs
{
	width: 96vw;
	margin-left: auto;
	margin-right: auto;
}

.fb
{
	width: 24vw;
	height: 23vh;
	float:left;
}

.fb:hover
{
	background-color: #4668b3;
}

.yt
{
	width: 24vw;
	height: 23vh;
	float:left;
}

.yt:hover
{
	background-color: #d94348;
}

.tw
{
	width: 24vw;
	height: 23vh;
	float:left;
}

.tw:hover
{
	background-color: #3095d3;
}

.gplus
{
	width: 24vw;
	height: 23vh;
	float:left;
}

.gplus:hover
{
	background-color: #d95333;
}

.footer
{
	font-family: 'Montserrat', sans-serif;
	color:#ffffff;
	text-align: center;
	background-color: #222222;
	padding: 3%;
}

.sticky
{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 3vh;
	height: 5vh;
	line-height: 200%;
	display: inline-block;
}

ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	outline: none;
}

ol > li
{
	float: left;
	width: 15vw;
	height: 6vh;
}

ol > li:hover
{
	background-color:#353535;
	border-radius:6%;
}

ol > li:hover > a
{
	color:#ffffff;
}
