/******************************************
/* CSS
/*******************************************/

/* Box Model Hack */
* {
  box-sizing: border-box;
}

/******************************************
/* LAYOUT
/*******************************************/
html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  /* 1rem = 10px  */
  font-size: 62.5%;
}

body {
  background: #f6f0e9;
  font-family: 'Crimson Text', serif;

}

header {
  height: 55px;
}

nav img {
  height: 50px;
  width: auto;

  padding-left: 50px;
}

.imageFull {
  display: block;
}

.imageMobile,
#menu-toggle,
.menu:first-child {
  /* remove space given for it from DOM */
  display: none;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

nav a {
  text-decoration: none;
  color: #3a1b0f;
  font-weight: bold;
  font-size: 1.3rem;
}

ul {
  display: flex;
  align-items: center;
}

ul li {
  list-style: none;
  width: 130px;
}

/* ============= main section ================*/

main {
  background: url(../assets/mainbg.png), #f6f0e9;
  background-repeat: no-repeat, no-repeat;
  /* background-position: center center, center center; */
  /* background-attachment: fixed, fixed; */
  background-size: cover, cover;
  height: 600px;
}

main>section>* {
  margin: 0 150px;
}

main section {
  width: 800px;
}

main h1 {
  font-size: 9rem;
  padding-top: 100px;
  padding-bottom: 10px;
  color: #3a1b0f;
}

main h1+p {
  font-size: 1.25rem;
  padding: 0 0 30px 0;

}

.ourServicesMain,
.links {

  border: #3a1b0f 1px solid;
  background: #3a1b0f;
  color: #f6f0e9;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: bold;
}

.ourServicesMain:hover,
.links:hover {

  border: #3a1b0f 1px solid;
  background: #f6f0e9;
  color: #3a1b0f;
  /* text-decoration: none;
  padding: 10px 20px; */
}

.firstVisitorsDiscount {
  border: #3a1b0f 1px solid;
  background: #3a1b0f;
  color: #f6f0e9;
  width: 180px;
  padding: 10px 10px 20px 20px;
  margin-top: 50px;

}

.firstVisitorsDiscount p {
  font-size: 1.25rem;
  padding-bottom: 15px;
}

.firstVisitorsDiscount p span {
  font-size: 2.25rem;
  font-weight: bold;
}

.firstVisitorsDiscount a {
  border: #f6f0e9 1px solid;
  background: #f6f0e9;
  color: #3a1b0f;
  text-decoration: none;
  margin-top: 10px;
  padding: 5px 10px;
  font-weight: bold;
}

/* ============= about section ================*/

.aboutUs {
  margin: 100px 0 50px 0;

}

.aboutUs h3 {
  font-size: 3rem;
}

.aboutUs h1 {
  font-size: 6rem;
}

.aboutUs p {
  font-size: 2rem;
  padding-bottom: 50px;
}

.aboutUs a {
  text-decoration: none;

}

/* ============= services section ================*/

.services {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  padding: 100px 0;
  background: #C3B3AE;

}

.services h3 {
  color: #f6f0e9;
}

.servicesIndividual {
  font-size: 1.5rem;
  width: 200px;
}

.aboutUs,
.lookbook {
  text-align: center;
}

/* ============= services section ================*/
.lookbook {
  margin-top: 100px;
}

.lookbook h2 {
  font-size: 4rem;
}

.container,
.wg-slider {
  display: flex;
  justify-content: center;
}

/******************************************
/* ADDITIONAL STYLES
/*******************************************/

footer {
  padding-top: 20px;
  display: flex;
  background: #C3B3AE;
  justify-content: center;
  padding-bottom: 30px;
}

.ourCare ul li:hover,
.businessHours p a:hover {
  border-bottom: 2px solid #f6f0e9;

}

nav li a:hover {
  border-bottom: 2px solid #3a1b0f;
}

footer>section {
  padding: 0 70px;
  text-align: center;
}

footer h3 {
  color: #f6f0e9;
  font-size: 2.5rem;
  text-align: center;

}

footer span {
  font-weight: bold;
}

.ourCareUl {
  display: flex;
  flex-direction: column;
  text-align: center;
  display: inline-block;
  padding-left: 0;

}

.ourCare ul li {
  margin-top: 5px;
}

.ourCare a,
.contact h5 {
  text-decoration: none;
  color: #3a1b0f;
  font-size: 1.5rem;

}

.businessHours {

  text-align: center;
}

.businessHours h3+p {
  margin: 35px 0;
}

.businessHours ul {
  width: 180px;
  display: flex;
  justify-content: space-around;
  padding-left: 0;
}

.businessHours i {
  border: 1px solid #3a1b0f;
  padding: 8px;
  border-radius: 50%;
  color: #3a1b0f;

}

.businessHours i:hover {
  border: 1px solid #f6f0e9;
  padding: 8px;
  border-radius: 50%;
  color: #f6f0e9;

}

.businessHours p footer ul li {
  list-style: none;
  padding: 0 0 5px 0;
  /* width: 130px ; */
}

footer p {
  font-size: 1.5rem;
}

.businessHours ul+p {
  margin-top: 30px;

}

.businessHours p+p {
  margin: 0;
}

.businessHours ul+p a,
.businessHours p+p a {

  color: #3a1b0f;
  font-weight: bold;
  text-decoration: none;
}

.contact h5 {
  margin: 0;
}