/*Landing page v2*/
.intro {
  background: url(../../images/quote-banner-1.png) no-repeat center center fixed;
  width: 100%;
  height: 100%;
  display: table;
  margin: auto;
  background-size: cover;
  margin-bottom: 20px;
}

.intro .inner{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: none;
}


.content{
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.content h1 {
  margin-top:10px;
  padding:10px;
  font-size: 400%;
  font-weight: bold;
}

.content img{
  height:10%;
  margin-top:75px;
}

.content h2{
  font-weight: bold;
}

#btn-landing {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  margin: auto;
  font-size:170%;
  color:black;
  cursor: pointer;
  display: table;
  margin: auto;
  margin-top: 30px;
  animation: pulse 1s infinite;
}


/* Landing page */
#home {
  background: url(../../images/landing-blur.png) no-repeat center center fixed;
  width: 100%;
  background-size: cover;
  margin-bottom: 20px;
}

/* .landing-text {
  text-align: center;
}

#landing-page-box {
  margin-top: 35vh;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 40px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.landing-text h1 {
  font-size: 500%;
  font-weight: 700;
}
.h2{
  font-weight: bold;
}
.landing-text h2{
  font-weight: bold;
}
.landing-text h5 {
  margin-top: 30px;
}

.landing-button-icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 150%;
} */



/* Features */ 

.features-section {
  margin-top: 20px;
  margin-bottom:50px;
  display: table;
  height: 100%;
  width: 100%;
}

.features-section-text {
  display: table-cell;
  vertical-align: middle;
  color: black;
  font-size: 160%;
  font-weight: bold;
}
.features-section-text h1 {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 200%;
}
.features-section-text li {
  padding-bottom:10px;
}

#btn-lets-go {
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  font-size:150%;
  color:black;
}

.features-section-img {
  display: table-cell;
  vertical-align: middle;
}

.features-img {
  max-height: 450px;
}

/*Featured products */

#product-section{
  padding:50px 0 50px 0;
}

#products{
  display:inline;
}

#products:hover .product-img{
  opacity:0.5;
}

#products .product-img:hover{
  opacity: 1;
  transform: scale(1.05);
}


#product-section h1{
  margin-bottom:20px;
  font-weight: bold;
  font-size: 350%;
  color:black;
}

.product-img{
  margin:20px 10px 0 10px;
  max-height: 300px;
  transition: all 0.2s ease-in-out;
}


@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Counter */

#counter-banner{
  background:url(../../images/landing-blur.png) no-repeat center center fixed;
  background-size: cover;
  padding:20px;
  height:500px;
}

#counter-box {
  margin-top:65px;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 30px;
  padding-left: 75px;
  padding-right: 75px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#counter-star-icon {
  height: 85px;
  animation: rotation 4s infinite linear;
  text-shadow: 3px 3px 20px gray, -3px -3px 20px gray;
  font-size: 500%;
  color: #fcef19;
}

#counter {
  display: inline;
  font-size: 300%;
  font-weight: bold;
}

#counter-text {
  display: inline;
  font-size: 150%;
  font-weight: bold;
}

#btn-counter {
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  margin-top:20px;
  font-size:150%;
  color:black;
}


#instafeed{
  text-align: center;
  margin:30px;
}

#instafeed h1{
  font-weight: bold;
}

/*defined in main.js for instafeed*/


.instagram-image{
  margin:5px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.instagram-image:hover{
  transform: scale(1.05);
}

/* @media (max-width:450px){
  .instagram-image{
    width:140px;
  }
  .landing-text h1 {
    font-size: 250%;
    font-weight: 700;
  }
  
  .landing-text h2,
  h5 {
    font-weight: bold;
    font-size:120%;
  }
  .landing-text h5 {
    margin-top: 30px;
  }
}

@media (max-width:360px){
  #landing-page-box {
    margin-top: 30vh;
  }
  .landing-text h1 {
    font-size: 200%;
    font-weight: 700;
  }
  
  .landing-text h2,
  h5 {
    font-weight: bold;
    font-size:110%;
  }
  .landing-text h5 {
    margin-top: 30px;
  }
} */

@media screen and (max-width: 768px){
  .content h1{
    font-size: 300%;
  }

  #btn-landing{
    font-size:150%;
  }
}

@media screen and (max-width: 568px){
  .content h1{
    font-size: 300%;
  }

  #btn-landing{
    font-size:150%;
  }
}