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;
  color: black;
  padding-left: 1%;
  margin-left: 10px;
  padding-top: 1%;
  line-height: 1;
     transition: 300ms ease;
 
 }

h1:hover{

 }

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

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

img{
    width: 80%;
  border-radius: 5px;
  margin: 0% 10% 1% 10%;
  float: left;
  box-sizing: border-box;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  transition: 300ms ease;
  align-items:center;
  justify-content: center;
 }

img:hover{
  box-sizing: border-box;
  border-width: 4px;
  border-color: black;
  border-style: solid;
  margin: 0% 10% 1% 10%;
  cursor: pointer;
  transition: 400ms ease;
}

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;
  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;
 }

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

.email:hover{
  text-decoration-line: underline;
  cursor: pointer;
  font-variation-settings: "wght" 800;
 }

.pfooter{
  display: block;
  padding: 0vw 0% 1vw 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 {
  width: 100%;
  display: flex;
  overflow: hidden;
  grid-column-gap: 1rem;
 }
 
 .title-content{
     width: auto;
      min-width: 30%;
  grid-column-gap: 1rem;
  flex: none;
  flex-shrink: 0;
  display: flex;

 }

.row1 {
    width: 98%;
    display: flex;
    padding-left: 1%;
    padding-right: 1%;
    justify-content: center;
    align-content: center;
    overflow:hidden;
    flex-direction:column;
 }

.row1text {
    display:none;
  width: 94%;
  height: auto;
  justify-content: center;
  align-content: center;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 1%;
 }

.projectname{
  position: static;
  display: inline-block;
  width: 80%;
  height: auto;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1vw;
  padding-left: 1%;
  color: black;
   transition: 300ms ease;
  font-variation-settings: "wght" 200;
 }

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

}

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

.projectname:hover{
  text-decoration-line: underline;
  cursor: pointer;
  font-variation-settings: "wght" 800;
 }