/******************************************
/* SETUP
/*******************************************/

/* Box Model Hack */
* {
    -moz-box-sizing: border-box; /* Firexfox */
    -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
    box-sizing: border-box; /* IE */
  }
  
  /* Clear fix hack */
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  .clear {
    clear: both;
  }
  
  /******************************************
  /* BASE STYLES
  /*******************************************/
  @font-face { 
    font-family: Linotype-Feltpen; src: url('../fonts/Linotype\ Feltpen\ Regular.otf'); 
  } 

  body {
    margin: 0 auto;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
  }

  
    .vertical-space {
    margin: 100px 50px;
  }

  
  .text-block {
    font-size: 1.1em;
    margin: 0px auto;
    line-height: 1.8em;
  }

  .cream-background {
	background-color: rgba(250,241,228,.80);
	font-size: 1.1em;
	padding: 1%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	line-height: 2em;
  }
  
  .blue-background {
    background-color: #bfc9d0;
  }

  .blue-background p {
    color: #ffffff;
  }
  
  .banner-title {
    text-align: center;
    font-family: 'Linotype-Feltpen', serif;
    font-size: 3.1em;
    color:#495371;
    padding: 25px;
  }

  .banner-title-left {
    text-align: left;
    font-family: 'Linotype-Feltpen', serif;
    font-size: 3.3em;
  }
  
  .centered {
    text-align: center;
  }
a:link, a:visited {
   color: #495371;
   text-align: center;
  text-decoration: none;
  }

.short-button {
  max-width: 100px;
}


.main-page-title {
  text-align:center;
  margin: 6vh auto;
  background-color: #f0f8ff
}

.main-page-title h1 {
  font-size: 3em;
  font-weight: 300;
  text-transform: uppercase;
  color: #495371;
  padding: 25px;
}

.spacer {
  height: 15px;
}

.large-spacer {
  height: 100px;
}

.wrapped-text {
  width: 75%;
  margin: 25px auto;
}

.wrapped-image-left img {
  float: right; 
  margin: 10px 10px 35px 35px;
  width: 50%;
}

.wrapped-image-right img {
  float: left; 
  margin: 10px 35px 35px 10px;
  width: 50%;
}

@media (max-width: 1280px) {
  .text-block-large {
    width: 90%;
    margin: 0px auto;
    font-size: 1.1em;
    padding: 5px;
    line-height: 2em;
  }

  .wrapped-image-left img {
    float: right; 
    margin: 35px 0px 35px 0px;
    width: 100%;
  }

  .wrapped-image-right img {
    float: right; 
    margin: 35px 0px 35px 0px;
    width: 100%;
  }
}

@media(max-width: 1024px) {
  .banner-title {
    font-size: 2.1em;
  }
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 2.6em;
    padding: 25px;
  }
}

@media(max-width: 480px) {
  body {
    font-size: 16px;
  }

  .banner-title {
    font-size: 24px;
  }
}


  /******************************************
  /* LAYOUT
  /*******************************************/
  
  /* Header */

  
  .header {
	position: sticky;
	top: 0;
	z-index: 100;
	background-color: #ffffff;
	height: 220px;
  }

  


  /* Navigation Menu */
  .nav {
	width:100%;  
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding: 0px;
	height: 220px;
	color: #495371;
	
}
	.links {
	display: inline-block;
	letter-spacing: 3px;
	text-align: center;
	position: absolute;
	top: 80px;
	left: 25%;
	
}
	.social-icon {
	padding: 0px 0px;
	position: relative;
	top: 80px;
	left: 85%;
  }
  ul {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	overflow: hidden;
	position: fixed;
}
  
  li {
	display: inline-block;
	padding: 0px 10px;
}

 

  .logo {
	margin: 0px 20px;
	padding: 0px 0px;
	float: left;
	position: absolute;
  }
  .pages {
	  margin-top:0px;
	  
	  
  }
  
  .button {
    border: none;
	background-color: #CEDEBD;
	color: #495371;
	text-align: center;
	text-decoration: none;
	border-radius: 12px;
	font-size: 15px;
	padding:5px 5px;
	margin: 10px;
  }
