/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.section--hero h1 {
  letter-spacing: -1px;
  line-height: 1.1; }

.belle {
  font-family: 'La Belle Aurore', cursive;
  font-size: 76px;
  letter-spacing: 0;
  text-transform: none !important;
  font-weight: 300 !important; }

h1 {
  text-transform: none;
  letter-spacing: -1px;
  line-height: 1.1;
  font-size: 65px;
  font-weight: bold; }

h1.standard {
  font-family: Playfair Display;
  text-transform: none;
  letter-spacing: -1px;
  line-height: 1.1;
  font-size: 55px;
  font-weight: bold;
  color: #e2ded8; }

h2 {
  font-family: Nunito;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: 300 !important; }

h3 {
  font-size: 36px;
  font-family: Nunito;
  letter-spacing: 0;
  font-weight: 600 !important; }

h4 {
  font-family: Nunito;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 300 !important; }

.btn {
  border-radius: 0px !important;
  font-weight: 300 !important; }

img {
  border-radius: 0px !important; }

.heading__title {
  font-size: 40px; }

#section-header {
  border-bottom: solid 1px #eeeeee; }

@media (max-width: 767px) {
  .section--hero h1, h1 {
    font-size: 50px; }

  h2 {
    font-size: 34px; }

  h3 {
    font-size: 30px; }

  .headline {
    font-size: 36px; }

  .belle {
    font-size: 50px; }

  .heading__title {
    font-size: 30px; } }
