/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  color: #7a7a7a;
  font-family: aliceregular;
  line-height: 1.4;
  background-color: #ffffff;
}

p {
  font-size: 1em;
  text-align: justify;
}

#booking label,#booking input,#booking button,#booking textarea
{
  font-size: 1em;
  text-align: left;
}

h2
{
  text-align: center;
  font-size: 2.8em;
  font-family: 'great-vibes', serif;
  margin-bottom: 0.5em;
}

.scroll-bookmark {
  padding-top: 40px;
}

.phone-number {
  padding-left: 0.3em;
  color: #555555 !important;
}

#about-me-pic {
  width: 70%;
}

.dropdown-toggle::before, 
.dropdown-toggle::after {
    border: none;
    content: none;
}
.dropdown-item {
  font-size: 2em;
}

.navbar {  
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  opacity: 0.8;
  font-family: 'great-vibes';
  font-size: 0.8em;
}
.nav-link {
  color: #555555 !important;
}
.nav-link:hover {
  color: #b76e79 !important;
}

.fa-facebook:hover {
  color: #3b5998;
}
.fa-instagram:hover {
  color: #bc2a8d
}
.fa-envelope:hover {
  color: #800020;
}
.phone-number:hover, .fa-phone-volume:hover {
  color: #418d3d !important;
  text-decoration: none;
}

#facebook-details {
  font-size: 2.5em;
  color: #b76e79
}

.marble-section {
  background-image: url("../img/marble-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#my-kit-includes img {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  width: 190px;
}

#front-image {
  padding-top: 85px;
  background-image: url('../img/bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.full-height {
  min-height: 100%;
  height: 100%;
}

.far, .fas, .fal, .fab {
  color: #666666;
  font-size: 1.8em;
  margin-left: 0.3em;
  margin-right: 0.3em;
}

.home-section {
  padding-top: 40px;
}

/*Bootstrap 4 breakpoints*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .nav-item {
    font-size: 1.5em;
  }
  .far, .fas, .fal, .fab {
    font-size: 1.7em;
    margin-left: 0.05em;
    margin-right: 0.05em;
  }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .nav-item {
    font-size: 1.5em;
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
  .far, .fas, .fal, .fab {
    font-size: 1.7em;
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}

#submit {
  width: 9em;
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  .nav-item {
    font-size: 1.5em;
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
  .far, .fas, .fal, .fab {
    font-size: 1.7em;
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}


h1 {
  color: #3B2627;
  text-align: center;
  display: none
}

/* Increase size for tablets and up */
@media (min-width: 360px) {
  h1 { font-size: 0.6em; display: block; }
}

@media (min-width: 520px) {
  h1 { font-size: 1em; display: block; }
}

/* Increase size for tablets and up */
@media (min-width: 768px) {
  h1 { font-size: 1.3em; display: block; }
}

/* Larger size for desktops */
@media (min-width: 1200px) {
  h1 { font-size: 1.3em; display: block; }
}

h3 {
  font-size: 1.5em;
}

input[type=date], input[type=time] {
  line-height: 1;
}

@font-face {
  font-family: 'great-vibes';
  src: url('GreatVibes-Regular.otf');
}

@font-face {
  font-family: 'aliceregular';
  src: url('Alice-Regular-webfont.woff');
  font-weight: normal;
  font-style: normal;
}

.libre-baskerville-font {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-font-sm {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}