@font-face {
  font-family: 'HelveticaNeue';
  src: url('/font/helvetica-neue/roman.eot');
  src: url('/font/helvetica-neue/roman.eot?#iefix') format('embedded-opentype');
  src: local('HelveticaNeue') url('/font/helvetica-neue/roman.woff2')
      format('woff2'),
    url('/font/helvetica-neue/roman.woff') format('woff'),
    url('/font/helvetica-neue/roman.ttf') format('truetype'),
    url('/font/helvetica-neue/roman.svg#HelveticaNeue') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/font/helvetica-neue/bold.eot');
  src: url('/font/helvetica-neue/bold.eot?#iefix') format('embedded-opentype');
  src: local('HelveticaNeue') url('/font/helvetica-neue/bold.woff2')
      format('woff2'),
    url('/font/helvetica-neue/bold.woff') format('woff'),
    url('/font/helvetica-neue/bold.ttf') format('truetype'),
    url('/font/helvetica-neue/bold.svg#HelveticaNeue') format('svg');
  font-weight: 500;
  font-style: normal;
}

* {
  font-family: 'HelveticaNeue', Helvetica Neue, Helvetica, Arial, sans-serif;
}

body {
  background-color: #001d44;
  overflow-x: hidden;
}

h1 {
  letter-spacing: 3px;
  font-weight: 500 !important;
}

h2,
h3,
h4 {
  letter-spacing: 3px !important;
  font-weight: 400 !important;
}

h5 {
  letter-spacing: 2px;
}

/* NAVIGATION */

.navbar {
  border-bottom: #001d44 5px solid;
}

.navbar .nav-link,
.navbar .dropdown-link {
  font-size: 15px;
  color: #123257;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-weight: 600;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar-brand a:hover {
  cursor: pointer;
}

.navbar .nav-item.active {
  border-left: #123257 3px solid;
  color: #123257;
  font-weight: bold;
}

/* BREADCRUMB */
.breadcrumb {
  width: 20%;
  background: rgba(255, 255, 255, 0.8);
}

/* CAROUSEL */

#myCarousel {
  background-color: #001d44;
}

.carousel-item {
  height: 450px;
  width: 100%;
}

.carousel-image-1 {
  background: url('../img/flower_frontShop.jpg');
  background-size: cover;
  background-position: center center;
  /* background-attachment: fixed; */
}

.carousel-image-2 {
  background: url('../img/tree-original-1000x450_CR.gif');
  background-size: cover;
  background-position: center center !important;
  /* background-attachment: fixed; */
}

.carousel-image-3 {
  background: url('../img/flowers_16.jpg');
  background-size: cover;
  background-position: center center;
  /* background-attachment: fixed; */
}

.carousel-caption a {
  letter-spacing: 4px !important;
  background: rgba(255, 255, 255, 0.3);
  color: #001d44;
  font-weight: 400;
}

/* HOME PAGE */

#top-heading h4,
#home-heading h2,
#home-about h4 {
  letter-spacing: 0.4rem !important;
  font-weight: 600;
}

#home-about div div div h2 i {
  color: #001d44;
  font-size: 40px;
  padding: 7px;
}

#home-icons #test.row {
  letter-spacing: 2px;
}

#home-icons .container-fluid,
#home-icons.col-md-4,
#test.row {
  height: 100% !important;
  width: 90%;
}

#home-icons .image-1 {
  position: absolute;
  background: url('../img/image7.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  max-width: 100%;
}

#home-icons .image-2 {
  position: absolute;
  background: url('../img/image8.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  max-width: 100%;
}

#home-icons .image-3 {
  position: absolute;
  background: url('../img/plant_2.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  max-width: 100%;
}

#home-icons h2 {
  margin-top: 10px;
}

#home-icons a {
  letter-spacing: 4px !important;
  background: rgba(255, 255, 255, 0.7);
  border: 0.5px solid #fff;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 600;
}

#home-heading {
  position: relative;
  min-height: 200px;
  /* background: url('../img/orchids.jpg'); */
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7);
    background: #fff; */
  color: #fff;
}

#video-play {
  position: relative;
  min-height: 100px;
  background: url('../missbeatrice_header.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -350px;
  background-size: cover;
  background-color: #001d44;
  text-align: center;
  color: #fff;
}

#video-play a {
  color: #fff;
}

#newsletter h1 {
  color: #001d44;
}

#newsletter button {
  background: #001d44;
  color: #fff;
}

#newsletter #mc_embed_signup .clear {
  clear: both;
}

#newsletter #mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 70%;
  margin: 0 15% 0 15%;
  clear: both;
}

#newsletter #mc_embed_signup div.response {
  margin: 0 10% 0 10%;
  padding: 0.5em 0.5em 0.5em 1em;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#newsletter #mc_embed_signup #mce-error-response {
  display: none;
}

#newsletter #mc_embed_signup #mce-success-response {
  padding: 0 0 0.5em 1em;
  color: #001d44;
  display: none;
}

#newsletter #mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

/* INSTAFEED */
.instaimg img {
  margin-bottom: 30px;
}

.instaimg img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

/* INTERNAL PAGES */

#page-header {
  height: 200px;
  /*background-position: 0 -50px; */
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #001d44;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

#page-header h1 {
  background: rgba(255, 255, 255, 0.7);
  border: 0.5px solid #fff;
  border-radius: 10px;
  padding: 10px;
  letter-spacing: 6px !important;
  width: 100%;
  font-weight: 600 !important ;
}

