.headerCenter {
  width: 100%;
  color: #fdefec;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 20px;
  background-color: #48362f;
  padding: 5px;
  height: 70px;
  position: absolute;
  top: 0;
  background: rgb(28,21,18,0);
}

a:visited, a:link {
  color: #fdefec;
  text-decoration: none;
}

a:hover {
  color: white;
}
#menu li{
  display: inline-block;
  text-align: center;
  margin: 20px;
}
.company {
  width: 96%;
  height: 200px;
  padding: 20px;
  bottom: 0;
  position: absolute;
  top:15%;

}
h1 {
  display: block;
  margin-top: 0px;
  color: #fdefec;
  text-align: center;
  vertical-align: middle;
  line-height: 500%;
  font-family: 'Raleway';
  font-size: 280%;
}

h2 {
  color: black;
  font-family: 'Montserrat';
}


p {
  color: black;
}

.overview {
  background-image: url('overview_background.jpg');
  width: 100%;
  height: 400px;
  margin: 0px;
  clear: both;
  color: white;
  font-size: 24px;
}
.overview_text {
  width: 50%;
  margin: 10px;
  float: left;
  display: inline;
  font-family: 'Montserrat';
  font-size: 24px;
}
.overview_image {
  width: 45%;
  margin-left: 60%;
  margin: 10px;
  float: right;
  display: inline;
}
button {
  height: 30px;
  width: 100px;
  font-size: 15px;
  left: 50%;
  padding: 5px;
  border-radius: 20px;
  background-color: #6b747b;
  color: white;
  margin-left: 43%;
  margin-top: 20px;
  border-color: white;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  cursor: pointer;
  }
button:hover {
   background-color:green;
 }
.project {
  width: 100%;
  height: 400px;
  background-color: #f1f1f1;
  }

.address_left {
  float: left;
  margin-left: 20%;
}
.address_right {
  float: right;
  margin-right:20%;
}
.contact {

}
.form1 {
  margin-left: auto;
  margin-right:auto;
  display:block;
  width:15em;
  font-size: larger;
  font-family: 'Montserrat';
}
input {
  margin-bottom: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #757171;
  background: rgb(46, 44, 46, 0.8);
}

body {
  margin: 0;

}

footer {
  display: block;
  background-image: url("header_image.jpeg");
  font-size: 16px;
  font-family: 'Montserrat';
  padding: 2px;

}

.header_logo {
  float: left;
}

.project_image {
  width: 45%;
  margin: 10px;
  float: left;
  display: inline;
}

#myVideo {
  width: 100%;
  padding: 0;
  position: relative;
}

.project_text {
  width: 50%;
  margin: 10px;
  float: right;
  display: inline;
  font-family: 'Montserrat';
  font-size: 24px;
}

.media_element1 {
  width: 20%;
  background-color: #757171;
  height: 250px;
  margin: 25px;
  float: left;
  border-radius: 20px;
  border-style: solid;
  box-shadow: 10px 10px 8px #888888;
  opacity: 0.9;
  transition: 1s;
}

.media_element2 {
  width: 20%;
  background-color: #adabab;
  height: 250px;
  margin: 25px;
  float: left;
  border-radius: 20px;
  border-style: solid;
  box-shadow: 10px 10px 8px #888888;
  opacity: 0.9;
  transition: 1s;
}

h6 {
  font-family: 'Montserrat';
  font-size: 20px;
  padding: 5%;
}

#media_click {
  cursor: pointer;
}

#media_click:hover {
  background-color: #422915;
  opacity: 1;
}

h7 {
  color: black;
  font-family: 'Montserrat';
  font-size: 120%;
}
