body {
  overflow-x: visible;
  overflow-y: visible;
  height: 100%;
  margin-bottom: 0px;
  background-color: #f9f9f9;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.navbar {
  top: 0px;
  right: 0px;
  width: 220px;
  background-color: rgba(255, 0, 0, 0);
  color: white;
  z-index:9999;
}
.nav-link {
  margin: 20px;
  padding: 0px 0px 10px 0px;
  border-bottom:1px solid #a29a96;
  color: #000;
  text-align: right;
  font-family:"Roboto";
  font-size:16px;
  font-weight:500;
  text-transform:uppercase;
}
.nav-link:hover {
  margin: 20px 20px 17px;
  padding: 0px 5px 10px 0px;
  color: #000;
  line-height: 20px;
  text-decoration: none;
  list-style-type: none;
}

.nav-link-Social {
  margin: 20px;
  padding: 0px 0px 10px 0px;
  border-bottom:0px solid #000;
  color: #000;
  text-align: right;
  font-family:"Roboto";
  font-size:16px;
  font-weight:500;
  text-transform:uppercase;
}
.nav-link-Social:hover {
  margin: 20px 20px 17px;
  padding: 0px 0px 10px 0px;
  color: #000;
  line-height: 20px;
  text-decoration: none;
  list-style-type: none;
}
.nav-link-Social img{ margin-left:8px;}

