/*----------UNIVERSAL STYLEZ----------*/
body {
  font-family: 'WeblySleek UI', sans-serif; }

h1, h2, h3, h4, p, li {
  font-family: 'Bodoni XT', sans-serif; }

@font-face {
  font-family: 'Bodoni XT';
  src: url("weblysleekuil.ttf");
  /* IE9 Compat Modes */
  src: url("weblysleekuil.ttf") format("truetype");
  /* Safari, Android, iOS */ }

.line {
  width: 80%;
  margin: 0 auto;
  border: 1px solid white; }

/*header */
header {
  background: black; }
  header h1 {
    color: white;
    font-size: 30px; }
  header p {
    padding-top: 10px;
    color: white;
    height: 20px; }
  header li {
    margin-top: 10px;
    height: 20px; }
  header .divider {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4d4d4d;
    clear: none;
    height: 20px;
    width: 0;
    margin-right: 0;
    margin-left: 0; }

/* footer */
footer {
  padding-top: 10px;
  background: black; }
  footer p {
    color: white; }

/*----------HOME STYLEZ----------*/
/* universal home stylez */
.home-services, .home-about {
  padding-top: 30px;
  padding-bottom: 30px; }

/* home opening */
.home-opening {
  min-height: 600px;
  background: url(../img/tuscany.jpg) no-repeat center center fixed;
  background-size: cover; }
  .home-opening h1 {
    color: white;
    font-size: 1.5rem;
    text-transform: uppercase; }
  .home-opening .contain-to-grid {
    background: none; }
  .home-opening .top-bar {
    background: none;
    text-align: center; }
    .home-opening .top-bar ul {
      margin: 0; }
      .home-opening .top-bar ul li {
        display: inline-block;
        color: white;
        padding: .4rem;
        text-transform: uppercase; }
  .home-opening .hero {
    padding-top: 6rem;
    text-align: center; }
    .home-opening .hero h1 {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 3.8rem;
      margin: 0 auto; }
  .home-opening .quote {
    margin-top: 3rem; }

/* home services */
.home-services {
  background: beige;
  border-bottom: 3px solid black; }
  .home-services h1 {
    text-align: center; }

/* home about */
.home-about {
  background: maroon; }
  .home-about .author {
    font-style: italic; }

/* OTHER PAGES, UNIVERSAL */
header ul {
  margin-left: 0; }
  header ul li {
    display: inline-block;
    margin-right: 30px;
    color: gray; }
header .quote {
  margin-top: 20px; }

.about-intro, .service-intro {
  padding-top: 40px; }
  .about-intro .row .large-12, .service-intro .row .large-12 {
    margin-top: 120px;
    text-align: center; }
    .about-intro .row .large-12 h2, .service-intro .row .large-12 h2 {
      text-transform: uppercase;
      color: white;
      font-weight: 600;
      font-size: 3rem; }

/* ABOUT PAGE */
.about-intro {
  background: url(../img/tuscany.jpg) no-repeat center center fixed;
  background-size: cover;
  padding-bottom: 241px; }
  .about-intro .row .large-12 {
    text-align: center; }
    .about-intro .row .large-12 h2 {
      text-transform: uppercase;
      color: white;
      font-weight: 600;
      font-size: 3rem; }

.title {
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase; }

.company {
  padding-top: 50px; }
  .company .row .large-10 p {
    font-size: 20px;
    line-height: 135%; }

.bios {
  padding-top: 50px; }
  .bios .row .large-6 {
    text-align: right; }
    .bios .row .large-6 h3, .bios .row .large-6 p {
      clear: both; }
    .bios .row .large-6 p {
      font-size: 20px;
      line-height: 135%; }

.profile-pics {
  width: 235px;
  height: 235px;
  border-radius: 100%;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
  background: url(../img/cris.jpg);
  margin-bottom: 30px; }
  .profile-pics :hover {
    background: url(../img/tuscany.jpg); }
  .profile-pics .right {
    float: right; }

.profile-pics:hover {
  background: url(../img/tuscany.jpg); }

.differ {
  padding-top: 50px; }
  .differ .row .large-3 {
    padding-top: 20px;
    text-align: center; }

/* SERVICE PAGE */
.landscaping, .trees, .grading, .mulching, .stump, .sod, .yard {
  margin-top: 40px; }

.service-intro {
  background: url(../img/tuscany.jpg) no-repeat center center fixed;
  background-size: cover;
  padding-bottom: 241px; }
  .service-intro .row .large-12 {
    margin-top: 120px; }

.service h3 {
  text-align: center; }
.service p {
  font-size: 18px;
  line-height: 135%; }

/* CONTACT PAGE */
.contact form .row {
  margin-top: 20px; }
