
header {
  background-color: #ededed;
  text-transform: uppercase;
  padding-top: 5px;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem !important;
  margin-bottom: -5px !important;
}

header .phone {
  font-size: 28px;
  font-family: 'Crimson Text', serif;
}

header nav {
  display: flex;
  justify-content: right;
}

header .nav ul {
  padding-left: 15px;
  list-style-type: none;
}

header .nav ul a {
  color: #000;
}

header .nav ul a:hover {
  text-decoration: none;
  border-bottom: 2px solid #8e8e8e;
  color: #595959;
}

header .nav ul li {
  display: inline-block;
  margin-right: 20px;
  font-family: 'Crimson Text', serif;
  font-size: 18px;
}

.main-title {
  text-align: center;
  margin: 20px 15px;
}

.main-title h1 {
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

h4 {
  text-transform: uppercase;
  font-family: 'Crimson Text', serif;
  /* font-size: 1.6rem !important; */
  margin-bottom: 20px !important;
}

.main-title p {
  font-family: 'Crimson Text', serif;
  font-size: 18px;
}

.spacer {
  height: 400px;
  background-image: url("desk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.section {
  padding-top: 15px;
  font-family: 'Quicksand', sans-serif;
  /* font-size: 24px; */
}

#offer {
  margin-top: 20px;
}

#offer p, #offer ul {
  font-size: 18px
}
 #offer ul li {
   font-weight: bold;
 }

 .side-pic img {
   /* height: 350px; */
   width: 100%;
   margin: 15px 0;
 }

 #contact {
   margin-bottom: 70px;
 }

 .bold {
   font-weight: bold;
 }

 .side-text {
   margin-top: 20px;
 }

 footer {
   background-color: #ededed;
   height: 50px;
 }

 footer p {
   text-align: center;
   padding-top: 15px;
 }
 
 p.top {
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem !important;
	margin-bottom: -5px !important;
	font-weight: 500;
	line-height: 1.2;
 }

@media only screen and (min-width: 768px) {
  .main-title h1 {
    font-size: 30px;
  }
  .section {
    padding-top: 30px;
  }
}

@media only screen and (min-width:  992px) {

  header {
    padding-top: 30px;
  }

  header .nav {
    padding-left: 65px;
  }
  header .nav ul {
    padding-top: 35px;
    float: right !important;
  }
  .main-title {
    margin: 70px 0;
  }
  .main-title h1 {
    font-size: 50px;
  }
  .main-title p {
    font-size: 28px;
  }

}
