﻿.pageOne{background: url(../images/banner1.jpg) no-repeat;background-size: cover;background-position: center;}
.pageTwo{background: url(../images/banner2.jpg) no-repeat;background-size: cover;background-position: center;}
.pageThree{background: url(../images/banner3.jpg) no-repeat;background-size: cover;background-position: center;}
.pageFour{background: url(../images/banner4.jpg) no-repeat;background-size: cover;background-position: center;}

.fullpageBody .section{color:#fff;text-align: center;}
.fullpageBody .section a{-moz-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;-webkit-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;-o-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
@media screen and (min-width:1000px){
.fullpageBody .section .title{font-size:32px;margin-bottom:40px;font-weight: 600;}
.fullpageBody .section p{font-size:16px;line-height:2;}
.fullpageBody .section p:after{content:"";}
.fullpageBody .section a{color:#fff;margin-top:60px;display: inline-block;height:48px;line-height:48px;width:178px;border:1px solid #fff;}
.fullpageBody .section a:hover{background-color: rgba(235,0,46,1);border-color:rgba(235,0,46,1);}
}
@media screen and (max-width:1000px){
.fullpageBody .section .title{font-size:20px;margin-bottom:20px;font-weight: 600;}
.fullpageBody .section p{font-size:16px;line-height:1.5;}
.fullpageBody .section a{color:#fff;margin-top:30px;display: inline-block;height:38px;line-height:38px;width:118px;border:1px solid #fff;}
#fp-nav{top: 90% !important;}
.fullpageBody .section{padding: 40px 0;}
.pageFour{margin-bottom: 50px;}
}
