@font-face {
  font-family: 'Galileo';
  src: url("../assets/Oranienbaum.ttf");
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.navigation {
  position: fixed;
  top: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  padding: 10px 0;
}

h1 {
  float: left;
  width: 50%;
  margin: 0px;
  padding: 4px 0 0 30px;
  font-size: 32px;
  color: black;
  font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif'serif;
}

h1 img {
  display: inline;
  width: 40px;
  height: 40px;
  position: relative;
  top: 10px;
}

ul.nav {
  float: right;
  display: inline-block;
  padding: 8px 30px 0 0;
  margin: 0;
}

ul.nav li {
  float: left;
  list-style: none;
  font-size: 15px;
  padding: 16px 8px 10px;
  text-transform: uppercase;
  width: auto;
}

ul.nav li:hover a {
  color: #A3A3A3;
}

ul.nav li a {
  color: black;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'serif;
  text-decoration: none;
}

.nav .home {
  text-decoration: underline;
}

label, input[type=checkbox] {
  display: none;
}

footer {
  background: #3F3F3F;
  color: white;
  min-height: 8vh;
  padding: 15px;
  text-transform: uppercase;
  font-size: 13px;
  clear: both;
}

footer p {
  float: left;
  width: 50%;
  padding-top: 2px;
}

footer img {
  float: right;
  width: 280px;
}

header {
  background: url("../assets/home_header.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 55vh;
  position: relative;
  z-index: 0;
  margin-top: 85px;
}

.process header {
  background: url("../assets/process_header.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.about header {
  background: url("../assets/about_header.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}

.contact header {
  background: url("../assets/contact_header.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.team header {
  background: url(../assets/fineals.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.shop header {
  background: url(../assets/shop_header.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}

.team header {
  background: url(../assets/team_header.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

h2 {
  background: rgba(255,255,255,1.00);
  color: black;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  border-radius: 11px;
  font-size: 30px;
  width: auto;
  padding: 8px 20px 7px 20px;
  font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif'serif;
}

.index aside p {
  border-bottom: none;
}

.index .wrapper {
  max-width: 1500px;
}

.services {
  text-align: left;
  margin: 0 auto;
}

.services img {
  float: left;
  max-width: 40%;
}

.services p {
  font-size: 22px;
}

.option {
  padding: 20px;
  position: relative;
}

.option p, .option h3 {
  float: left;
  padding: 10px 40px;
  max-width: 60%;
}

.option h3 {
  font-size: 24px;
  font-weight: bold;
}

.option2 img, .option2 p {
  float: right;
}

.background {
  background: #edeeef;
}

.hover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 150px;
  text-align: center;
  letter-spacing: 1.8px;
  display: none;
}

.option a:hover .hover {
  display: block;
}

.contact form {
  display: block;
  float: left;
  padding: 20px;
  max-width: calc(50% - 30px);
  margin: 15px;
}

input[type="submit"]:hover {
  background: #008CFF;
}

.contact form input, .contact form textarea {
  width: 100%;
  padding: 10px 10px;
  background: lightgrey;
  border: none;
  margin: 10px 0;
}

.address {
  float: left;
  width: calc(50% - 60px);
  margin: 0 30px;
}

.address h3 {
	font-size: 24px;
  padding: 20px 0;
}

.address div {
  margin: 10px 0 0;
}

.address div p {
  padding: 0;
  margin: 0;
}

.contact h4 {
  color: black;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.map {
  width: 95%;
  margin: 30px;
}

.welds, .placehold {
  max-width: 350px;
  min-height: 416px;
  float: right;
  margin: 0 30px 0 0;
  padding: 10px;
}

.placehold {
  float: left;
  margin: 0 20px 20px 0;
  clear: both;
}

.idea, .how {
  font-size: 18px;
  padding: 30px;
  line-height: 26px;
  max-width: 100%;
}

main p {
  margin: 0 0 20px 0;
  padding: 0 15px;
}

.how {
  float: right;
  padding-top: 50px;
}

.process main {
  margin-bottom: 30px;
}

.interior, .equipment {
  float: left;
}

.one-off {
  padding: 30px 10px;
  clear: both;
  width: 100%;
}

.one-off p {
  margin: 10px;
}

.interior {
  width: 45%;
  padding: 30px 10px 0;
}

.equipment {
  width: 35%;
  padding: 0 30px;
}

.equipment li {
  line-height: 20px;
}

.interiorItem {
  display: block;
  max-width: 100%;
  margin-right: 8px;
}

.interiorItem img {
  width: auto;
}

.member {
  padding: 15px;
}

.member img {
  width: 400px;
  border-radius: 10px;
  width: 20%;
  float: left;
  clear: both;
  padding: 20px 0;
}

.member p {
  float: left;
  width: calc(80% - 30px);
  margin: 15px;
  padding-top: 15px;
}

.memberRight {
  padding: 15px;
}

.memberRight img {
  width: 400px;
  border-radius: 10px;
  width: 20%;
  float: right;
  clear: both;
  padding: 20px 0;
}

.memberRight p {
  float: right;
  width: calc(80% - 30px);
  margin: 15px;
  padding-top: 15px;
}

.team h3 {
  text-align: center;
  padding-bottom: 10px;
  text-decoration: underline;
}

.pieces {
  height: 500px;
  width: 100%;
  margin: 30px auto 95px;
}

.Architectural {
  border-top: 10px black solid;
}

.gallery main {
  margin-top: 120px;
}

.galleryItem {
  display: block;
  max-width: 100%;
  margin-right: 8px;
}

.galleryItem img {
  width: auto;
}

.galleryItem p {
  line-height: 20px;
}

.sideText {
  text-align: center;
}

.gallery main {
  padding-bottom: 50px;
}

.gallery main h3 {
  padding: 30px 0 0 10px;
  margin: 0;
}

.flickity-page-dots {
  bottom: -50px;
}

.carousel2 {
  padding-bottom: 8px;
}

@media (max-width: 1085px) {
  h1 {
    float: none;
    width: 97%;
    text-align: center;
  }
h2 {
    font-size: 28px;
	  float: center;
  }
 .option h3 {
    font-size: 30px;
max-width: 1000px;
  }	
.services p {
  font-size: 21px;
	max-width: 100%;
}
	  aside div p, main p {
    font-size: 24px;
  }
  .navigation {
    padding: 8px 0 8px;
    text-align: center;
  }
  header {
    margin-top: 120px;
  }
  ul.nav {
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  ul.nav li {
    float: left;
    padding: 16px 10px 8px;
  }
  .idea, .how {
    padding: 0;
    margin: 0;
  }
  .idea img, .how img {
    float: none;
    margin: 0 auto;
    padding: 0;
    max-width: 35%;
  }
  .idea p, .how p {
    clear: both;
    padding-top: 8px;
  }
  .option {
    max-width: 100%;
  }
  .map {
    max-width: 90%;
  }
  .hover {
    padding: 100px 80px;
  }
}

@media (max-width: 860px) {
  .welds, .placehold {
    margin: 0;
    padding-top: 20px;
    max-width: 100%;
  }
  header {
    background-position: center bottom;
  }
  .shop .equipment, .shop .interior {
    float: none;
    width: 100%;
  }
	  h1 {
    float: none;
    width: 96%;
    text-align: center;
  }
	h2 {
    font-size: 28px;
	  float: center;
  }
	.services p {
  font-size: 20px;
	max-width: 100%;
}
	  aside div p, main p {
    font-size: 20px;
  }
  .pieces {
    height: 325px;
  }
  .pieces img {
    height: 310px;
  }
  .pieces p {
    font-size: 14px;
    line-height: 18px;
  }
  .pieces .flickity-page-dots {
    display: none;
  }
  .index .services img {
    float: none;
    max-width: 100%;
  }
  .index .option p, .index .option h3 {
    float: none;
    max-width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .index .option h3 {
    text-align: center;
  }
	  .idea img, .how img {
    float: none;
    margin: 0 auto;
    padding: 0;
    max-width: 45%;
  }
}

@media (max-width: 590px) {
    h1 {
    float: none;
    width: 94%;
    text-align: center;
  }
	h2 {
    font-size: 26px;
	  float: center;
  }
	.services p {
  font-size: 20px;
	max-width: 100%;
}
	  aside div p, main p {
    font-size: 20px;
  }
  .index h3, .contact h3 {
    margin-top: 0;
  }
  footer img, footer p {
    float: center;
    width: 100%;
    padding-bottom: 2px;
	  text-align: center;
  }
  .contact .address, .contact form, .contact iframe {
    margin: 8px;
    padding: 0;
  }
  .pieces {
    height: 255px;
  }
  .pieces img {
    height: 240px;
  }
  .pieces .flickity-page-dots {
    bottom: -65px;
  }
	  .idea img, .how img {
    float: none;
    margin: 0 auto;
    padding: 0;
    max-width: 45%;
  }
}

@media (max-width: 506px) {
  label {
    display: block;
    color: black;
    margin: 2px 0 0;
    padding: 8px 0 0;
    text-align: center;
    font-size: 20px;
  }
	  h1 {
    float: none;
    width: 94%;
    text-align: center;
  }
	h2 {
    font-size: 26px;
	  float: center;
  }
	.option p, .option h3 {
  float: left;
  padding: 10px 0px;
  max-width: 100%;
	}
	.services p {
  font-size: 19px;
	max-width: 100%;
}
	  aside div p, main p {
    font-size: 20px;
  }
	footer img, footer p {
    float: center;
    width: 100%;
    padding-bottom: 2px;
	  text-align: center;
  }
  .navigation ul.nav {
    display: none;
    padding-top: 12px;
  }
  .navigation ul.nav li {
    padding: 4px 12px;
    font-weight: bold;
    float: none;
    font-size: 20px;
  }
  input[type=checkbox]:checked + ul.nav {
    display: block;
  }
	  .idea img, .how img {
    float: none;
    margin: 0 auto;
    padding: 0;
    max-width: 48%;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 22px;
	  float: none;
    width: 92%;
    text-align: center;
  }
  h2 {
    font-size: 22px;
	  float: center;
  }
 .option h3 {
    font-size: 21px;
max-width: 100%;
  }	
	.option p, .option h3 {
  float: left;
  padding: 10px 0px;
  max-width: 100%;
	}
	.services p {
  font-size: 17px;
	max-width: 100%;
}
  aside div p, main p {
    font-size: 17px;
  }
	footer img, footer p {
    float: center;
    width: 100%;
    padding-bottom: 2px;
	  text-align: center;
  }
  header {
    margin-top: 110px;
  }
  .contact .address, .contact form, .contact iframe {
    float: none;
    width: 100%;
    padding: 12px;
  }
  .pieces {
    max-height: 210px;
  }
  .pieces img {
    max-height: 195px;
  }
  .pieces .flickity-page-dots {
    bottom: -70px;
  }
  .member img, .member p, .memberRight img, .memberRight p {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .member p, .memberRight p {
    margin: 0;
    padding: 8px 0;
  }
	  .idea img, .how img {
    float: none;
    margin: 0 auto;
    padding: 0;
    max-width: 50%;
  }
}

@media (max-width: 352px) {
  h1 {
    font-size: 18px;
	  float: none;
    width: 90%;
    text-align: center;
  }
	body aside p {
    width: 100%;
  }
	  aside div p, main p {
    font-size: 15px;
		  max-width: 100%;
  }
	.option h3 {
    font-size: 18px;
max-width: 100%;
  }	
	.option p, .option h3 {
  float: left;
  padding: 10px 0px;
  max-width: 100%;
	}
	.services p {
  font-size: 15px;
	max-width: 100%;
}
	footer img, footer p {
    float: center;
    width: 100%;
    padding-bottom: 2px;
	  text-align: center;
  }
  .pieces {
    height: 180px;
  }
  .pieces img {
    height: 165px;
  }
	.idea img, .how img {
    float: center;
    margin: 0 auto;
    padding: 0;
    max-width: 50%;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  color: #474a48;
}

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
}

h3 {
  font-size: 30px;
  margin: 40px 0 0 0;
}
aside p {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  font-size: 26px;
  line-height: 2;
  padding: 30px 0px;
  border-bottom: solid 1px #474a48;
}

/*# sourceMappingURL=style.css.map */