.controls {
  display: none; }

.contact-info {
  display: none; }

header {
  background-image: url("../assets/header-croped.jpg");
  background-size: fill;
  height: 175px; }
  header nav {
    height: 50px;
    margin: auto; }
  header #logo {
    postion: relative;
    left: 10px;
    max-width: 80%;
    height: auto; }

#menu-icon {
  display: block;
  width: 30px;
  position: absolute;
  right: 30px;
  top: 15px; }

nav a {
  display: block; }

.contact-info {
  max-width: 30%; }

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

.standard--navigation a {
  display: none; }

.small--header nav a:nth-of-type(1) {
  display: block;
  margin-right: 50px; }

#name + a {
  margin-left: 0;
  font-size: 24px; }

.div--contact--info {
  display: none;
  float: none;
  width: 100%; }

aside {
  width: 100%; }

.contact-container {
  display: flex; }

#mobile-menu {
  position: fixed;
  min-height: 200px;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  font-size: 18px;
  box-sizing: border-box;
  background-color: #292E2A;
  border: 1px solid #d0d0d0; }
  #mobile-menu a {
    margin: auto;
    display: block;
    text-align: center;
    height: 30px;
    width: 80%;
    background-color: rgba(47, 51, 50, 0.51);
    color: #d0d0d0; }
    #mobile-menu a:hover {
      color: #e6ebb5; }

h2 {
  font-size: 16px; }

@media screen and (max-width: 320px) {
  h2 {
    font-size: 14px; }
  .small {
    width: 200px;
    height: auto; } }

#close-btn {
  position: relative;
  height: 12px;
  width: 50px;
  margin-left: 87%;
  margin-top: 15px;
  z-index: 999;
  cursor: pointer; }
  #close-btn:hover {
    transform: scale(1.1); }

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

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

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

.door-description {
  width: 100%;
  height: auto;
  font-size: 16px; }

.screen-doors {
  width: 18%;
  margin: 1%;
  max-width: 150px;
  height: auto;
  float: left; }
  .screen-doors img {
    width: 100%; }

.screen-doors h4 {
  margin: 0;
  padding: 0; }

.image--set {
  width: 100%;
  background-color: #292E2A; }
  .image--set p {
    width: 100%;
    text-align: center;
    float: none; }
  .image--set h2 {
    text-align: center;
    text-decoration: underline; }

.thumbnail-container {
  width: 90%;
  margin-left: 5%;
  display: flex; }

img.large-thumbnail {
  width: 75%;
  height: auto;
  margin-left: 12.5%; }

#testimonials {
  background-color: rgba(47, 51, 50, 0.51); }
  #testimonials h2 {
    text-decoration: underline; }

.left {
  background-color: rgba(47, 51, 50, 0.51);
  position: absolute;
  width: 100%;
  float: none; }

.right {
  width: 100%;
  margin-top: 20%; }

.mobile-name {
  background-color: rgba(255, 255, 255, 0); }
  .mobile-name .pictures--container--picture {
    width: 85%;
    background-color: #292E2A;
    margin: auto;
    padding: 1%; }
    .mobile-name .pictures--container--picture p {
      font-size: 17px;
      padding: 2%;
      text-indent: 10px;
      width: 100%;
      float: none; }

.image-set p {
  width: 100%; }