.button:hover {
  font-size: 25px;
  color: white;
}

  
  


  @media (max-width: 1750px) {
      .navbar-brand {
        padding: 0px 1rem;
      }
      
      .nav-link {
         margin-right: 1rem;
      }
    
      .navbar-nav {
        margin-left: 1rem;
        margin-right: 1rem;
      }
    
      .social-icon {
        padding: 0px 15px;
      }
    
      .btn-outline-success {
        margin-left: 1rem;
      }
  }
  
  @media (max-width: 1500px) {
      .social-icon {
        display: none;
      }
    
      .btn-outline-success {
        margin-left: 0rem;
      }
  }
  
  @media (max-width: 1300px) {
      .btn-outline-success {
        display: none;
      }
  }
  
  @media (max-width: 1280px) { 
    .navbar-brand {
      padding: 0px 1rem;
    }
  
    .nav-link {
      margin-right: 0rem;
    }
    
    .navbar-nav {
      margin-left: 1rem;
      margin-right: 1rem;
    }
  }

  @media(max-width: 480px) {
    header {
      height: 100px;
    }
  }


  /*Footer*/
 clear{
	display: flex;
  	justify-content: center;
 }
  footer {
    background: #CEDEBD;
    padding: 40px 0px 20px 75px;
    text-align: center;
    border-top: 2px solid #9EB384;
  }
  .footer-text {
      display: inline-block;
	  padding: 0px 20px;
  }

  footer a {
    color: #000000;
  }

  footer img {
    max-width: 100%;
  }

  .contact-info {
    overflow-wrap: break-word;  
    word-wrap: break-word; 
    word-break: break-word;
  }

  .social-media-icons {
    margin-top: 40px;
  }

  .social-media-icons img {
    padding: 10px;
    display: inline-block;
  }

  .policies {
    margin-top: 40px;
  }

  .ara-badge img {
	
	margin-top: 25px;
	max-width: 200px;
  }

@media (max-width: 767px) {
  .footer-text {
      font-size: 18px;
      padding-right: 5%;
  }

  .copyright {
      padding-top: 15px;
      padding-bottom: 15px;
  }

  .contact-info {
      padding-top: 10px;
  }
}

@media(max-width: 640px) {
  footer {
    padding-right: 6%;
    font-size: 16px;
  }
}

@media(max-width: 480px) {
  footer {
    margin-top: 10%;
    padding: 15px;
  }

  .footer-text {
    font-size: 16px;
    padding-left: 5%;
  }

  .copyright {
    padding-top: 20px;
  }

  .contact-info {
    padding-top: 15px;
  }
}


/* Homepage */
  
