* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Montserrat', sans-serif;
  color:white;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

input[type=checkbox]{
  display: none;
  -webkit-appearance: none;
}

p, h1, h2, h3 {
  margin-bottom: 20px;
}

a {
  color: #fc4349;
}

a:hover {
  text-decoration: none;
}

ul{
  padding:0 20px;
}

/*DOCK EQUIPMENT PAGE STYLES*/

.dock-img{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.dock-img img{
  max-width: 530px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media (min-width: 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
  }

  #slide {
    height: 850px;
    width: 100%;
    background-position: top center;
    background-size: cover;
  }

  #header {
    background-color: rgba(0, 0, 0, 0.5);
    height: 58px;
    padding: 10px 0;
    color: white;
  }

  #sub-header {
    background-color: rgba(0, 0, 0, 0.8);
    height: 58px;
    padding:10px 0;
    color: white;
    position: fixed;
    width:100%;
    top:0;
  }

  #sub-header .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #header-bump {
    height: 78px;
  }

  #header .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #logo {
    float: left;
    width: 140px;
    padding-top:10px;
  }

  #myTopnav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
/*    width: 100%;*/
  }

  #nav {
    width:960px;
    text-align: right;
/*    padding-top: 5px;*/
/*    height: 30px;*/
    position: relative;
  }

  #nav a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding:15px 5px;
    font-size: 10pt;
    margin:0 5px;
  }

  #nav a.current {
    color: #fc4349;
    border-bottom: solid 2px #fc4349;
  }

  #nav a.icon{
    display: none;
  }

  .hidden {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    margin-top:10px;
    width: fit-content;
    min-width: 150px;
    z-index: 10;
    flex-direction: column;
    align-items: flex-start;
    border-left:7px solid #fc4349;
    transition: .4s;
    margin:-1px 0 0 5px;
    box-shadow:0px 8px 16px 1px rgba(0,0,0,0.3)
  }

  .hidden a{
    display: block;
    font-weight: 500;
    text-align: left;
    padding:8px 16px !important;
    width: calc(100% - 32px);
    color: #fff;
/*    border-bottom: 1px solid transparent;*/
  }

  .hidden a:hover{
    color: #fc4349 !important;
    background: white;
/*    border-bottom:1px solid #0054ff;*/
  }

  .dropdown:hover .hidden {
    display: flex;
  }

  .dropbtn{
    display: block;
  }

  a.dropbtn:hover{
    background: transparent;
    color: white;
    box-shadow: none;
    cursor: auto;
  }

  .hidden:hover{
      opacity: 1;
  }

  .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }



  .contact-button {
    background: #fc4349;
    border-radius: 10px;
    padding:5px 20px !important;
    margin-top: -5px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: white !important;
    text-transform: uppercase;
    margin-left: 10px;
  }

  .clear-button {
    display: inline-block;
    padding:5px 20px !important;
    color: white;
    background: transparent;
    border:solid 1px white;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    margin-left: 10px;
    text-transform: uppercase;
  }

  #slide h1 {
    padding: 20px;
    border: solid 4px white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 23pt;
    width:933px;
    margin:200px auto 20px;
  }

  #slide h2 {
    font-weight: 400;
    font-size: 12pt;
    text-align: center;
    width:448px;
    margin:0 auto 20px;
  }

  #slide-buttons {
    width:370px;
    margin:0 auto;
  }

  .content {
    padding:60px 0px;
    background: white;
    color: #747474;
  }

  .content h2, #testimonials h2 {
    color: black;
    text-transform: uppercase;
    font-size: 24pt;
    margin-bottom: 10px;
    text-align: center;
  }

  .content-red {
    color: #fc4349;
    text-align: center;
    font-size: 11pt;
    display: block;
    margin:0 auto 10px;
  }

  .red-border {
    width:50px;
    height: 3px;
    background: #fc4349;
    margin:0 auto 30px;
  }

  .center-text {
    text-align: center;
    width:800px;
    margin:0 auto 20px;
  }

  .card {
    width:250px;
    padding:40px;
    border:solid 8px #f9f9f9;
    text-align: center;
    float: left;
    margin:10px;
    font-size: 9pt;
    line-height: 1.9;
  }

  .card-red-border {
    border: solid 8px #fc4349 !important;
  }

  .card img {
    margin-bottom: 5px;
  }

  .card h3 {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 13pt;
    text-align: center;
    color: black;
  }

  #red-banner {
    background: #fc4349;
    padding:60px 0px;
    text-align: center;
    font-size: 10pt;
  }

  #red-banner a {
    color: white;
    padding:0px 20px 5px;
    text-decoration: none;
    text-transform: uppercase;
  }

  #red-banner a:hover {
    /*border-bottom: solid 2px white;*/
    color: #cecdcd;
  }


  #garage-doors {
    height: 379px;
    color: white;
  }

  #garage-doors-left {
    float: left;
    width:550px;
    background-image: url('../images/garage-doors.jpg');
    background-position: top right;
    background-size: cover;
    height: 379px;
  }

  #garage-doors-right {
    float: right;
    text-align: center;
    color: #a8a8a8;
    background: #262626;
    padding: 51px 60px 109px 60px;
    height: 219px;
    width:430px;
    font-size: 10pt;
  }

  #garage-doors-right h3 {
    color: white;
    font-size: 14pt;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .square-button {
    background: #fc4349;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: white;
    padding:10px 30px;
    width:130px;
    font-size: 10pt;
    text-transform: uppercase;
    text-decoration: none;
  }

  #testimonials {
    background:#f9f9f9;
    padding:60px 0px;
  }

  .testimonial {
    float: left;
    width:440px;
    margin:25px;
    background: white;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(186,186,186,0.71); 
    box-shadow: 0px 0px 15px 5px rgba(186,186,186,0.71);
    color: #747474;
    padding:30px;
    font-style: italic;
    font-size: 10pt;
  }

  #footer {
    background: #252525;
    color: #b3b3b3;
    text-align: center;
    padding:60px 0px;
    font-size: 10pt;
  }

  #footer p {
    width:600px;
    margin:20px auto 20px;
  }

  .grey-line {
    height: 1px;
    width:240px;
    margin:20px auto;
    background: #525252;
  }

  #footer a {
    color: white;
    text-decoration: none;
  }

  #footer i {
    font-size: 14pt;
    margin-right: 10px;
    color: #525252 !important;
  }

  #footer i:hover {
    color: white !important;
  }

  #sub-footer {
    background:#151515;
    color: white;
    padding:20px 0px;
    font-size: 9pt;
    text-align: center;
  }

  #sub-footer a {
    color: #fc4349;
    text-decoration: none;
  }

  #sub-footer a:hover {
    color: white;
  }

  .commercial-card, .residential-card {
    float: left;
    width:300px;
    padding:20px 33px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 10pt;
  }

  .design-options {
    width:800px;
    margin:auto;
    text-align: center;
  }

  .commercial-card h3, .residential-card h3, .design-options h3 {
    text-transform: uppercase;
    font-size: 14pt;
    margin-bottom: 10px;
  }

  .commercial-card img, .residential-card img, .design-options img {
    width:100%;
    height: auto;
    margin-bottom: 10px;
  }

  .residential-card a, .document a {
    color: #fc4349;
  }

  .residential-card a:hover, .document a:hover {
    text-decoration: none;
  }

  .color-container {
    width:850px;
    margin: 0 auto;
  }

  .color {
    float: left;
    width:150px;
    height: 220px;
    margin: 0px 10px;
    font-size: 10pt;
  }

  .color img {
    width:100%;
    height: 150px;
  }

  .window {
    width:500px;
    float: left;
    margin: 0px 25px;
  }

  .window img {
    width: 100%;
    height: auto;
  }

  .document {
    width:150px;
    float: left;
    margin:0px 20px;
    text-align: center;
  }


  .document img {
    width:150px;
    height: auto;
  }

  .document-container {
    width:580px;
    margin:0 auto;
  }

  .document-container-small {
    width:380px;
    margin:0 auto;
  }

  .document-container-four {
    width: 780px;
    margin:0 auto;
  }

  #contact-left {
    float: left; 
    width:780px;
    margin-right: 20px;
  }

  #contact-right {
    float: right;
    width:300px;
  }

  .instruction-container {
    width:1000px;
    margin:0 auto 40px;
  }

  .instruction-container img {
    display: inline-block;
    width: 166px;
    height: auto;
    float: left;
  }

  .keypad-container {
    width:720px;
    margin:0 auto 20px;
  }

  .keypad-container img {
    display: inline-block;
    width:180px;
    height: auto;
    float: left;
  }

  form {
    width:500px;
    margin:0 auto;
  }

  input[type="text"], input[type="email"], select {
    font-family: 'Montserrat';
    display: block;
    margin-top: 5px;
    color: #424242;
    background: #f3f3f3;
    border:solid 1px #424242;
    padding:8px;
    border-radius: 3px;
  }

  input[type="submit"] {
    padding:10px 20px;
    border: solid 1px #424242;
    color: white;
    background: #fc4349;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
  }

  .video {
    display: block;
    width: 560px;
    height: 315px;
    margin:20px auto;
  }

  .column {
    float: left;
    width: 31%;
  }


}



