@charset "UTF-8";

/*/////////////// All Attributes /////////////////*/

* {
    box-sizing: border-box;
}

html {
    margin:0; border:0; padding:0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}

body {
      margin: 0px; border: 0px; padding: 0px;
      position: static;
  }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/*///////////////////  Layout  /////////////////*/

.col-0.5 {width: 8.33%; display: inline-block;} /*///////////////////  These two columns are reversed, because SVG's are playing up  /////////////////*/
.col-1 {width: 5%; display: inline-block;} /*///////////////// And this one ///////////////////*/
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%; position: relative; float: left}
.col-6 {width: 50%; border: 0px; margin-left: 25%; margin-right: 25%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%; }

@media only screen and (max-width: 1024px) {
  .col-5 {width: 100%;}
  .col-6 {width: 80%; margin-left: 10%; margin-right: 10%;}
}
@media only screen and (max-width: 800px) {
  .col-4 {width: 100%;}
}
@media only screen and (max-width: 630px) {
  .col-6 {width: 98%; margin-left: 1%; margin-right: 1%;}
}

.container-whole1 {
  background-image:url(../img/ludlow-salvage-background-home-page-black2.jpg);
  background-size: cover;
  width: 100%;
  height: auto; /* Height change! */
  display: block;
  position: static;
}

.container-whole5 {
  background-image:url(../img/ludlow-salvage-background-salvage-site3.jpg);
  background-size: cover;
  width: 100%;
  height: auto; /* Height change! */
  display: block;
  position: static;
}

.container-whole2 {
  background-image:url(../img/ludlow-salvage-background-wood.jpg);
  background-size: cover;
  width: 100%;
  height: auto; /* Height change! */
  display: block;
  position: static;
  overflow: hidden;
  padding: 9.5%;
}

.container-whole3 {
  background-image:url(../img/ludlow-salvage-background-tiles.jpg);
  background-size: cover;
  width: 100%;
  height: auto; /* Height change! */
  display: block;
  position: static;
  overflow: hidden;
}

.container-whole4 {
  background-image:url(../img/ludlow-salvage-background-bricks.jpg);
  background-size: cover;
  width: 50%;
  height: 1200px; /* Height change! */
  display: inline-block;
  overflow: hidden;
  float: left;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1400px) {
  .container-whole4 {width: 100%;}
}
@media only screen and (max-width: 800px) {
  .container-whole4 {height: 950px;}
}
@media only screen and (max-width: 600px) {
  .container-whole4 {height: 850px;}
}

.container-whole6 {
  background-image:url(../img/ludlow-salvage-background-salvage-site2.jpg);
  background-size: cover;
  width: 100%;
  height: auto; /* Height change! */
  display: block;
  position: static;
  overflow: hidden;
}

.container-whole7 {
  background-image:url(../img/ludlow-salvage-background-chimney.jpg);
  background-size: cover;
  width: 100%;
  height: auto; /* Height change! */
  display: block;
  position: static;
  overflow: hidden;
}

.container-whole8 {
  background-image:url(../img/ludlow-salvage-background-salvage-collection.jpg);
  background-size: cover;
  width: 100%;
  height: auto; /* Height change! */
  display: block;
  position: static;
  overflow: hidden;
}

.row-head {
  display: inline-block;
  padding-left: 9.5%;
  padding-right: 9.5%;
  padding-top: 2%;
  width: 100%;
}

.row-main {
  margin: 9.5%;
}

.reverse {
  float: right;
  display: inline-block;
  position: relative;
  height: auto;
}

.right-align {
  text-align: right;
  color: white;
}

.icon-box {
  display: inline-block;
  text-align: left;
}

.footer-section {
  width: 100%;
  height: 88px;
  background-color: #1d1d1b;
  clear: both;
}

.margin-right {
  margin-right: 4.25%;
}

.opacity {
  opacity: 0.85;
}

.inside-box {
  width: 100%;
  height: auto;
}

.row-yellow {
  padding-top: 15%;
  padding-bottom: 15%;
  padding-right: 20%;
  padding-left: 20%;
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 630px) {
  .row-yellow {padding-bottom: 5%; padding-top: 5%; padding-right: 12.5%; padding-left: 12.5%;}
}

.bg-image {
  background-size: cover;
  width: auto;
  height: 100%; /* Height change! */
  display: block;
  position: static;
  background-image:url(../img/ludlow-salvage-yellow-brick-background.png);
}

.bg-image2 {
  background-size: cover;
  width: auto;
  height: 100%; /* Height change! */
  display: block;
  position: static;
  background-image:url(../img/ludlow-salvage-black-wooden-background.png);
}

