body{
    font-family: 'PT Sans Caption', sans-serif;
    margin: 0 auto;
}

header{
    background: url(../img/landingbg.jpg) no-repeat center top / cover;
    height: 100vh;
    padding: 0;
    margin: 0 auto;
}

.all{
    float: right;
    -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInRight {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInRight {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
}

.all2{
    padding-top: 430px;
    padding-right: 200px;
}

.second{
    background: url(../img/secondbg.jpg) no-repeat center top / cover;
    height: 100vh;
    padding: 0;
    margin: 0 auto;
}

.third{
    background: url(../img/thirdbg.jpg) no-repeat center top / cover;
    height: 100vh;
    padding: 0;
    margin: 0 auto;
}

.fourth{
    background: url(../img/secondbg.jpg) no-repeat center top / cover;
    height: 100vh;
    padding: 0;
    margin: 0 auto;
}

.button {
    margin-left: 200px;
    margin-top: 50px;
	background-color:#ffedff;
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color:#0c64c1;
	font-family:Verdana;
	font-size:18px;
	padding:16px 20px;
	text-decoration:none;
    box-shadow: 0px 2px #0855ae;
    -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
}

.button:active {
	position:relative;
	top:1px;
}

.button2 {
	border-radius:28px;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:18px;
	padding:16px 20px;
	text-decoration:none;
    margin-left: 15px;
    box-shadow: 0px 2px #1270b4;
    -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
}

.button2:active {
	position:relative;
	top:1px;
}



.welcome{
    color: #fff;
    font-size: 100px;
    line-height: 80px;
    text-align: left;
    padding-top: 400px;
    padding-left: 200px;
    text-shadow: 0px 1px 15px #7c7c7c;
    margin-bottom: 30px;
    -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

      
.welcome2{
    color: #eaeaea;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 210px;
    text-shadow: 0px 1px 15px #7c7c7c;
    -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
}
