/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

/* padded section */
.pad-section {
  padding: 0 50px;
}

.pad-section img {
  width: 100%;
}

.pad-section-02 {
  /* padding: 50px 50px; */

  background-color:#FFFFFF;
  /* background-image:  url(../images/pad-section010.jpg);*/
}


.payment {
  padding: 20px 20px;
  background-color:#FFFFFF;
}


.payment img {
    width: 82px;
    height: auto;
}


/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/*.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
} */

/* vertical-left text */
.text-vleft {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}



.h1-big {
  font-size: 4.5em;
  font-weight: 500;
  margin: 0;
  padding: 0;
}



/* additional sections */
#home {
  background: url(../images/img092.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#under-construction {
  background: url(../images/img091.jpg) no-repeat center center fixed; 
  /* background-color:#000; */
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:-70px;
}

#about {
}


#conceptual {
  background: url(../images/img031.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* morgan fisher */

#morganfisherhome {
  /* background: url(../images/img095.jpg) no-repeat center center fixed;*/
  background-color: #FF00FF;
  display: table;
  height: 80%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




/* morgan fisher */

#about-us {
  background: url(../images/img053.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}



#thankyou {
  /* background: url(../images/img090.jpg) no-repeat center center fixed; */
  background-color: #FF00FF;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}



#services {
  background-color: #fff;
}

#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}




#contact-us {
  background: url(../images/img090.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}