/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.vid {
    font-family: sans-serif;
    font-size: 10px;
}

.nav-link {
	font-size: 20px;
}

/*@media all and (min-width:992px)*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
}


.bg-light {
 background-color: #ffffff !important;
}


.header-padding {
	padding: 5px;
}

/* -------------------- CAROUSEL ------------------------- */

.carousel img {
	max-height: 375px;
}

/*.col-lg-12.slider {
	background-color: #A2CFFC;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}*/

/*
Removes white gap between slides - change to base color of slide images
*/

.carousel {
	background: #ffffff;
}

/*
Forces image to be 100% width and not max width of 100%
*/

.carousel-item .img-fluid {
	width: 100%;
}

/* 
anchors are inline so you need ot make them block to go full width
*/

.carousel-item a {
	display: block;
	width: 100%;
}

/* END OF CAROUSEL */

.border-dark {
    border-color: #D6D6D6 !important;
}

.col-md-8 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.col-md-12 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.star {
	padding-bottom: 15px;
}


.wording {
	padding-top: 2rem;
	padding-bottom: 2rem;
	}

.fp-wording {
	font-size: 18px;
}

.fp-wording-sm {
	font-size: 14px;
}

/* ------ Storybook Carousel ------- */

.storybook1 {
padding: 5px;
background-color: cornflowerblue;
}

/* Testing Elements */

.xmas-background {
    background-color: #C51D1D;
}


.embed-responsive-item {
  background-color: white;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
}
  /* Bump up size of carousel content */
 

@media (min-width: 62em) {
 
}

/* VIRTUAL TOUR */


.matterport-showcase iframe{
  min-height: 240px;
  margin: 16px 0;
  width: 100%; }

@media screen and (min-width: 768px) {
.matterport-showcase iframe {
  min-height: 360px; }}

@media screen and (min-width: 992px) {
.matterport-showcase iframe {
  height: 600px;
  max-width: 1068px;
  margin: 0 auto 15px; }}

.matterport-showcase {
  text-align: center;
}