
@import url('https://fonts.googleapis.com/css?family=Hammersmith+One');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Hammersmith One', sans-serif;
}

body{
     
    width: 100%;
	background-size: cover;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #c6a700;}
.navbar-default  {
color: #fff;
 background-color:  ;
 padding: 20px 0 ;
 border: none;


}
/* ----------------------------------------------
 * Generated by Animista on 2019-2-5 8:37:15
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.navbar-brand img{
	padding: px;
	weight:50px;
	height: 40px;
	animation-name:  jello-horizontal ;
	-webkit-animation: jello-horizontal 0.9s 1s 2 both;
	        animation: jello-horizontal 0.9s 1s 2 both;

}
section{
	min-height: 100vh;
	background-size: cover;
}
.home{
	
	min-height: 680px;
}
.home h2{
	padding-top: 200px;
  color:#fff;
  font-size: 80px;
	
}
.h2, h2 {
	color: grey;
	font-weight: bold;
    font-size: 68px;
}
.home p{

	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.about{
	min-height: 680px;
	border-style:none ;
}
.about h2{
	padding-top: 160px;
}
.about p{
	font-size: 18px;


}
.services{
	min-height: 680px;
	border-style:none ;
}
.services h2{
	color:#189D8F;
	text-align: center;
	padding-top: 160px;
}
.services p{
	color: #fff;
	font-size: 18px;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-2-5 8:32:26
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation focus-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
            transform: translateZ(12px);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
            transform: translateZ(12px);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.services h3{
	padding-right: 150px;
	color: #fff;
	font-size: 28px;
	animation-name:  focus-in-contract-bck ;
	-webkit-animation: focus-in-contract-bck 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
	        animation: focus-in-contract-bck 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;

}
.services a{
	text-decoration: none;
}
.services a h3:hover{
	color: #189D8F;
}
.bg1
{
  font-size: 25px;
}
.bg p{
	font-size: 18px;
	color: white;
}
.bg{
	background: grey;
}
.bg h2{
	color: white;
}
.foot span {
	font-size: 28px;
	font-weight: bold;

}
footer{
	text-align: center;
	background: #000;
	color: #fff;
}
