html, body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
   background-color: #fff;
background-image: url("../images/6.jpg") ;
    background-size: cover;
  background-position: fixed;
 background-attachment: fixed;


}
* {
  padding: 0;
  margin: 0
}
.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
   color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.crossfade > figure:nth-child(1) {
  background-image: url('../img/001.jpg');
}
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../img/002.jpg');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('../img/003.jpg');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('../img/004.jpg');
}


@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}


h1 {
  font-size: 20px;
  line-height: 5px;
  color: #c3c3c3;
  
  
}

p.imp {
  text-align: justify;
  
  
}

.img, a, a:active {
 text-decoration: none;
 border:0px;


}

a, a:active {
 text-decoration: none;
  color: #c3c3c3;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
 
}

a.grey {
  color: #8a8c8f;
  text-decoration: none;
}

a:hover {
	color: #f37d8d;
	text-decoration: none;
}



.main {
width: 100%;
  color: #000;
  clear: both;
  height: 100%; 
  background-color: #fff;


}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   padding: 50px;
 }

.center2 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  padding: 50px;
  animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
 }


.main2 {
  background-color: #fff;
  color: #000;
  height: 100%; 

}
.dot {
 
 color: #f37d8d;
 display: inline;
 padding-left: 10px;
 padding-right: 10px;

}

.footstyle {
  background-color: #8a8c8f;
  color: #000;
  height: 100%; 
  width: 100%; 
  padding: 20px;

}


.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px;



}
.footer,
.push {
  height: 50px;
 
  color: #000;
  
}


.logo {
	width: 100%;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */

}

.fader {
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */

}


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}





h2 {
  font-size: 23px;
  line-height: 4px;
  color: #000;
  font-weight: 700;
  text-align: left;
  
}



.responsive-image {
  max-width: 100%;
   display: block;
  width: 100%;
  height: auto;
}






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


	.logo {
	min-width: 50%;

}


html, body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 10px;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
   background-color: #fff;

}
.center {
  position: absolute;
  top: 45%;
  left: 25%;
  transform: translate(-16%, -55%);
 
  padding: 30px;
 }


}


	