* {
  margin: 0;
  padding: 0;
  font-family: 'Merriweather', serif;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100vh;
  color: #fff;
  background-image: url(../images/Birchwood39Overlay.jpg);
}

.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #950A09;
}

.nav li {
  border-top-style: solid;
  border-top-width: 2px;
  float: left;
  width: 16.6%;
}

.nav li a {
  position: relative;
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 13pt;
  font-family: 'Blinker', sans-serif;
}

.nav li a:hover {
  color: #fff;
}

.nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

footer {
  position: absolute;
  margin-bottom: 0;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #950A09;
  color: #fff;
  font-family: 'Blinker', sans-serif;
  border-top-style: solid;
  border-top-width: 2px;
}

p {
  margin: 25px 50px 25px 50px;
  height: 100%;
}

.demo {
  display: block;
  margin: auto;
}

.gallery {
  background-color: #0a2c4f;
  margin: 0 5% 0 5%;
  padding: 2.5% 2.5% 5% 2.5%;
  line-height: 1.75;
}

.gallery figure {
  text-align: center;
}

.back {
  background-color: #c1d1e3;
}

figcaption {
  text-align: center;
}

table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

table td {
  display: inline-block;
  width: 30%;
  margin: 1%;
}

table figure {
  transition: 0.3s;
}

table figure:hover {
  transform: scale(1.1);
}

#floor td {
  width: 70%;
  margin: 0 15% 0 15%;
  padding: 50px 0 50px 0;
}

#floor figcaption {
  font-family: 'Blinker', sans-serif;
  font-size: 18pt;
}

#centertext {
  position: relative;
  text-align: center;
  margin: 5% 10% 5% 10%;
  line-height: 2;
}

#header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
      background-image: url(../images/Birchwood34Overlay.jpg);
}

#header li {
  width: 33%;
  color: #fff;
  text-align: center;
  margin: auto;
  line-height: 1.5;
  float: left;
}

#header li img {
  transition: 0.3s;
}

#header li img:hover {
  transform: scale(1.1);
}

.h2 {
  font-size: 12pt;
  font-family: 'Blinker', sans-serif;
}

.h4 {
  font-size: 12pt;
  font-family: 'Blinker', sans-serif;
}

h1 {
  display: inline-block;
  margin: 0;
  padding: 25px;
  font-size: 22pt;
  font-family: 'Blinker', sans-serif;
}

h3 {
  display: inline-block;
  margin-right: 10px;
  margin-top: 35px;
  font-family: 'Blinker', sans-serif;
  text-decoration: none;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}

#body {
   padding-bottom:52px;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   background:#950A09;
   text-align: center;
   padding-top: 25px;
   padding-bottom: 25px;
   font-family: 'Blinker', sans-serif;
   border-top-style: solid;
   border-top-width: 2px;
}


.about {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 0;
  padding: 5% 5% 5% 5%;
  background-color: #0a2c4f;
  line-height: 2;
}

.modeltitle {
  font-size: 18pt;
  color: #000;
  background-color: #f7f7ff;
  text-align: left;
  line-height: 2;
  font-family: 'Blinker', sans-serif;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 20px;
  padding-top: 25px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.about a {
  text-decoration: none;
  color: #fff;
}

#biglogo {
  text-align: center;
}

video {
  display: block;
  margin: auto;
  margin-bottom: 25px;
}

.collapsible {
  background-color: #f7f7ff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: 'Blinker', sans-serif;
  font-size: 16pt;
  margin-top: 25px;
}

.collapsible:after {
  content: "\1405";
  color: #000;
  float: left;
  margin-right: 10px;
}

.active:after {
  content: "\1401";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f7f7ff;
}