.nav-link.w--current {
  color: #e92237 !important;
}
.nav-menu {
  width: 240px;
  float: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.menu-button {
  position: static;
  width: 42px;
  padding-top: 0px;
}
.menu-button.w--open {
  padding-bottom: 0px;
  background-color: rgba(255, 0, 0, 0);
  color: #151515;
}
.brand {
  position: relative;
  z-index: 3;
  width: 200px;
  margin-top: 40px;
  margin-left: 40px;
}
.brand:hover {
  opacity: 0.8;
}
.menu-container {
  position: fixed;
  top: 0px;
  right: 0px;
  height: auto;
  margin-top: 20px;
  margin-right: 20px;
}
.home-selection {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  min-height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.home-container {
  position: relative;
  left: 0px;
  top: 300px;
  right: 0px;
  bottom: 0%;
}
.home-header {
  margin-top: auto;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #151515;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
  text-decoration: none;
  text-transform: uppercase;
}
.home-header.home {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: white;
  font-size: 60px;
  line-height: 60px;
  text-align: left;
}
.header-information {
  margin-top: 80px;
}
.header-information.pubs {
  margin-top: 5px;
}
.home-text {
  font-family:'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}
.projects-coloumns {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.project-coloumn {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 600px;
  margin-bottom: 10px;
  padding: 15px 15px 0px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-coloumn:hover {
  margin-bottom: 7px;
  padding-top: 18px;
}

.project-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-height: 100%;
  max-width: 200%;
  margin-right: auto;
  margin-left: auto;
}
.project-image:hover {
  opacity: 1;
}
.projects {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 150px;
  padding-top: 10%;
  background-color: #f0f0f0;
}
.project-heading {
  margin-top: 10px;
  margin-bottom: 0px;
  float: left;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: none;
}
.project-description {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.project-link {
  width: 100%;
  background-color: #f0f0f0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: black;
  text-decoration: none;
}
.project-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.biography-selection {
  min-height: 100%;
}
.biography-selection.contact {
  margin-top: 50px;
  padding-top: 5%;
  background-color: #f0f0f0;
}
.biography-container {
  position: relative;
}
.biography-header {
  float: left;
  border-bottom-style: solid;
  border-bottom-color: black;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.biography-information {
  margin-bottom: 25px;
  padding-top: 20px;
  clear: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0px;
}
.biography-information.pub {
  margin-bottom: 0px;
  padding-top: 5px;
  text-align: center;
}
.single-project-description {
  height: 100%;
  background-color: #f0f0f0;
}
.single-project-description-container {
  position: relative;
  top: 33%;
  padding-bottom: 30px;
}
.single-project-description-container.minibuilders {
  top: 20%;
  height: auto;
}
.single-project-description-item {
  margin-top: 4px;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 22px;
}
.single-project-description-row {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
}
.single-project-description-link {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.single-project-heading-3 {
  margin-top: 15px;
  margin-bottom: 10px;
  float: left;
  border-bottom: 3px solid white;
  color: white;
  text-decoration: none;
}
.single-project-div-block {
  width: 100%;
  height: 60px;
}
.menu-icon {
  color: #000;
  font-size: 50px;
}
.menu-icon:hover {
  color: #676767;
}
.projects-block {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
.tick {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  width: 35px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.8;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;

  transition: all 500ms linear;
}
.tick:hover {
  height: 65px;
  opacity: 1;
}
.publications {
  width: 100%;
  margin-top: 20px;
  float: left;
}
.publication-column {
  padding: 10px;
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.publication-column:hover {
  opacity: 1;
}
.publication-link {
  padding-right: 10px;
  padding-left: 10px;
  color: #151515;
  text-decoration: none;
}
.publication-link.left {
  padding-right: 20px;
  padding-left: 0px;
  color: #151515;
  text-decoration: none;
}
.mail-form {
  max-width: 100%;
  min-height: 250px;
  border: 0px solid black;
  font-size: 16px;
}
.text-field {
  border-width: 0px;
  border-color: black;
  font-size: 16px;
}
.label {
  width: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  float: left;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-decoration: none;
}
.submit {
  width: 150px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #505050;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}
.submit:hover {
  background-color: #151515;
}
.social {
  width: 150px;
  margin-top: 20px;
}
.social-column {
  height: 45px;
  padding-right: 0px;
}
.social-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.social-link {
  width: 30px;
  height: 30px;
  opacity: 0.7;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.social-link:hover {
  opacity: 1;
}
.project-info {
  width: 100%;
  margin-top: 10px;
  float: left;
  font-size: 16px;
  font-weight: 400;
}
.project-slider {
  height: 100%;
  background-color: #fff;
}
.slide-project {
  overflow-x: scroll;
  overflow-y: scroll;
  height: 100%;
}
.slide-project.image1 {
  background-image: url('../images/mataerial%20front.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.project {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.home-video {
  display: block;
  width: 100%;
}
.over-video {
  position: absolute;
  z-index: 2;
  display: block;
  min-width: 100%;
  height: 100%;
  background-color: rgba(135, 135, 135, 0.4);
}
.over-video.under {
  height: 100%;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: rgba(135, 135, 135, 0);
}
.home-text-container {
  position: absolute;
  left: 0px;
  top: 45%;
  right: 0px;
  z-index: 3;
  display: block;
  width: 1000px;
  height: 500px;
  margin-right: auto;
  margin-left: 40px;
}
.latest-project-information {
  margin-left: 5px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  font-size: 20px;
}
.latest-project-link {
  margin-right: 5px;
  margin-left: 10px;
  float: left;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.latest-project-link:hover {
  opacity: 1;
  color: white;
}
.video-container {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}
.magic-div {
  position: relative;
}
.video-slide {
  height: 100%;
  padding-top: 50px;
  padding-right: 200px;
  padding-left: 200px;
}
.project-video {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slide-navigation {
  margin-bottom: 20px;
}
.slider-icon {
  margin-right: 30px;
}
.slider-icon-left {
  margin-right: 0px;
}
.slider-icon-right {
  margin-left: 0px;
}
.exit-project {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 40px;
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.exit-project:hover {
  opacity: 1;
}
.project-logo {
  display: block;
  width: 100%;
  margin: 20px auto;
}
.email-link {
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.email-link:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .nav-link {
  margin: 20px;
  padding: 0px 0px 10px 0px;
  border-bottom:1px solid #a29a96;
  color: #000;
  text-align: right;
  font-family:"Roboto";
  font-size:16px;
  font-weight:500;
  text-transform:uppercase;
}
.nav-link:hover {
  margin: 20px 20px 17px;
  padding: 0px 5px 10px 0px;
  color: #000;
  line-height: 20px;
  text-decoration: none;
  list-style-type: none;
}
  .nav-menu {
	  width:240px;
    float: none;
/* 	background-color: rgba(255, 0, 0, 0); */
  }
  .brand {
    margin-left: 15px;
  }
  .logo {
    margin-left: 20px;
  }
  .header-information {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .project-coloumn {
    height: auto;
  }
  .project-image {
    width: 100%;
  }
  .biography-container {
    margin-right: 50px;
    margin-left: 50px;
  }
  .single-project-description-container {
    top: 10%;
    height: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .projects-block {
    width: 90%;
    margin-top: 30%;
  }
  .home-video.small {
    width: auto;
    height: 100%;
    min-height: 100%;
  }
  .over-video.under.small {
    width: 100%;
    background-image: url('../images/mi1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-text-container {
    width: 90%;
    height: 50%;
  }
  .video-slide {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    text-align: center;
  }
  h3 {
    margin-top: 20px;
  }
  h4 {
    margin-bottom: 2px;
  }
  .brand {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 200px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-left: 0px;
    float: none;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .home-selection {
    height: auto;
  }
  .home-header {
    margin-top: 40px;
  }
  .home-header.home {
    text-align: center;
  }
  .header-information {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .project-coloumn {
    height: 100%;
  }
  .projects {
    height: auto;
    margin-bottom: 20px;
  }
  .biography-selection {
    height: auto;
  }
  .biography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .single-project-description-container {
    top: 50px;
    padding-right: 60px;
    padding-left: 60px;
    text-align: center;
  }
  .single-project-description-item {
    text-align: center;
  }
  .single-project-description-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .single-project-heading-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    border-bottom-style: none;
  }
  .single-project-div-block {
    height: 40px;
    margin-top: 30px;
  }
  
  .projects-block {
    margin-top: 0%;
  }
  .slide-project {
    overflow-x: scroll;
    overflow-y: scroll;
    padding-top: 0px;
  }
  .project {
    color: #f0f0f0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .project.text {
    color: white;
    text-transform: none;
  }
  .home-text-container {
    top: 50px;
  }
  .latest-project-information {
    display: none;
  }
  .latest-project-link {
    display: none;
  }
  .project-website {
    text-align: left;
  }
  .exit-project {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 479px) {
  h1 {
    text-align: center;
  }
  .menu-container {
    margin-right: 0px;
  }
  .home-selection {
    height: auto;
  }
  .home-container {
    top: 10%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .home-header {
    font-size: 38px;
  }
  .home-header.home {
    font-size: 30px;
    line-height: 30px;
  }
  .projects {
    margin-bottom: 20px;
  }
  .project-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .biography-container {
    padding-top: 0px;
  }
  .biography-header {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .single-project-description-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .publication-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .publication-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .publication-link.left {
    padding-right: 0px;
  }
  .submit {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-project {
    overflow-x: scroll;
    overflow-y: scroll;
  }
  .home-text-container {
    top: 20%;
    width: 70%;
  }
  .latest-project-information {
    display: none;
    font-size: 14px;
  }
  .latest-project-link {
    display: none;
    font-size: 14px;
  }
  .menu-button {
  position: static;
  width: 60px;
  padding-top: 0px;
}
}

