body{width:99%;
overflow-x: hidden;

}

.golden{
	 color: #D4AF37;
	 font-size: auto;
	 font-family: 'Handlee', cursive;
}
nav{
    border-bottom: 5px solid;
    font-weight: 400;
    border-image:   linear-gradient(to right, #aaf0d1 25%, white 25%, white 50%,#D4AF37 50%, #D4AF37 75%, #ffd1dc 75%) 5;
  }

.floating-div {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 100000;
}
  a.navbar-brand a:hover {    background-color: #FFFF00;
  color: #FFC0CB; 
}
  .navbar a.navbar-brand {

    color: #D4AF37;
    font-size: 30px;
    font-weight: bolder;
  }
  .navbar a{
    color: #D4AF37;
    font-size: 20px;
    font-weight: bolder;
}
.navbar a{
  color: #D4AF37;
  font-size: 20px;
  font-weight: bolder;
}
.header {
  text-align: center;
  background-image: url('http://placehold.it/1900x1080');
  font-size: 30px;
  height: 90vh;
}
.aboutHeader {
  text-align: center;
  background: url('../imgs/about.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  font-size: 6rem;
  height: 90vh;
}


.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.greenbg{
	background-color:#29ab87;
}

.pinkbg{
	background-color:#DB7093;
	color: #fff;

}
.column {
  float: left;
  width: 25%;
  
}
.containerBox {
    position: relative;
    display: inline-block;
}

.text-box {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 100%;
}

    .text-box:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

/*h4 {
    display: inline-block;
    font-size: 20px;*/ /*or whatever you want*/
    /*color: #FFF;
}*/

/*img {*/
    /*display: block;*/
    /*max-width: 100%;
    height: auto;
}*/


.mainbackground {
    background-color: rgb(212,175,55,.3);
}
.header2{
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50%;
}
.header2 p{
  margin: 0;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) 
}

.center{
  text-align: center;
  justify-content: center;
  align-items: center;
}

.img-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerLayout{
	 color: #D4AF37;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerLayout img{
max-width:50%;
 display: block;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
}

.pagination {
    justify-content: center;
}
.footerLayout a{
 color: #FFF;
 	 font-weight: 400;
}

.footerLayout a:hover{
 color: #D4AF37;
 	 font-weight: 400;
}
    .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 250px;
      height: 250px;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }

    .col-lg-6{
      padding-top: 15px;
      padding-bottom: 15px;
    }

    /* Top left text */
.Sale {
    position: absolute;
    color: white;
    font-weight: 500;
    font-size: larger;
    height: 10%;
    background-color: #29ab87;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.NoStock {
  position: absolute;
  color:white;
  font-weight: 500;
  font-size: x-large;
  height: 10%;

  background-color:#FF0000;
    display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
}
.goldenbg{
	 background-color: #D4AF37;
}

.centre{
  text-align: center;
  justify-content: center;
  align-items: center;

}
@media only screen and (max-width: 400px) {

    .aboutHeader {
display:none
    }

    .row {
    text-align:left;
    }
    .gradientText h1 {
    font-size:30px;
    }
    .indexheader {
        font-size: 30px;
    }

    .caption h3 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 414px) {
    .caption h3 {
        font-size: 3rem;
    }
}

@media screen and (min-width: 600px) {
    .caption h3 {
        font-size: 5rem;
    }
}

@media screen and (max-width: 414px) {
    .caption h3 {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 1024px) {
    .navbar a {

        font-size: 15px;

    }
}



/*--- iOS Landing Page Fix --*/
.landing {
    position: relative;
    width: 100%;
    height: 100vh;
    display: table;
    background: #E9ECEF;
    z-index: -1;
}

.home-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-inner {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
.promo-inner {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
.home-inner {
    background-image: url('../imgs/landingCover.jpg'); 
    opacity: 0.5;
}
.promo-inner {
    background-image: url('../imgs/summer_splash.jpeg');
}
.caption {
width:100%;
max-width:100%;
position:absolute;
top: 15%;
z-index:1;
}

    .caption h3 {
        color: #29ab87;
        font-weight: bolder;
        padding-bottom: 5rem;
        font-family: 'Handlee', cursive;
    }

.landingbutton {
    color: #DB7093;
    border-color: #DB7093;
    font-weight:bolder;
    border-width: medium;
    border-radius: 0;
    text-transform: uppercase;
    padding: .5rem 1.1rem;
    font-size: 2rem;
}

.navbar-nav .nav-item .nav-link {
    color: #D4AF37;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: pink;
}

.dropdown-item:hover {
    color: pink;
}

.blackfont {
color:black;
}
@media only screen and (max-width: 950px) {
  main .landing .caption {

    top: 5%;

    }
    .caption {

      top: 7.5%;
      z-index:1;
      }
    
  
}