html {
  scroll-behavior: smooth;
}

body{
  font-family: 'barlow_condensedregular';
  scroll-behavior: smooth;
  font-size: 15px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
  align: center;
}

@font-face {
    font-family: 'monofettregular';
    src: url('../font/monofett-regular-webfont.woff2') format('woff2'),
         url('../font/monofett-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow_condensedregular';
    src: url('../font/barlowcondensed-regular-webfont.woff2') format('woff2'),
         url('../font/barlowcondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'libre_barcode_128_textregular';
    src: url('../font/librebarcode128text-regular-webfont.woff2') format('woff2'),
         url('../font/librebarcode128text-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#video{
  align-content: center;
  align-items: center;
}

.container{
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.button1 {
  height: 25px;
  background: white;
  color: black;
  border: 0;
  padding-left: 20;
  padding-right: 20;
}

ul {
  margin-top: 10px;
  margin: 0;
  padding: 0;
}

header{
  background: white;
  color: black;
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 30px;
}
h1{
  font-size: 25px;
  font-weight: lighter;
}
h2{
  font-size: 20px;
  font-weight: lighter;
  text-align: left;
}

h3{
  font-weight: lighter;
  text-align: right;
}
a{
  color: black;
  text-decoration: none;
  text-transform: lowercase;
}

header a{
  color: black;
  text-decoration: none;
  text-transform: lowercase;
}

header li{
  float:left;
  display: inline;
  padding: 0 10px 0 10px;
}

header #logo{
  float: left;
  font-family: 'monofettregular';
  font-size: 40px;
  color: #545151;
}
header #logo:hover{
  color : white;
}

header nav{
  margin-top: 20px;
  float: right;
}

header .current a{
  font-weight: bold;
  color: black;
}
header a:hover{
  color: #ffffff;
}

#showcase1{
  min-height: 500px;
  background:url('../img/bg.jpg') no-repeat 0 -200px;
  background-position: center;
}

#showcase2{
  min-height: 500px;
  background:url('../img/bg2.jpg') no-repeat 0 -200px;
  background-position: center;
}
#showcase3{
  min-height: 500px;
  background:url('../img/bg3.jpg') no-repeat 0 -200px;
  background-position: center;
}

#showcase4{
  min-height: 500px;
  background:url('../img/bg4.jpg') no-repeat 0 -200px;
  background-position: center;
}

#showcase5{
  min-height: 450px;
  background:url('../img/bg5.jpg') no-repeat 0 -200px;
  background-position: center;
}

#showcase1 h1{
  margin-top: 0px;
  font-size: 55px;
  color: white;
}

#showcase1 p{
  font-size: 20px;
}

#newsletter{
  padding: 5px;
  color: #ffffff;
  background: #2E2D2C;
}

#newsletter h1{
  float: left;
}

#newsletter form{
  float: right;
  margin-top: 15px;
}

#newsletter input[type="email"] {
  padding: 2px;
  height: 20px;
  width: 250px;
}

#boxes1
{
  margin-top: 20px;

}

#boxes1 .box1 {
  float : left;
  width : 30%;
  padding:10px;
}

#boxes1 .box1 img{
  width: 250px;
  height: 250px;
}


#boxes2
{
  margin-top: 20px;
}

#boxes2 .box2 {
  float : left;
  width : 30%;
  padding:10px;
}

#boxes2 .box2 img{
  width: 250px;
  height: 250px;
}
