html {
  background-color: #222822;
  max-width: 100%;
  font-family: "Josefin Slab", sans-serif;
  color: #d5cfcf;
  height: 100%; }

body {
  margin: auto;
  height: 100%; }

.container {
  position: relative;
  min-height: 100%; }

a {
  color: #2fa2aa; }

.centered {
  text-align: center; }

header {
  background-image: url("../assets/header-croped.jpg");
  width: 100%;
  height: 200px;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: all .4s;
  z-index: 100; }
  header #logo {
    margin: auto;
    display: inline-block;
    max-height: 150px;
    max-width: 40%;
    transition-duration: .4s;
    margin-left: 10%;
    cursor: pointer; }

main {
  width: 1100px;
  max-width: 80%;
  padding-top: 180px;
  min-height: 1100px;
  margin: auto; }

section {
  width: 100%; }

h1 {
  font-size: 45px;
  text-align: center;
  font-weight: 100;
  border-bottom: .3px solid white; }

.standard--navigation {
  display: flex;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.52);
  width: 100%;
  transition: all .4s;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid white; }
  .standard--navigation a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 20px;
    margin: auto;
    position: relative; }
    .standard--navigation a:hover {
      color: #fffaba; }

.current {
  text-decoration: underline; }

.small--header nav {
  display: flex;
  font-size: 18px;
  transition-duration: .4s; }

header.small--header {
  height: 45px; }
  header.small--header #nav-link-1 {
    display: none; }

header.small--header #logo {
  display: inline-block;
  float: left;
  height: 45px;
  transition-duration: .4s;
  display: none; }

header.small--header .contact-info {
  display: none; }

.down-logo {
  max-width: 75%;
  max-height: auto; }

.contact-info {
  text-align: center;
  float: right;
  color: #d0d0d0;
  font-size: 22px;
  max-width: 40%;
  min-width: 20%;
  position: relative;
  top: 0;
  right: 0; }

.contact {
  color: #d0d0d0;
  font-size: 18px; }
  .contact a {
    color: #d0d0d0;
    text-decoration: none;
    border-bottom: 1px solid #d0d0d0; }

.introduction {
  font-size: 24px;
  margin: auto;
  margin-top: 5vh;
  width: 100%;
  background-color: rgba(47, 51, 50, 0.51); }
  .introduction p {
    padding: 5%; }

.is-hidden {
  display: none;
  overflow: hidden; }

#menu-icon {
  display: none; }

* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

.slides-container {
  position: relative;
  width: 60vw;
  max-width: 100%;
  height: 30vw;
  max-height: 600px;
  margin: auto; }

.slides__btn-left, .slides__btn-right {
  color: white;
  font-size: 40px;
  text-align: center;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin: -20px 0 0;
  padding: 0;
  background-color: rgba(247, 191, 64, 0.53);
  border-radius: 50%;
  position: absolute;
  z-index: 1; }
  .slides__btn-left .slides__btn-left:hover, .slides__btn-left .slides__btn-right:hover, .slides__btn-right .slides__btn-left:hover, .slides__btn-right .slides__btn-right:hover {
    background-color: rgba(255, 255, 255, 0.9); }

.slides__btn-left {
  left: 20px; }

.slides__btn-right {
  right: 20px; }

.slides {
  width: 60vw;
  max-width: 100%;
  height: 30vw;
  max-height: 600px;
  min-height: auto;
  margin: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-repeat: no repeat; }

.slides--loaded .slides__slide {
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform, opacity; }

.slides__slide {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 10vw;
  background-size: contain; }

#name {
  margin: auto; }

.slides__slide--active {
  transform: translate3d(0, 0, 0); }

.slides__slide--left {
  transform: translate3d(-100%, 0, 0);
  opacity: 0.66; }

.slides__slide--right {
  transform: translate3d(100%, 0, 0);
  opacity: 0.66; }

.slides__slide:nth-of-type(1) {
  background-image: url("../assets/slide-0.jpg"); }

.slides__slide:nth-of-type(2) {
  background-image: url("../assets/slide-1.jpg"); }

.slides__slide:nth-of-type(3) {
  background-image: url("../assets/slide-2.jpg"); }

