body {  
    width: 100%;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 44%, rgba(204,202,202,1) 100%);
 
 background-position: fixed; 
 background-repeat: no-repeat; 
 background-size: 100%; 
 margin-top: -.7%;
 margin-left: -.1%;
 
 
}
 
.flag {
    width: 8%;
    position: absolute;
    z-index: 1;
    margin-left: 1%;
    margin-top: 0%;
}
.flag:hover {
    cursor: pointer;


}


img{
    max-width: 100%;
}

   @font-face {
  font-family: myFirstFont;
  src: url(../css/Goldman-Regular.ttf);
  
}

.parentnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-top: -.2%;
    background-color: rgb(28,28,28);
    background: linear-gradient(180deg, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 45%, rgba(41,41,41,1) 100%);
    width: 100%;
    height: 60px;
}
.links {
    display: flex;
  font-family: myFirstFont;
  list-style: none;
    
  
}



.search {
    display: flex;
    flex-direction: row;
    margin-right: 35%;
    
}

form {
  width: 30%;
  height: 20px;
  display:flex;
  flex-direction:row;
   padding: 5px;
   
}

input {
    background: linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%), radial-gradient(at top left, rgba(255,255,255,0.30) 0%, rgba(0,0,0,0.30) 100%);
 background-blend-mode: screen;
  flex-grow:2;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border:none;
  border-radius: 7px;
}

input:focus {
  
  outline: none;
}

button {
  width: 14%;
  background-color: none;
  border: none;
  border-radius: 7px;
  
  
}
#searchbutton {
    margin-left: -10%;
}

#searchbutton:hover {
    background-color: rgb(235, 13, 255);
    cursor: pointer;
}
a {
  
    padding-top: 7px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding-right: 70px;
    text-decoration: none;
   
    

    }
a:hover {
    text-decoration: underline;
    color: rgb(255, 0, 200);
}
 

.banner {
   position: relative;
  text-align: center;
 
}

.centered {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
}
#mainhead {
    color: rgb(255, 255, 255);
    font-size: 200px;
    
}
#subtext {
    font-size: 40px;
    color: rgb(247, 0, 227);
    margin-top: -12%;
}
#paragraph {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-family: Verdana, sans-serif;
    margin-left: 2%;
    text-align: center;
    

}
.aboutimg {
     
    width: 50%;
  margin-left: 2%;
  margin-top: -4%;
}

#bio {
    display: flex;
    justify-content: row-reverse;
    
}
.biotext {
    margin-top: 6%;
    text-align: center;
   
    
}
.biotext h1 {
    font-size: 75px;
    align-self: center;
    font-family: Verdana, sans-serif;
    width: 50%;
    margin-left: 25%;
}

.button1 {
    background-color: rgb(149, 11, 184);
    border: none;
  color: rgb(255, 255, 255);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  
  cursor: pointer;
  border-radius: 5px;
}

.button1:hover {
    background-color: rgb(255, 0, 234);
    color: white;
}
.projectflex {
    display: flex;
    justify-content: center;
}
.pixel {
    width: 100%;
}

.projectbanner {
    
    text-align: center;
     background-color: black;
     padding: 2%;
     width: 96%;
    
     
     
     }

.projectbanner h1 {
    
    font-size: 120px;
     color: rgb(255, 255, 255);
        text-shadow: 0 4px 8px #636262;
    font-family: Verdana, sans-serif;
    font-weight: 200px;
    color: rgb(255, 255, 255)
    
}

 
.latestprojects {
    display: flex;
    margin-top: 2%;
    width: 100%;
    flex-flow: row wrap;
    margin-bottom: 2%;
    
}


.projects {
    list-style-type: none;
  
    padding-left: 0px;
}

.latestprojects h2 {
    text-align: center; 
    
    margin: 0; 
    padding: 0;
    font-size: 30px;
     text-align: center;
    font-family: Verdana, sans-serif;
    color: rgb(255, 255, 255);
}



.projects img {
 width: 100%;
 
 


}



