* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-bottom: 26px;
}

a {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #4c4c4c;
}

h1 {
  text-transform: uppercase;
  color: #9f7842;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 32px;
  line-height: 34px;
  text-align: left;
}

h2 {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 3px;
  text-align: left;
}

h3 {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.titleHead {
  text-transform: uppercase;
  font-weight: bold;
  color: #9f7842;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

.clear {
  clear: both;
  height: 50px;
  overflow: hidden;
}

.clear20 {
  clear: both;
  height: 20px;
  overflow: hidden;
}

.about {
  padding: 50px 20px;
  background-color: #333;
  color: white;
}
.about h3 {
  color: white;
  font-weight: 300;
}

.copyright {
  padding-bottom: 30px;
  background-color: #333;
  color: white;
  text-align: center;
  font-size: smaller;
}

.social {
  padding-top: 40px;
  padding-bottom: 0.6em;
  background-color: #333;
  color: white;
  text-align: center;
  font-size: 2em;
}

.no-padding {
  padding: 0 !important;
}

.section-title {
  color: #fff;
  background-color: black;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.section-title h1 {
  text-transform: uppercase;
  color: #d8ab6c;
  font-weight:500;
  letter-spacing: 2.5px;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
}

.section-title h3 {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}

.section-portfolio {
  max-width: 100%;
  background-color: #333;
  overflow: hidden;
}
.section-portfolio h2 {
  color: white;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 1px;
}
.portfolio-container {
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}
.contact-container {
  padding: 50px 20px;
  background-color: lightgrey;
}
.customers {
  background-color: white;
  padding: 20px;
}
.customers h2 {
  color: black;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 2px;
  text-align: left;
  font-size: 400;
}
.customers span.left {
  float: left;
  color: #f00;
  font-size: 1.5em;
  text-align: left;
}
.customers span.right {
  float: left;
  color: black;
  padding-left: 15px;
  text-align: left;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.vertical-padding {
  padding-bottom: 24px;
}
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 12px;
}
.column img {
  margin-top: 24px;
  vertical-align: middle;
}
.section {
  position: absolute;
  height: 100vh;
  z-index: 1;
}
.menu {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  padding-top: 135px;
  background-color: #4c4c4c;
  color: white;
  list-style: none;
  text-decoration: none;
  transition: 0.4s ease;
}
.menu a {
  color: white;
  text-decoration: none;
}
.menu a:hover {
  color: white;
}
.menu ul {
  list-style: none;
}
.menu ul li {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 65px;
  font-size: 20px;
  padding-left: 40px;
  box-sizing: border-box;
  transition: 0.2s;
}
.menu ul li:hover {
  color: white;
  background-color: rgba(9, 68, 87, 0.9);
  cursor: pointer;
}

#check {
  display: none;
}
#btn {
  position: fixed;
  cursor: pointer;
  width:50px;
  height:50px;
  top: 40px;
  right: 40px;
  font-size: 35px;
  padding: 8px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  z-index: 10;
  background-image: url(/images/bars-white.svg);
  background-repeat:no-repeat;
  background-size: 50%;
  background-position: center;
}
#check:checked ~ .menu {
  right: 0px;
}
#check:checked~ #btn {
  background-image: url(/images/x-white.svg);
}
.menu .logo {
  position: absolute;
  bottom: 0px;
  padding: 20px;
}
.sliderOALogo {
  position: absolute;
  top: 10px;
  left: 40px;
  width: 300px;
}

.padlogo {
  padding-bottom: 20px;
}

.box-pad-bottom {
  padding-bottom: 20px;
}

.beyang-bottom-margin-1 {
  margin-bottom: 1em;
}

.beyang-top-margin-1 {
  margin-top: 0em;
}

.beyang-logo-container {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 835px) {

  .sliderOALogo {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 200px;
  }
  .column {
    flex: 50%;
    max-width: 50%;
    justify-content: center;
    align-items: center;
  }

  .beyang-logo-container {
    width: 75%;
  }

}

@media only screen and (max-width: 600px) {

  .sliderOALogo {
    position: absolute;
    top: 25px;
    width: 140px;
  }

  .column {
    flex: 100%;
    max-width: 100%;
  }

  .beyang-top-margin-1 {
    margin-top: 1em;
  }

  .beyang-logo-container {
    width: 50%;
  }
}
