@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  letter-spacing: 2px;
}

header {
  background: #000;
  color: #fff;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.brand {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* padding: 40px; */
}

.brand img {
  /* margin-bottom: 20px; */
}

nav.nav-sticky {
  width: 100%;
  position: fixed;
  top: 0;
  background: #222;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 10;
  transition: all 1s;
}

nav ul {
  list-style: none;
  text-align: center;
  padding: 10px;
  border: 1px solid #222;
}

nav ul li a.active {
  color: #fcbe32;
}

nav ul li {
  display: inline;
  padding: 20px;
}

nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #999;
}

nav ul li a:hover {
  color: #fcbe32;
}

/*========== GENERAL ==========*/

.section {
  padding-top: 80px;
  text-align: center;
  overflow: hidden;
}

.section-head h2 {
  font-weight: 400;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.section-head p {
  color: #fcbe32;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.list-head h3 {
  padding-bottom: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.list-head span {
  color: #999;
  font-weight: 100;
  font-size: 14px;
  word-wrap: break-word;
}

/*========== MAIN CONTENT ==========*/

.main-background {
  background: url("http://www.gold.org/sites/default/files/images/Three_bracelets.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.main-content {
  text-align: right;
}

.main-content h1 {
  font-size: 4vw;
  margin-bottom: 20px;
  font-weight: 300;
  padding-bottom: 20px;
}

.main-content h2 {
  font-size: 3vw;
  color: #fcbe32;
  padding-bottom: 5px;
  font-weight: 400;
}

.main-content p {
  font-size: 2.5vw;
  margin-bottom: 40px;
}

.main-content a {
  color: #fcbe32;
  text-decoration: none;
}

.main-content a:hover {
  color: #eee;
}

/*==========  CUSTOM COLLECTION ==========*/

.collection-list ul {
  list-style: none;
}

.collection-list ul li {
  display: inline-block;
  padding: 14px;
}

/*==========  NEW COLLECTION ==========*/

.new-collection {
  position: absolute;
  width: 100%;
}

.new-collection .left {
  float: left;
  background: url("https://media.angieslist.com/s3fs-public/styles/widescreen_large/public/jewelry.jpeg?itok=ymeE9NXz");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  height: 350px;
  width: 50%;
}

.new-collection .right {
  float: left;
  background: url("http://static.boredpanda.com/blog/wp-content/uploads/2016/03/terrarium-jewelry-microcosm-ruby-robin-boutique-10.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 350px;
  width: 50%;
}

.new-collection .middle {
  position: absolute;
  background-color: #fcbe32;
  height: 250px;
  width: 350px;
  left: 50%;
  top: 50%;
  margin-left: -175px;
  margin-top: -125px;
  text-align: center;
}

.new-collection .mid-title {
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -80px;
  margin-top: -60px;
}

.new-collection .mid-title h2 {
  font-weight: 400;
  padding-bottom: 20px;
  color: #eee;
}

.new-collection .mid-title a {
  text-decoration: none;
  letter-spacing: 1px;
  color: #555;
  border: 1px solid #555;
  padding: 10px 20px;
  font-size: 14px;
}

.new-collection .mid-title a:hover,
.new-collection .mid-title a:focus {
  color: #fff;
  border: 1px solid #fff;
}

/*==========  DESIGNER COLLECTION ==========*/

.designer-collection .section-head {
  padding-top: 340px;
}

/*==========  SECTION CARDS ==========*/

.card-wrapper section {
  float: left;
  background: #985d8d;
  width: 50%;
  height: auto;
  text-align: center;
}

.card-wrapper section .card-title {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  line-height: 2em;
}

.card-wrapper section .card-title a {
  color: #fff;
  text-decoration: none;
}

.card-wrapper section .card-title a:hover,
.card-wrapper section .card-title a:focus {
  color: #333;
}

.card-wrapper .card-one {
  background: url("https://static.pexels.com/photos/356148/pexels-photo-356148.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
}

.card-wrapper .card-two {
  background: #985d8d;
  height: 350px;
  color: #eee;
}

.card-wrapper .card-three {
  background: #fcbe32;
  height: 350px;
}

.card-wrapper .card-four {
  background: url("http://findmyrock.com/wp-content/uploads/2013/04/best-photography-6.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
}

/*==========  DESIGNER GALLERY ==========*/

.gallery .section-head {
  text-align: center;
  padding-bottom: 40px;
  padding-top: -50px;
}

.gallery-showcase {
  list-style: none;
}

.gallery-showcase li {
  display: block;
  /* width: 33.33%; */
  float: left;
  padding: 4px;
}

.gallery-showcase figure {
  overflow: hidden;
}

.gallery-showcase img {
  width: 100%;
  height: auto;
  transform: scale(1.15);
  transition: all 0.5s;
  cursor: pointer;
}

.gallery-showcase img:hover {
  transform: scale(1.05);
}

/*==========  ABOUT US ==========*/

.about .wrapper {
  padding-top: 80px;
}

.about .left {
  width: 50%;
  height: 300px;
  background: url("http://maxpixel.freegreatpicture.com/static/photo/1x/Diamond-Luxury-Jewelry-Gold-Shiny-Precious-888286.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  float: left;
}

.about .right {
  width: 50%;
  height: 300px;
  float: left;
  background: #fcbe32;
}

.about .right .text {
  max-height: 300px;
  color: #555;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 80px 10px 80px;
  line-height: 1.5;
}
