body {
  margin:0px;
  padding: 0px;
  background-color: white;
  /*border-left: 1vw;
  border-left-color: #0096FF;
  border-left-style: solid;
  border-right: 1vw;
  border-right-color: #0096FF;
  border-right-style: solid;
  position: static;*/
  transition: 500ms ease;
 }

a {
  color: inherit;
  text-decoration-line: none;
  cursor: pointer;
 }
 
 p {
     margin: 0px;
 }

h1{
  display: inline-block;
  font-size: 4vw;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-left: 1%;
  margin-left: 20px;
  padding-top: 2%;
  line-height: 1;
  color: black;
  transition: 300ms ease;
  font-variation-settings: "wght" 800;
 }

h1:hover{
    transition: 500ms ease;
 }

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

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

  
  
 }

img{
  border-radius: 10px;
  margin: 0% 1% 1% 1%;
  float: left;
  box-sizing: border-box;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  transition: 500ms ease;
 }


header{
  position: fixed;
  height: 7vw;
  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;
  transition: 500ms ease;
  z-index: 1;
}

footer {
  height: auto;
  width: 100%;
  display: flex;
  align-content: center;
  background-color: white;
  justify-content: center;
  flex-direction: column;
  border-top: 1px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-color: black;
  border-style: solid;
  transition: 500ms ease;
 }

.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" 800;
 }

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

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

.title {
 width: 100%;
  display: flex;
  overflow: hidden;
  grid-column-gap: 1rem;
    
 }
 
 .title-content {
        width: auto;
      min-width: 35%;
  grid-column-gap: 1rem;
  flex: none;
  flex-shrink: 0;
  display: flex;
 }

.projectname{
  position: static;
  display: inline-block;
  width: 28%;
  height: auto;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding-left: 2%;
  color: black;
  font-size: 1.5vw;
  transition: 500ms ease;
 }

.projectname:hover{
  text-decoration-line: underline;
  cursor: pointer;
 }


.mainblock img{
  float: left;
  display: inline-block;
  margin-left: 15%;
  margin-top: 0%;

}

.mainblock p{
  display: block;
  padding-top: 0px;
  height: auto;
  float: left;
  width: 50%;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding-left: 2%;
  color: black;
  font-size: 1.5vw;
}

.secondbox {
  width: 100%;
  display: flex;
  position: static;
  justify-content: center;

}

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

}

.thirdbox video {
}

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

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

/*
@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

.scroll {
    animation:scroll 10s linear infinite;
}
*/