.intro {
	background-image: url("../images/floral-table-setting.png");
	height: 600px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
}
.parallax {
  background-image: url("../images/wedding-chairs.png");
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card {
	background-color: rgba(251,251,253,1);	
}
.card img {
  opacity: 70%;
  width: 100%;
}
.card-title {
  text-align: center;
  font-size: 1.5em;
}
.card-icon {
	max-width: 60px;
	display: inline-block;
	margin: auto;
}
.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.contact-us {
  text-align: center;
  padding: 150px 50px;
}

.contact-us h1 {
  color: #ffffff;
  font-size: 3.5em;
  font-weight: 800;
  padding: 25px;
}



@media(max-width: 1024px) {
  .card-title {
    font-size: 1em;
  }
  
  .card-icon {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .popular-items {
    margin: 0px auto;
    margin-left: 20%;
    margin-top: 25px;
  }
  
  .card-title {
    font-size: 1.5em;
  }
  
  .card-icon {
    width: 70px;
  }
}


/* About Page */

.sunset-photo {
  width: 100%;
}

.map-section {
  background-color: #FAF1E4;
  width: 100%;
  margin:0px;
  padding: 100px 25px;
  border-top: solid 1px #E7C7C7;
}

.map {
  margin-top: 50px;
  width: 100%;
  height: 450px;
}

.map-title {
  text-align: center;
  font-family: 'Linotype-Feltpen', serif;
  font-size: 1.9em;
  color:#495371;
  padding: 25px 0px;
  margin-top: 25px;
  line-height: 2em;
}

@media (max-width: 1500px) {
  .map-title {
    font-size: 1.7em;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 0px;
    line-height: 2em;
  }
}

@media (max-width: 1200px) {
  .map-title {
    font-size: 1.4em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    line-height: 1.4em;
  }
}

@media (max-width: 767px) {
  .map-title {
    font-size: 1.7em;
    padding: 25px 0px;
    margin-top: 25px;
    line-height: 2em;
  }
}


/* Contact Page */

.calendly-block {
  width: 100%;
  display: block;
  padding: 25px auto !important;
  height: 750px;
}

.contact-title {
  text-align: center;
  font-family: 'Linotype-Feltpen', serif;
  font-size: 3.1em;
  color:#495371;
  padding: 25px;
}

.contact-intro {
  width: 27%;
  float: left;
  display: inline-block;
  padding: 25px;
  margin-left: 10%;
}

.calender-widget {
  width: 60%;
  float: left;
  display: inline-block;
}

.contact-text {
  margin: 0px auto;
  font-size: 1.1em;
  margin: 25px auto;
  line-height: 1.8em;
  color: grey;
}

.contact-text-block {
  padding: 25px;
}

.contact-boxes-container {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0;
}

.contact-item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);
  margin: 0 15px 30px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 300px;
}

.contact-box-link {
  display: block;
  padding: 30px 20px;
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}

.contact-box-title {
  min-height: 87px;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.8em;
  color: #000000;
  z-index: 2;
  position: relative;
  text-align: center;
}

.contact-text-box {
  z-index: 2;
  position: relative;
  text-align: center;
}

.contact-box-text {
  font-size: 1.2em;
  color: grey;
  -webkit-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease
}

.contact-box-link:hover,
.contact-box-link:hover .contact-box-text {
  text-decoration: none;
  color: #000000 !important;
}

.contact-box-link:hover .contact-box-bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}

.contact-box-bg {
  height: 128px;
  width: 128px;
  background-color: #CEDEBD;
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.contact-item:nth-child(2n) .contact-box-bg {
  background-color: #FAF1E4;
}

.contact-item:nth-child(3n) .contact-box-bg {
  background-color: #91BAD6;
}

.contact-icon {
  width: 50px;
  z-index: 99;
  display: block;
  margin: auto;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 1550px) { 
  .contact-boxes-container {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

@media (max-width: 1400px) { 
  .calendly-block {
    height: 1200px;
  }
  
  .contact-intro {
    width: 100%;
    float: center;
    display: block;
    padding: 0px 150px;
    margin-left: 0%;
  }
  
  .calender-widget {
    width: 100%;
    float: center;
    display: block;
    padding: 25px 50px;
  }

  .contact-box-title {
    min-height: 87px;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.4em;
  }
  
  .contact-box-text {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 979px) {
  .contact-item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .contact-box-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .calendly-block {
    height: 1200px;
  }
  
  .contact-title {
    font-size: 2.2em;
  }
  
  .contact-intro {
    padding: 0px 50px;
  }
  
  .calender-widget {
    padding: 25px;
  }
  
  .contact-text-block {
    padding: 25px;
  }
  
  .contact-boxes-container {
    width: 96%;
  }
}

@media only screen and (max-width: 639px) {
  .contact-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .contact-box-title {
    min-height: 72px;
    line-height: 1;
    font-size: 24px;
  }

  .contact-box-link {
    padding: 22px 40px;
  }

  .contact-text-box {
    font-size: 16px;
  }
}


/* Gallery Page */

.gallery-container {
width: 80%;
margin: 25px auto;
margin-bottom: 150px;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.parallax-gallery {
  background-image: url("../images/shutterstock_1076288612.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Terms of Service & Privacy Policy */

.fine-print-title {
  margin-top: 35px !important;
}