.slides__slide:nth-of-type(4) {
  background-image: url("../assets/slide-3.jpg"); }

.slides__slide:nth-of-type(5) {
  background-image: url("../assets/slide-4.jpg"); }

.slides__slide:nth-of-type(6) {
  background-image: url("../assets/slide-5.jpg"); }

.controls {
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 10; }
  .controls:active {
    transform: scale(0.9); }

/* Fading animation */
.fades-in {
  animation-name: fades-in; }

.fades-out {
  animation-name: fades-out;
  animation-duration: .1s; }

@keyframes fades-in {
  from {
    opacity: .1; }
  to {
    opacity: 1; } }

@keyframes fades-out {
  from {
    opacity: 1; }
  to {
    opacity: .1; } }

.background--color {
  background-color: rgba(47, 51, 50, 0.51); }

.content-card {
  background-color: rgba(47, 51, 50, 0.51);
  height: 200px;
  width: 100;
  margin: 2%; }

#oregon {
  float: left; }

.div--about {
  font-size: 22px; }
  .div--about p {
    padding: 2%; }

.float--right {
  float: right; }

.float--left {
  float: left; }

.new--address {
  display: block;
  width: 50%; }

body > main > section > div:nth-child(2) > img {
  padding: 10px; }

figure {
  float: right; }

figcaption {
  font-size: 14px;
  text-align: center; }

footer {
  height: 65px;
  width: 100%;
  background-image: url("../assets/footer-cropped.jpg"); }
  footer p {
    text-align: center;
    padding-top: 2%; }

.screen-intro {
  font-size: 24px;
  text-align: center; }

.door-container {
  height: 1400px;
  width: 100%;
  max-height: 100%;
  background-color: rgba(47, 51, 50, 0.51); }

.door-description {
  overflow: hidden;
  box-sizing: border-box;
  width: 30%; }

.screen-doors {
  height: 290px;
  max-height: 100%;
  float: left;
  margin-top: 2.6%;
  margin-bottom: 2.6%;
  margin-left: 5%; }

.screen-doors img {
  height: 80%;
  width: auto;
  margin: auto; }

.screen-doors h4 {
  margin: 0; }

.door-description {
  font-size: 24px;
  height: 100%;
  width: 30%;
  float: left;
  overflow: hidden;
  box-sizing: border-box; }

.mobile-menu {
  display: none; }

aside {
  width: 50%;
  display: inline-block;
  float: right;
  align-items: center;
  background-color: #292E2A;
  padding: 2%; }
  aside img {
    height: 110px;
    width: auto;
    max-width: 100%;
    margin: auto; }

.controls {
  display: none; }

.contact-container {
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: flex; }

iframe {
  display: block;
  width: 400px;
  height: 300px;
  max-width: 100%; }

.div--contact--info {
  max-width: 45%;
  display: inline-block;
  margin: auto;
  margin-left: 0;
  background-color: #292E2A;
  padding: 2%;
  margin-top: 0;
  float: left; }
  .div--contact--info p {
    font-size: 20px; }

h5 {
  text-align: center; }

tabs, tab-bar {
  display: flex; }

tabs {
  flex-direction: column; }

tab-bar {
  margin-top: 5%;
  width: 100%;
  height: auto;
  min-height: 100px;
  flex-shrink: 0; }

tab {
  display: block;
  width: 34%;
  border: 1px solid grey;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  text-align: center; }

.is-active {
  background-color: #292E2A;
  border-bottom: 0; }

tab-pane {
  display: block;
  color: #c5cbc4;
  background-color: #292E2A;
  min-height: 500px;
  transition: all .4s;
  border: 1px solid grey;
  border-top: 0;
  width: 100%; }

tab-pane:not(.is-active) {
  display: none; }

tab:not(.is-active):hover {
  background-color: rgba(41, 46, 42, 0.3); }

.loader {
  position: absolute;
  top: 350px;
  left: 50%;
  z-index: -1; }
  .loader img {
    height: 100px;
    width: 100px;
    animation: clockwise 10s linear infinite; }

@keyframes clockwise {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }


.warranty-doc {
  max-width: 100%;
  height: auto; }

#print-link {
  color: #d0d0d0; }
#print-link:hover {
  transform: scale(1.2);
  cursor: pointer; }