.yellow-box {
  background-color: #fdc300;
  padding: 5%;
}

.inline-block {
  display: inline-block;
  float: left;
}

.gallery-image-size {
  width: 100%;
  height: auto;
  padding: 5%;
}
@media only screen and (max-width: 800px) {
  .gallery-image-size {padding: 0% 0% 12.5% 0%;}
}

.social-icon {
  height: 50px;
  width: 50px;
}

.display {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .display {display: none;}
}
/*///////////////////  Font  /////////////////*/

.ul-menu a {
  -webkit-padding-start: 0px;
  font-family: "rockwell",sans-serif;
  color: #fdc300;
  font-size: 24px;
}
@media only screen and (max-width: 1024px) {
  .ul-menu a {font-size: 18px;}
}
@media only screen and (max-width: 600px) {
  .ul-menu a {font-size: 16px;}
}

h1 {
  font-size: 60px;
  color: #fdc300;
  font-family: "rockwell",sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 6px;
  text-transform: uppercase;
  -webkit-margin-before: 0em;
}

h2 {
  font-size: 42px;
  color: #fdc300;
  font-family: "rockwell",sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
}

h3 {
  font-size: 45px;
  color: white;
  font-family: "rockwell",sans-serif;
  letter-spacing: 5px;
  -webkit-margin-before: 0.6em;
  -webkit-margin-after: 0em;
}

h4 {
  font-size: 28px;
  color: #1d1d1b;
  font-family: "rockwell",sans-serif;
  letter-spacing: 4px;
  text-align: left;
  text-transform: uppercase;
  -webkit-margin-before: 0.375em;
  -webkit-margin-after: 0em;
}
@media only screen and (max-width: 1010px) {
  h4 {font-size: 24px; letter-spacing: 6px;}
}

@media only screen and (max-width: 800px) {
  h1 {font-size: 32px;}
  h2 {font-size: 30px;}
  h3 {font-size: 24px;}
  h4 {font-size: 22px;}
}
@media only screen and (max-width: 730px) {
  h4 {font-size: 16px; letter-spacing: 3px;}
}

p {
  font-size: 24px;
  line-height: 1.2;
  color: white;
  font-family: "rockwell",sans-serif;
}

@media only screen and (max-width: 730px) {
  p {font-size: 18px;}
}

td {
  font-size: 24px;
  color: #fdc300;
  font-family: "rockwell",sans-serif;
}
@media only screen and (max-width: 1382px) {
  td {font-size: 20px;}
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.line-break {
  color: white;
  font-size: 40px;
}

.black-text {
  color: #1d1d1b;
  text-align: left;
  max-width: 750px;
}

.footer-16px {
  transform: translate(0%, 92%);
  position: absolute;
  font-size: 16px;
  margin-left: 4.75%;
}

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

/*///////////////////  Menu  /////////////////*/

.container-menu {
  max-width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}


ul {
  -webkit-padding-start: 0px;
}

.ul-menu {
  text-align: center;
  padding: 0;
}

.logo-center {
position: static;
padding-left: 29.25%;
padding-right: 29.25%;
padding-top: 15%;
padding-bottom: 15%;
}
@media only screen and (max-width: 730px) {
  .logo-center {position: static;
                padding-left: 15%;
                padding-right: 15%;
                padding-top: 10%;
                padding-bottom: 10%;}
}

/*///////////////////  Images  /////////////////*/

.gallery {
  width: 100%;
  height: auto;
}

.brick-pattern {
  padding-bottom: 0.16%;
}
@media only screen and (max-width: 730px) {
  .brick-pattern {padding-bottom: 0;}
}

.blacklinebreak {
  width: 100%;
  height: 2px;
  background-color: #1d1d1b;
}

/*/////////////// Map ///////////////////*/

.map {
  display: inline-block;
  height: 1200px;
  width: 50%;
  float: right;
}
@media only screen and (max-width: 1400px) {
  .map {width: 100%;}
}
@media only screen and (max-width: 800px) {
  .map {height: 950px;}
}

#google-map {
  height: 100%;
}

/*/////////////// Instagram ///////////////////*/

.instagram div {
  padding: 20px;
  width: 25%;
  height: auto;
  display: inline-block;
}
@media only screen and (max-width: 1400px) {
  .instagram div {
    width: 33.3%;
  }
}
@media only screen and (max-width: 1000px) {
  .instagram div {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .instagram div {
    width: 100%;
  }
}

.instagram div a img {
  width: 100%;
  background-size: cover;
}
