/* =====================================
   Page Styles
======================================== */

* {
	box-sizing: border-box;
}
body {
  margin:0 0;
  padding:0 0;

}


/* =====================================
   Typography
======================================== */


body {
  font-family: 'Montserrat', sans;
  color: #003057;
}

p {
  font-size: 1rem;
  font-weight: 400;
}

a {
  font-size: 1rem;
  color: #003057;
}


a:hover {
  color: #85AF9A;
  text-decoration: none;
  transition-duration: 0.4s;
}

h1 {
  font-size: 2.8rem;
  font-weight: 700;
}

h2 {
  font-size: 1.875rem;
	font-weight: 700;
  max-width: 600px;
}

h3 {
  font-size: 1.875rem;
	font-weight: 700;
}

.lead {
  font-size: 1.875rem;
	font-weight: 700;
  color: #85AF9A;
}


.small {
  font-size: 0.8rem;
  font-weight: 300;
}

.text-white {
  color: #fff;
}

.text-green {
  color: #85AF9A;
}

.quote {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.footer-text {
  color:#fff;
  font-size:0.8rem;
  text-align: center;
}

.footer-text a {
  color:#fff;
    font-size:0.8rem;

}

.footer-text a:hover {
  color:#85AF9A;
  transition-duration: 0.4s;
}

.bold {
  font-weight: 700;
}


/* =====================================
   Navigation
======================================== */


.navbar-brand img {
  height:50px;
}

.navbar-toggler {
  background:none;
  border: 1px solid #85AF9A;
  font-size:1.8rem;
  font-weight:100 !important;
  color:#85AF9A !important;

}

.bg-mobile {
  background-color: #003057;
}

.mobile-separator {
  margin-top:50px;
}

.nav-item .nav-link {
	font-weight:700;
	color:#fff;
	font-size: 1rem;
	margin:1em 1em;
}

.active-link {
	font-weight:700;
	color:#85AF9A;
	font-size: 1rem;
	margin:1em 1em;
}

.nav-item .nav-link:hover {
	color: #85AF9A;
}

.navbar-toggler {
	color:white;
}



/* =====================================
   Element Styles
======================================== */

.home-featured {
  background-image:url('../img/rzy_featured-image.jpg');
  height:100vh;
	background-position: center;
	background-size: cover;
}

.hr-solid {
  height:8px;
  width:50px;
  background-color:#85AF9A;
}

.hr-white {
  background-color:#fff;
}

.made-in-nz {
  height: 80px;
}

.section-break-1 {
  background-image:url('../img/quote-2.jpg');
	background-position: center;
	background-size: cover;
}

.section-break-2 {
  background-image:url('../img/quote-1.jpg');
	background-position: center;
	background-size: cover;
}

.bg-green {
  background-color: #F1F6F3;
}

.bg-blue {
  background-color: #003057;
}

.video-placeholder {
  background-color:grey;
  width:970px;
  height:546px;
}

.stockist-logo {
  max-width:200px;
}

.success-text:empty {
    display: none;
}

.earle {
	margin-bottom:-220px;
}



/* =====================================
   Media Queries
======================================== */

@media (min-width: 768px) {

  h1 {
    font-size: 5rem;
    font-weight: 700;
  }


  .home-featured {
    background-color:lightgrey;
    margin-top: 70px;
    min-height:70vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
  }

  .home-featured .container {
    padding: 0px 30px;
  }

	.section-break-1 {
	  background-image:url('../img/quote-2.jpg');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}

	.section-break-2 {
	  background-image:url('../img/quote-1.jpg');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}

  .hr-solid {
    height:14px;
    width:95px;
  }

  .made-in-nz {
    height: 100px;
  }

  .separator-lg {
    margin: 100px 0;
  }

  .vh-100 {
    min-height:90vh;
  }


}

@media (min-width: 1200px) {

  h1 {
    font-size: 6.25rem;
    font-weight: 700;
  }
  .navbar {
    height:120px;
  }
  .navbar-brand img {
    height:70px;
  }

  .home-featured {
    background-color:lightgrey;
    margin-top: 119px;
    height:70vh;
    background-attachment: fixed;
  }

  .home-featured .container {
    padding: 0px 30px;
  }

  .hr-solid {
    height:14px;
    width:95px;
  }

  .made-in-nz {
    height: 100px;
  }

  .separator-lg {
    margin: 100px 0;
  }

	.success {
		width:100%;
		padding: 100px auto;
		margin-top:100px;
		margin-bottom:-120px;
		background-color: #003057;
	}
	.section-break-1 {
	  background-image:url('../img/quote-2.jpg');
	  background-attachment: fixed;
	}

	.section-break-2 {
	  background-image:url('../img/quote-1.jpg');
	  background-attachment: ;
	}



}


/* =====================================
   Form Styling
======================================== */

input {
  background-color: #C0D6CB;
  padding: 20px;
  border-radius: 10px;
  border: none;
  width:100%;
  margin-bottom:12px;
  color:#fff;
  font-weight: 700;
  letter-spacing: 1.05px;
}

textarea {
  background-color: #C0D6CB;
  padding: 20px;
  border-radius: 10px;
  border: none;
  width:100%;
  height: 10rem;
  margin-bottom:6px;
  color:#fff;
  font-weight: 700;
}

.btn-submit {
  background-color: #C0D6CB;
  font-weight: 700;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: none;
  margin-top:0px;
}

.btn-submit:hover {
  background-color: #003057;
  transition-duration: 0.4s;
}

::placeholder {
  color:#fff;
  font-size:1rem;
  font-weight:200;
}

.dropdown-custom {
  width:300px;
}

/* =====================================
   Side Widget
======================================== */
.side-widget {
  display: none;
}

@media (min-width: 1400px) {

.side-widget {
  display: flex;
  position: fixed;
  left: 0px;
  top: 23%;
  margin-right: auto;
  font-size: 1.2rem;
  width: 150px;
  height:105px;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #003057;
  border: 1px solid #003057;
  border-radius: 0px 6px 6px 0px;
  transition-duration: 0.4s;
  color: #fff;
  font-weight: 700;
  z-index: 999999;
}

.side-widget:hover {
  background-color: #85AF9A;
  border-color: #85AF9A;
  color: #fff;
  width:180px;
  transition-duration: 0.4s;

}

}