@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/bg.jpg) 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;
  z-index: 10000;
  position: absolute;
}

.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*/

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;
  font-family: Raleway;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 0px;
  letter-spacing: 0.1em;
  line-height: 35px;
}

h5 {
  color: #c99d66;
  font-family: Raleway;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 0px;
  letter-spacing: 0.08em;
  margin-top: 15px;
  margin-right: 15px;
}


p {
  color: white;
  font-family: Open Sans;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.25px;
  opacity: 0.5;
}

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

#c1 {
  width: 600px;
  /*float: right;
  margin-right: 100px;
  margin-top: 100px;*/
  text-align: right;
  position: absolute;
  top: 15%;
  right: 5%;
}

#c2 {
  width: 600px;
  /*float: left;
  margin-left: 100px;
  margin-top: 500px;*/
  text-align: left;
  position: absolute;
  bottom: 5%;
  left: 5.2%;
}

#c2 img {
  margin-bottom: 50px;
}

#c3 {
  width: 600px;
  float: left;
  margin-left: 100px;
  margin-top: 700px;
  text-align: left;
  /*position: fixed;
  left: 5%;
  bottom: 10%;*/
}

#c3 h1 {
  margin-left: -4px;
}

#c4 {
  width: 1000px;
  position: absolute;
  float: center;
  bottom: -50%;
  margin-bottom: 500px;
  text-align: right;
}

#c4 img {
  margin-right: 10px;
}

#c4 img:hover {
  opacity: 0.7;
}

#p1 {
  width: 210px;
  height: 210px;
  border: 1px solid #c99d66;
  text-align: right;
  float: right;
  margin-top: 150px;
  margin-right: 750px;
  background-image: url("Img/line.png");
  background-position: 128px 86px;
  background-repeat: no-repeat;
}

#p1 img{
  margin-top: 15px;
  margin-right: 15px;
}

#p2 {
  width: 210px;
  height: 210px;
  border: 1px solid #c99d66;
  text-align: right;
  float: right;
  margin-top: 0px;
  margin-right: 961px;
  position: relative;
  bottom: 1px;
  background-image: url("Img/line.png");
  background-position: 128px 86px;
  background-repeat: no-repeat;
}

#p2 img{
  margin-top: 15px;
  margin-right: 15px;
}

#p3 {
  width: 210px;
  height: 210px;
  border: 1px solid #c99d66;
  text-align: right;
  float: right;
  margin-top: 0px;
  margin-right: 330px;
  position: relative;
  bottom: 424px;
  left: 2px;
  background-image: url("Img/line.png");
  background-position: 128px 60px;
  background-repeat: no-repeat;
}

#p3 img{
  margin-top: 15px;
  margin-right: 15px;
}

#p4 {
  width: 210px;
  height: 210px;
  border: 1px solid #c99d66;
  text-align: right;
  float: right;
  margin-top: -425px;
  margin-right: 539px;
  background-image: url("Img/line.png");
  background-position: 128px 86px;
  background-repeat: no-repeat;
}

#p4 img{
  margin-top: 15px;
  margin-right: 15px;
}

#projects h5:hover {
  /*color: #ffffff;*/
}

#p1:hover {
  background-image: url("Img/line.png");
  background-position: 128px -89px;
  background-repeat: no-repeat;
  color: #ffffff !important;
}

#p2:hover {
  background-image: url("Img/line.png");
  background-position: 128px -89px;
  background-repeat: no-repeat;
}

#p3:hover {
  background-image: url("Img/line.png");
  background-position: 128px -115px;
  background-repeat: no-repeat;
}

#p4:hover {
  background-image: url("Img/line.png");
  background-position: 128px -89px;
  background-repeat: no-repeat;
}

#p1:hover h5{
  color:white; 
}
#p2:hover h5{
  color:white; 
}
#p3:hover h5{
  color:white; 
}
#p4:hover h5{
  color:white; 
}



.nsport #content { height: 100%; }
.nsport #c1 {
    text-align: left;
    position: absolute;
    top: 25%;
    left: 5.2%;
}
.nsport #c2 {
    position: absolute;
    bottom: 35%;
    left: 5.2%;
}
.nsport #arrow {
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left:-23.5px;
}
.nsport .sep {
  width: 100%;
  height: 68px;
  background-color: rgb(201, 157, 102);
  border-top: 1px solid rgb(162, 127, 84);
  border-bottom: 0px solid rgb(149, 117, 78);
}
.nsport .cont-img img {
  width:650px;
  display: block;
  margin-left:auto; 
  margin-right:auto;
  margin-top:50px;
  -webkit-box-shadow: 1px 1px 20px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 20px -7px rgba(0,0,0,0.75);
box-shadow: 1px 1px 20px -7px rgba(0,0,0,0.75);
}

.nsport .cont-img { 
  background-color:#fff;
  padding-top:1px;
}
.nsport .sep2 {
  width: 100%;
height: 70px;
background-color: #FFF;
}

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

#projects {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 20.4%;
}
.nsport #c2 { left: 4.7%; }
.nsport #c1 { left: 4.7%; }


#c3 {
  margin-top:590px;
  margin-left: 63px;
}
li:first-child {
    margin-left: 63px;
  }
  .nav img { right: 63px; }

}

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

 #projects {
   width: 100%;
   margin-left: 100px;
   top:0%;
   left:15%;
 }

 #c3 {
   margin-top: 700px;
 }

}