/* ABOUT PAGE */
.about {
  background: url('../img/inside_shop.jpg');
}

.about-img {
  margin-top: -50px;
}

/*  STAFF */
#staff {
  background: #001d44;
  /* border-top-style: solid;
        border-top-width: 2px;
        border-top-color: #fff; */
}

hr {
  background-color: #fff;
}

#teamGab .modal-header,
#teamEliz .modal-header,
#teamSal .modal-header,
#teamAman .modal-header {
  background-color: #001d44;
}

/* TESTIMONIAL */

#testimonials .slick-prev:before,
.slick-next:before {
  color: #001d44;
}

.slider {
  margin-left: 40px;
  margin-right: 40px;
}

/* BACK TO TOP BUTTON */

#backtotop {
  display: none;
  background-color: #001d44;
  width: 65px;
  position: fixed;
  bottom: 30px;
  right: -10px;
  z-index: 120;
  border: 2px solid #001d44;
  border-radius: 10px;
  cursor: pointer;
}

#backtotop:hover {
  background-color: #fff;
}

#backtotop i {
  color: #fff;
  font-size: 40px;
  padding: 7px;
}

#backtotop i:hover {
  color: #001d44;
}

/* FLOWERS PAGE */
.flowers {
  background: url('../img/flowers.jpg');
}

/* HOMEWARES PAGE */
.homewares {
  background: url('../img/homewares_header.png');
}

/* PLANTS PAGE */
.plants {
  background: url('../img/plants_mb.jpg');
}
.flex-column {
  max-width: 200px;
}
.scale {
  transform: scaleY(1.05);
  padding-top: 5px;
}

/* Tips & Tricks PAGE */
.tips {
  background: url('../img/header_arrangmt.jpg');
}

/* Tips & Tricks - Blooms Page */
.tipsBlooms {
  background: url('../img/header_flowers.jpg');
}

/* Tips & Tricks - Cut PAGE */
.tipsCut {
  background: url('../img/header_cut.jpg');
}

/* CONTACT PAGE */
.contact {
  background: url('../img/missbeatrice_header.jpg');
}

.icon {
  padding: 10px;
  background: #fff;
  color: #001d44;
  border: 1px solid #001d44;
  min-width: 50px;
  text-align: center;
}

.btn-contact {
  background-color: #fff;
  color: #001d44;
  padding: 15px 20px;
  border: 1px solid #001d44;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
  background-color: #001d44;
  color: #fff;
}

/* MAP */

.intrinsic-container {
  background-color: #001d44;
  position: relative;
  height: 0;
  overflow: hidden;
  height: 500px;
  letter-spacing: 0px !important;
}
.intrinsic-container div#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

/*  FOOTER  */
#main-footer {
  border-top: solid #fff 3px;
}

#main-footer p {
  letter-spacing: 2px !important;
  font-size: 0.8em;
}

/* MEDIA QUERIES */

/* On screens that are 400px or less */
@media screen and (max-width: 400px) {
  .carousel-item {
    height: 350px;
  }

  .carousel-image-2 {
    background: url('../img/tree-original-320px.gif');
    background-repeat: no-repeat;
  }

  h4 {
    font-size: 1.2em;
  }

  h2 {
    font-size: 1.3em;
  }

  h1 {
    font-size: 1.5em;
  }

  #page-header h1 {
    font-weight: 700 !important;
  }

  .homewares {
    background: url('../img/homewares_header450x800.jpg');
  }

  #video-play h1 {
    color: #001d44;
    background-color: rgba(255, 255, 255, 0.5);
  }

  #video-play {
    background-color: #001d44;
    background-position: 0 100px;
  }

  #home-heading h2 {
    letter-spacing: 0.3rem !important;
    font-size: 1.3em;
  }

  #plants_imgs {
    margin-left: 25%;
  }

  #flowers_img_col2 img,
  #plants_img_col2 img,
  #homewares_img_col2 img {
    margin-left: 8px;
    border-left: 8px;
    border-left-color: #fff;
  }
}

/* On screens that are 500px or less */
@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.5em;
  }

  #page-header h1 {
    font-weight: 700 !important;
  }

  h2 {
    font-size: 1.3em;
  }

  #plants_imgs {
    margin-left: 25%;
  }

  #flowers_img_col2 img,
  #plants_img_col2 img,
  #homewares_img_col2 img {
    margin-left: 8px;
    border-left: 8px;
    border-left-color: #fff;
  }
}

/* On screens that are 800px or less */
@media screen and (max-width: 800px) {
  .carousel-image-2 {
    background: url('../img/tree-original-450px.gif');
    background-repeat: no-repeat;
  }

  .carousel-image-1 {
    background: url('../img/flower_frontShop_1049px.jpg');
  }

  h1 {
    font-size: 1.3em;
  }

  #page-header h1 {
    font-weight: 900 !important;
  }

  h2 {
    font-size: 1.2em;
  }

  #home-about h4 {
    letter-spacing: 0.25rem !important;
  }

  #home-icons a {
    font-weight: 200;
    font-size: 1.2em;
    font-weight: 400;
  }

  #video-play {
    background-color: #001d44;
    background-position: 0 -150px;
  }

  #flowers_img_col2 img,
  #plants_img_col2 img,
  #homewares_img_col2 img {
    display: none;
  }
  /*.instaimg img {
	width: 100px;
	height: 100px;
  } */
}