@media screen and (max-width : 1099px){
  
  .container {
    width:100%;
  }

  .container img {
    max-width: 100%;
    height: auto;
  }

  #slide {
    height: 650px;
    width: 100%;
    background-position: top center;
    background-size: cover;
  }

  #header {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    color: white;
    text-align: center;
    padding-bottom: 20px;
  }

  .header2{
    padding-bottom: 0px !important;
  }

  #sub-header {
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    position: fixed;
    width:100%;
    text-align: center;
    top:0;
  }

  #header-bump {
    height:178px;
  }

  #logo {
    height: 60px;
    text-align: center;
    margin-bottom: 10px;
  }

  #logo img {
    display: block;
    margin:0 auto;
    width:140px;
    height: auto;
  }

  #nav {
    line-height: 2.6;
  }

  #nav a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding:0px 10px 5px;
    font-size: 11pt;
  }

  #nav a.current {
    color: #fc4349;
    border-bottom: solid 2px #fc4349;
  }

  /* When the screen is less than 1099 pixels wide, hide all links. 
  Show the link that should open and close the topnav (.icon) */
  .topnav a{
    display:none;
  }

  .topnav a.icon {
    display: block;
    position: absolute;
    font-size: 32px !important;
    top: -2px;
    right: 0;
    float: right;
    margin: 0px 10px 10px 0;
    color: #fff;
    transition: unset;
  }

  .topnav a.icon:hover{
    background-color:transparent;
  }
 /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. 
  This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {
    position: relative; 
    clear:both;
  }
    .topnav.responsive a.icon {
      position: absolute;
      top: -92px;
      border-bottom:none;
      transition: unset;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      border-bottom:1px solid #cfd0d1;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }

    /* DROPDOWN MENU */

    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      text-align: left;
    }

    /* Dropdown Content */
    .hidden{
      display: none;
      padding: 10px 0;
      flex-direction: column;
    }

    .hidden a{
      padding:8px 16px 8px 24px;
      border-bottom: none !important;
      font-weight: normal;
/*      background: #707070;*/
    }

    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

     .topnav.responsive,
    .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    a.dropbtn{
      border-bottom:1px solid #0054ff;
    }

    /*a.dropbtn:hover{
      background: #e6ae4a;
      color: white;
    }*/

  .contact-button {
    background: #fc4349;
/*    border-radius: 10px;*/
    padding:0px 20px !important;
    margin-left:0px !important;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: white !important;
    text-transform: uppercase;
    margin-left: 10px;
  }

  #slide .contact-button {
    padding:5px 20px !important;
    margin:0 auto 10px !important;
  }

  .clear-button {
    display: inline-block;
    padding:5px 20px !important;
    color: white;
    background: transparent;
    border:solid 1px white;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    margin:10px auto 0px;
    text-transform: uppercase;
  }

  #slide h1 {
    padding: 20px;
    border: solid 4px white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22pt;
    width:77%;
    margin:20px auto 20px;
    text-align: center;
  }

  #slide h2 {
    font-weight: 400;
    font-size: 12pt;
    text-align: center;
    width:80%;
    margin:0px auto 20px;
  }

  #slide-buttons {
    width:208px;
    margin:0 auto;
    text-align: center;
  }

  .content {
    padding:60px 5%;
    background: white;
    color: #747474;
    width:90%;
  }

  .content h2, #testimonials h2 {
    color: black;
    text-transform: uppercase;
    font-size: 24pt;
    margin-bottom: 10px;
    text-align: center;
  }

  .content-red {
    color: #fc4349;
    text-align: center;
    font-size: 11pt;
    display: block;
    margin:0 auto 10px;
  }

  .red-border {
    width:50px;
    height: 3px;
    background: #fc4349;
    margin:0 auto 30px;
  }

  .center-text {
    text-align: center;
    margin:0 auto 20px;
  }

  .card {
    width:220px;
    padding:40px;
    border:solid 8px #f9f9f9;
    text-align: center;
    margin:10px auto;
    font-size: 9pt;
    line-height: 1.9;
  }

  .card-red-border {
    border: solid 8px #fc4349 !important;
  }

  .card img {
    margin-bottom: 5px;
  }

  .card h3 {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 13pt;
    text-align: center;
    color: black;
  }

  #red-banner {
    background: #fc4349;
    padding:20px 5%;;
    text-align: center;
    font-size: 10pt;
    width:90%;
  }

  #red-banner a {
    color: white;
    display: block;
    padding:5px 0px 5px;
    text-decoration: none;
    text-transform: uppercase;
  }

  #red-banner a:hover {
    /*border-bottom: solid 2px white;*/
    color: #cdcdcd;
  }


  #garage-doors {
    /*height: 379px;*/
    color: white;
  }

  #garage-doors-left {
    width:100%;
    background-image: url('../images/garage-doors.jpg');
    background-position: top center;
    background-size: cover;
    height: 379px;
  }

  #garage-doors-right {
    text-align: center;
    color: #a8a8a8;
    background: #262626;
    padding:40px 5%;
    width:90%;
    font-size: 10pt;
  }

  #garage-doors-right h3 {
    color: white;
    font-size: 14pt;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .square-button {
    background: #fc4349;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: white;
    padding:10px 30px;
    width:120px;
    font-size: 10pt;
    text-transform: uppercase;
    text-decoration: none;
  }

  #testimonials {
    background:#f9f9f9;
    padding:60px 5%;
    width:90%;
  }

  .testimonial {
    margin-bottom: 25px;
    background: white;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(186,186,186,0.71); 
    box-shadow: 0px 0px 15px 5px rgba(186,186,186,0.71);
    color: #747474;
    padding:30px;
    font-style: italic;
    font-size: 10pt;
  }

  #footer {
    background: #252525;
    color: #b3b3b3;
    text-align: center;
    padding:60px 5%;
    width:90%;
    font-size: 10pt;
  }

  #footer p {
    margin:20px auto 20px;
  }

  .grey-line {
    height: 1px;
    width:240px;
    margin:20px auto;
    background: #525252;
  }

  #footer a {
    color: white;
    text-decoration: none;
  }

  #footer i {
    font-size: 14pt;
    margin-right: 10px;
    color: #525252 !important;
  }

  #footer i:hover {
    color: white !important;
  }

  #sub-footer {
    background:#151515;
    color: white;
    padding:20px 5%;
    width:90%;
    font-size: 9pt;
    text-align: center;
  }

  #sub-footer a {
    color: #fc4349;
    text-decoration: none;
  }

  #sub-footer a:hover {
    color: white;
  }

  .commercial-card, .residential-card, .design-options, .document-container, .document-container-small {
    width:90%;
    padding:20px 5%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 10pt;
  }

  .commercial-card h3, .residential-card h3, .design-options h3, .document-container-small h3 {
    text-transform: uppercase;
    font-size: 14pt;
    margin-bottom: 10px;
  }

  .commercial-card img, .residential-card img, .design-options img, .document-container-small img {
    width:100%;
    max-width: 300px;
    display: block;
    margin:0px auto 10px;
    height: auto;
  }

  .residential-card a {
    color: #fc4349;
  }

  .residential-card a:hover {
    text-decoration: none;
  }

  .document-container img, .document-container-small img {
    width:120px;
    height: auto;
    display: block;
    margin:20px auto 0px;
  }

  .color-container {
    width:90%;
    margin: 0 auto;
  }

  .color {
    width:150px;
    margin: 0px auto 20px;
    font-size: 10pt;
    text-align: center;
  }

  .color img {
    width:100%;
    height: 150px;
  }

  .window {
    width:100%;
    margin: 0px auto 20px;'
  }

  .window img {
    width: 100%;
    height: auto;
  }

  #contact-left {
    margin-bottom: 20px;
  }

  #contact-right {
    margin-bottom: 20px;
    text-align: center;
  }

  .instruction-container {
    width:90%;
    margin: 0px 5% 20px;
  }

  .instruction-container img {
    display: inline-block;
    width: 50%;
    max-width: 250px;
    height: auto;
    float: left;
  }

  .keypad-container {
    width:90%;
    margin: 0px 5% 20px;
  }

  .keypad-container img {
    display: inline-block;
    width: 50%;
    max-width: 180px;
    height: auto;
    float: left;
    margin-bottom: 20px;
  }

  form {
    width:90%;
    margin:0 auto;
  }

  input[type="text"], input[type="email"], select {
    font-family: 'Montserrat';
    display: block;
    width:90%;
    margin-top: 5px;
    color: #424242;
    background: #f3f3f3;
    border:solid 1px #424242;
    padding:8px;
    border-radius: 3px;
  }

  input[type="submit"] {
    padding:10px 20px;
    border: solid 1px #424242;
    color: white;
    background: #fc4349;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    width:90%;
  }

  .video {
    display: block;
    width: 90%;
    max-width: 560px;
    height: 315px;
    margin:20px auto;
  }

  .column {
    width: 80%;
    margin:20px 10%;
  }

}



.row > .column {
  padding: 0 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgb(0,0,0,.7);
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.row img {
  margin-bottom: 20px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.gallery-image img {
  width:100%;
  height: auto;
}

.gallery-image {
  text-align: center;
}

.gallery-image a {
  text-decoration: none;
}