@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Jost";
	font-weight: 400;
}
.header__logo img {
  width: 150px;
  -webkit-transition: .3s;
  transition: .3s;
}
h1, h2, h3, h4, h5 {
  margin-bottom: 30px;
  font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}
.px-10 {
  padding-left: 20% !important;
  padding-right: 20% !important;
}
.px-7 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
a.btn {
  text-decoration: none;
}
.btn {
  border-radius: 5px;
  background-color: #668D69;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -ms-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
  line-height: 3em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing:0.2rem;
}
.btn:hover {
  background-color: #507053;
  color: #fff;
  text-decoration: none;
}
.button-border {
  background-color: #fff;
  border: solid 3px #668D69;
  color: #668D69;
}
.tagline{
	font-size:15px;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	margin-top:20px;
	color:#668D69;
	margin-bottom: 0px;
}
.brand-wrapper img{
	width:200px;
}
.brand-wrapper .flex-wrap{
	margin:20px 40px;
}
.hero {
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding: 20px;
  text-align: center;
  height: 526px;
  width: 100%;
}
.homepage .hero {
  background-image: url(img/hero.jpg);
}
.blinds-page .hero {
  background-image: url(img/hero-blinds.jpg);
}
.shades-page .hero{
	  background-image: url(img/hero-shades.jpg);
}
.shutters-page .hero{
	  background-image: url(img/hero-shutters.jpg);
}
.team-page .hero{
	background-image: url(img/hero-our-team.jpg);
}
.hero h1 {
  margin: 120px 0px 30px 0px;
}
.hero h2 {
  margin-bottom: 60px;
}
.hero .button {
  padding: 0px 30px;
}
.button-one {
  float: right;
}
.button-two {
  float: left;
}
.homepage-banner__video {
  width: 100%;
}
.row {
  margin-bottom: 80px;
}
.tile {
  width: 100%;
  text-align: center;
}
.tile a {
  color: #fff;
  padding: 170px 0px;
  display: block;
  background-color: rgba(0, 0, 0, .3);
  text-decoration: none;
}
.tile a:hover {
  text-decoration: none;
}
.drapes {
  background-image: url(img/drapes.jpg);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform .2s;
}
.drapes:hover {
  transform: scale(1.05);
}
.blinds {
  background-image: url(img/blinds.jpg);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform .2s;
}
.blinds:hover {
  transform: scale(1.05);
}
.shutters {
  background-image: url(img/shutters.jpeg);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform .2s;
}
.shutters:hover {
  transform: scale(1.05);
}
.shades {
  background-image: url(img/shades.jpg);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform .2s;
}
.shades:hover {
  transform: scale(1.05);
}
.commitment {
  background-image: url(img/commitment.jpeg);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 100px 0px;
}
.commitment-copy {
  background-color: #fff;
  padding: 60px 30px;
}
.bkg-color {
  background-color: #F7F6F3;
}
.team {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}
.showroom {
  padding: 60px 0px 30px 0px;
}
.showroom .column-1 {
  padding-right: 60px;
}
.footer {
  background-color: #222;
  color: #ccc;
  padding: 60px 0px;
}
.footer .header__logo img {
  fill: #fff;
}
.footer ul {
  padding: 0px;
}
.footer ul li {
  list-style-type: none;
  display: inline;
  float: left;
  margin-right: 15px;
}
.footer ul li a {
  display: block;
}
.footer .header__logo {
  margin-bottom: 20px;
  display: block;
}
.nav-item a {
  padding-left: 1em !important;
  padding-right: 1em !important;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: .9em;
}
.contact-info{
	 font-size:24px;
}
.free-consult{
    position: fixed;
    top: 30px;
    right: 50px;
    float: right;
    z-index: 999;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.free-consult .phone{
	color:#668D69;
	font-weight: 600;
	margin-right:20px;
}
@media only screen and (min-width: 800px) {
  .nav-link.free-consult-link{
	display:none;
}
}
@media only screen and (max-width: 800px) {
  .free-consult{
	display:none;
}
	.tagline{
display:none;
}
  .hero {
    background-size: auto 100%;
    padding-bottom: 60px;
	 height: 596px;
  }
	.contact-info{
		font-size:18px;
	}
  .hero h1 {
    margin-top: 60px;
  }
  .nav-item a {
    padding-left: auto !important;
    padding-right: auto !important;
    text-align: right;
  }
  .button-one, .button-two {
    float: none;
    padding: 10px 30px !important;
  }
  .homepage-banner__video {
    margin-top: 60px;
  }
  .btn {
    padding: 5px 30px !important;
  }
  .button-one {
    margin-bottom: 10px;
  }
  .hero h2 {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .tile a {
    padding: 170px 0px;
  }
  .px-sm-0 {
    padding: 5% !important;
  }
  .px-10 {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  
}
@media only screen and (max-width: 990px) {
  .nav-item {
    text-align: right;
  }
}