@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Raleway:800);
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface);

html { 
	
  background: url(Img/ali.png) no-repeat center center fixed; 

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
  background-size: cover; }


/*LOGO LANDING PAGE*/

.logo {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -40px;
    margin-bottom: -40px;
}

.logo img:hover {
  opacity: 0.8;
}


/*HEADER*/

body {
  margin: 0;
}


.nav {
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #B5B5B3;
}

.nav img {
  float: right;
  position: absolute;
  right: 100px;
  top: 16px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    font-size: 10px;
    margin-top: 30px;
    letter-spacing: 2px;
    font-family: Open Sans; 
    float: left;

}


li:first-child{
  margin-left: 100;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
    margin-right: 40px;
}

li a:hover {
  color: #c99d66;
}

li a:active {
  color: #bbbbbb;
}


/*MAIN*/
#tekst a { text-decoration: none; }

h1 {
  color: #c99d66;
  font-family: Raleway;
  font-size: 95px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 0px;
  letter-spacing: 2px;
  line-height: 85px;
}

h2 {
  color: #ffffff;
  opacity: 0.12;
  font-family: Raleway;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 0px;
  letter-spacing: 0.08em;
}

h3 {
  color: #c99d66;
  font-family: Raleway;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 0px;
  letter-spacing: 0.1em;
  line-height: 35px;
}

h4 {
color: #c99d66;
padding: 0px;
 margin: 0 auto;
  margin-bottom: 0px;
  padding: 0px;
text-transform: uppercase;
text-align: center;
font-family: Open Sans;
font-weight: bold;
font-size: 17px;
letter-spacing: 0.25em;
}

h4:hover {
  color: white;
  text-decoration: underline;
}

p {
width: 1060px;
text-shadow: 3px 3px 0px #2c2e38, 5px 5px 0px #5c5f72;
color: white;
font-family: 'Abril Fatface', cursive;
text-align: center;
font-size: 70px;
line-height: 75px;
letter-spacing: 0.1em;
font-style: italic;
}

#tekst img {
  width: 130px;
  height: 140px;
display: block;
margin-left: auto;
margin-right: auto;
border-width: 2px;
border-color: #ccc;
margin-top: 50px;
padding-bottom:50px;
}

#tekst {
   font-weight: bold;

}


#tekst h4 {margin-top:50px}

#tekst {position:absolute;
  bottom:50%;
  margin-bottom:-330px;
  left:50%;
  margin-left:-530px;
}

#tekst p {margin:0 auto;}

#content {
  height: 100%;
  margin:0px auto;
  display: block;
  width: 100%;
}

/*RESPONSIVE*/

@media screen and (max-width:1280px){

#tekst { margin-bottom: -275px; }

#tekst p{
 font-size: 55px;
 line-height: 60px;
}

#tekst h4{
  font-size: 15px;
}

#tekst img{
  width: 120px;
  height: 130px;
}
li:first-child {
    margin-left: 63px;
  }
  .nav img { right: 63px; }

}

@media screen and (max-width:1024px){

#tekst p{
 font-size: 50px;
 line-height: 55px;
 width: 90%;
}

#tekst h4{
  font-size: 15px;
}

#tekst img{
  width: 110px;
  height: 120px;
}

}
