@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;
}

.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;
}

#c2 {
  width: 600px;
  float: left;
  margin-left: 100px;
  margin-top: 500px;
  text-align: left;
}

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

#c3 {
  width: 600px;
  float: left;
  /*margin-left: 100px;
  margin-top: 700px;*/
  text-align: left;
  position: absolute;
  left: 5.2%;
  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;
}

#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;
}

.slides {
    padding: 0;
    width: 581px;
height: 350px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 581px;
    height: 350px;
    display: block;
    position: absolute;

    /*transform: scale(0);

    transition: all .7s ease-in-out;*/
    transform: scale(1);
    transition: all 0.7s ease 0s;
}

.slide img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

    opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 355px;
    font-family: "Varela Round", sans-serif;
  
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
  width: 100%;
  bottom: 9px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}

.nav-dots .nav-dot {
  top: -5px;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: #ffffff;
}

.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: #c99d66;
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
  background: #c99d66;
}

#m {
  left: 25px;
  position: inherit;
  bottom: 228px;
}
.patterns {
  width: 630px;
  position: absolute;
  right: 15%;
  bottom:9%;
}

.Ellipse_2 {
  border-style: solid;
  border-width: 10px;
  border-color: rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(201, 157, 102);
  opacity: 0.05;
  position: absolute;
  left: 1455px;
  top: 907px;
  width: 19px;
  height: 19px;
  z-index: 34;
}

@media screen and (max-width:1280px){
  .patterns {
      right: 0%;
      bottom: 0%;
      transform: scale(0.8);
  }
  li:first-child {
    margin-left: 63px;
  }
  .nav img { right: 63px; }
}