.cat1 {
    
    
    width: 32%;
    margin-right: 1%;
    margin-left: .9%;
    background-color: rgb(235, 233, 233);
    height: 1150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cat1:hover {
    box-shadow:0 8px 8px 0 rgba(120, 1, 136, 0.507), 0 6px 20px 0 rgba(226, 6, 197, 0.19);
    cursor: pointer;
    
}
    
.cat2 {
    
    width: 32%;
    margin-right: 1%;
     height: 1160 px;
     background-color: rgb(235, 233, 233);
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cat2:hover {
    box-shadow:0 8px 8px 0 rgba(120, 1, 136, 0.507), 0 6px 20px 0 rgba(226, 6, 197, 0.19);
    cursor: pointer;
    
}
.cat3 {
   
    width: 32%;
     height: 1150px;
     background-color: rgb(235, 233, 233);
     margin-right: -2%;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cat3:hover {
    box-shadow:0 8px 8px 0 rgba(120, 1, 136, 0.507), 0 6px 20px 0 rgba(226, 6, 197, 0.19);
    cursor: pointer;
}

.checklist {
    list-style-image: url(../css/check-mark\ 30px.png);
    font-size: 30px;
    font-weight: normal;
    font-family: Verdana, sans-serif;
    margin-left: 5%;
    line-height: 3;
    
    
    
    

}

.checklist li {
    padding-left: 12%;
    color: indigo;
}

.highlight {
    margin-top: -1%;
    background-color: black;
    width: 90%%;
    padding: 1%;

}
 

@media only screen and (max-width: 630px) {
body {  
    width: 100%;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 44%, rgba(204,202,202,1) 100%);
 
 background-position: fixed; 
 background-repeat: no-repeat; 
 background-size: 100%; 
 margin-top: -10%;
 margin-left: -.1%;
}
#mainhead {
    font-size: 80px;
}
#subtext {
    font-size: 20px;
}
#bio {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: -8%;
}
#paragraph {
    font-size: 15px;
}
.biotext h1{
    font-size: 40px;
}
.aboutimg {
    width: 100%;
    margin-left: 0
}
.button1 {
    width: 40%;
    margin-bottom: 5%;
}
.projectbanner h1 {
    font-size: 50px;
}
.latestprojects {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: center;
    justify-content: space-evenly;
    
    margin-top: 4%;
}

.cat1 {
    width: 100%;
    height: 50%;
}
.cat2 {
    width: 100%;
    height: 50%;
}
.cat3 { 
    width: 100%;
    height: 50%;
}
.flag {
    margin-left: 90%;
    margin-top: 10%;
}

#searchbutton2{
    
    background-color: rgb(0, 0, 0);
}
.search {
    display: none;
}
.form {
    display: none;
}
.links {
    display: none;
}
#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 30px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  font-family: myFirstFont;
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: rgb(255, 1, 200);
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2; 
  
  -webkit-touch-callout: none;
}


#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #d400ff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}


#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;

}

#menuToggle input:checked ~ ul
{
  transform: none;
}
}
@media only screen and (min-width: 630px) {
    body {  
    width: 100%;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 44%, rgba(204,202,202,1) 100%);
 
 background-position: fixed; 
 background-repeat: no-repeat; 
 background-size: 100%; 
 margin-top: -.7%;
 margin-left: -.1%;
 
 
}
 .navigation {
     display: none;
 }
.flag {
    width: 8%;
    position: absolute;
    z-index: 1;
    margin-left: 1%;
    margin-top: 0%;
}
.flag:hover {
    cursor: pointer;


}


img{
    max-width: 100%;
}

   @font-face {
  font-family: myFirstFont;
  src: url(../css/Goldman-Regular.ttf);
  
}

.parentnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-top: -.2%;
    background-color: rgb(28,28,28);
    background: linear-gradient(180deg, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 45%, rgba(41,41,41,1) 100%);
    width: 100%;
    height: 60px;
}
.links {
    display: flex;
  font-family: myFirstFont;
  list-style: none;
  
    
  
}



.search {
    display: flex;
    flex-direction: row;
    margin-right: 1%;
    
}

form {
  width: 200px;
  height: 20px;
  display:flex;
  flex-direction:row;
   padding: 5px;
   
}

input {
    background: linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%), radial-gradient(at top left, rgba(255,255,255,0.30) 0%, rgba(0,0,0,0.30) 100%);
 background-blend-mode: screen;
  flex-grow:2;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border:none;
  border-radius: 7px;
}

input:focus {
  
  outline: none;
}


  
}
#searchbutton {
    margin-left: -10%;
    width: 15%;
    
}

#searchbutton:hover {
    background-color: rgb(235, 13, 255);
    cursor: pointer;
}
a {
  
    padding-top: 7px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding-right: 70px;
    text-decoration: none;
    
    

    }
a:hover {
    text-decoration: underline;
    color: rgb(255, 0, 200);
}


