body {
  margin:0px;
  padding: 0px;
  background-color: white;
 }

a {
  color: inherit;
  text-decoration-line: none;
  cursor: pointer;
 }

h1{
  float: left;
  display: inline-block;
  font-size: 4vw;
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  padding-left: 1%;
  margin-left: 20px;
  padding-top: 2%;
  line-height: .2;
  text-align: left;
  color: black;
 }

h1:hover{

 }

h2{
  float: left;
  display: inline;
  align-self: center;
  font-size: 3vw;
  text-align: center;
  padding: 1.2% 1% 1% 1%;
  margin-left: 20px;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: black;
      transition: 300ms ease;
  font-variation-settings: "wght" 600;
 }

h2:hover{
  text-decoration-line: underline;
  cursor: pointer;
  transition: 500ms ease;
  font-variation-settings: "wght" 1000;
 }

img{
    width:80%;
  border-radius: 10px;
  margin: 0% 10% 3% 10%;
  float: left;
  box-sizing: border-box;
  border-width: 1%;
  border-color: black;
  border-style: solid;
  margin-bottom:40px;
 }

img:hover{
  box-sizing: border-box;
  border-width: 1%;

  border-style: solid;
  margin: 0% 1% 1% 1%;

}

header{
  position: fixed;
  height: 9vw;
  border-bottom: 2px;
  border-bottom-color: black;
  border-bottom-style: solid;
  background-color: white;
  width: 100%;
  margin: 0px;
  padding: 0px;
  align-items: center;
  align-content: center;
}

footer {
  height: auto;
  width: 100%;
  display: flex;
  align-content: center;
  background-color: white;
  justify-content: center;
  flex-direction: column;
  border: 2px 0px 0px 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;

  border-color: black;
  border-style: solid;
 }

.email{
  padding: 2vw 0% 1vw 0%;
  font-size: 1.5vw;
    font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  align-self: center;
  color: black;
        transition: 300ms ease;
  font-variation-settings: "wght" 200;
 }

.email:hover{
  text-decoration-line: underline;
  cursor: pointer;
  transition: 300ms ease;
  font-variation-settings: "wght" 600;
 }

.pfooter{
  display: block;
  padding: 0vw 0% 3vw 0%;
  font-size: .8vw;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  align-self: center;
  color: black;
 }

.header-spacer{
  height: 9vw;
  width: 100%;
 }

.title {
  display: block;
  width: 100%;
  height: auto;
 }

.projectname{
  position: static;
  display: inline-block;
  width: 28%;
  height: auto;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  padding-left: 2%;
  color: black;
 }

.projectname:hover{

 }

 .title h1{
   width: 90%;
 }

 .mainblock {
   width: 100%;

justify-content: center;
align-content: center;
 }

.mainblock img{
  width: 60%;
  display: flex;
  position: static;
  justify-content: center;
  float: left;
  margin-left: 20%
}

.mainblock p{

  padding-top: 2vw;
  height: auto;
  justify-content: center;
  width: 80%;
   font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  margin-left: 10%;
  font-size: 3vw;
  color: black;

}

.secondbox {
  width: 100%;
  display: none;
  position: static;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 0px;
  background-color: black;

}

.thirdbox {
  width: 100%;
  display: none;
  justify-content: center;

}

.thirdbox video {
}

.smallervid {
  position: relative;
  margin:20px;
  margin-top: 0px;
}

.title2 h1{
  margin: 0px;
  padding: 0px;
text-align: center;
padding-top: 6%;
  color: white;
  display: block;
  width: 100%;
  background-color: black;
  line-height: 0;

}
.responsive{display:none;}
.responsivetext{display:none;}
