body {
font-family:"Roboto", sans-serif;
background: linear-gradient(45deg, rgb(0,0,0,1), rgb(40,40,40,1));
background-color: black;
color: white;
margin: 0;
min-height: 100vh;
}

/*ABOUT ME PAGE*/
.h1-hommesbrands {
  font-size: 27px;
}
hr {
  opacity: .2;
  border: .5px solid white;
}

.about-me-group {
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}

.about-me-pic {
  width: 400px;
  display: inline-block;
  margin-bottom: 32px;
}



.about-me-text {
  position: relative;
  top: -10px;
  width: 27%;
  display: inline-block;
  line-height: 1.7em;
  margin-left: 30px;
  font-size: 1em;
  text-align: left;
  vertical-align: top;
  letter-spacing: .02em;
}

.about-me-text.projects {
  width: 33%;
}

.about-me-text.projects img:hover {
  opacity: .6;
}

.about-me-text a {
color: white;
font-size: 10px;
text-decoration: none;
margin-right: 20px;
}

.about-me-text a:hover {
  opacity: .6;
}

.back-button {
  position: relative;
  top: 20px;
  left: 30px;
  text-decoration: none;
  color: white;
  font-size: 11px;
  letter-spacing: .5px;
}

.back-button:hover {
  text-decoration: underline;
}

/*ABOUT ME PAGE END*/
/*ABOUT ME PAGE END*/
/*ABOUT ME PAGE END*/



#contentWrapper {
  margin: 0px auto;
  max-width: 1250px;
}

h1 {
  font-size: 18px;
  text-align: left;
  letter-spacing: -.15px;
  margin: 0;
}

#leftside.hommesbrandsleftside {
  width: 350px;
}


#leftside span {
  font-size: 11px;
  letter-spacing: .6px;
}

#leftside ul {
  margin: 24px 0px 16px 0px;
  padding: 0;
  padding-bottom: 12px;
  overflow: auto;
}

#leftside ul li {
  list-style-type: none;
  margin-top: 6px;
}

#leftside ul li:nth-child(1) {
  float: right;
}





#leftside ul li a {
 font-size: 12px;
 text-decoration: none;
 color: white;
 letter-spacing: .06em;
}

#leftside ul li a:hover {
  text-decoration: underline;
}







#leftside {
  position: fixed;
  width: 270px;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
  margin-right: auto;
}

.center-objects {
  display: flex;
  align-items: center;
  height: 100vh;
}


.imagegrid {
  display: inline-block;
  position: relative;
  max-width: 36%;
}

.imagegrid img:hover {
  opacity: 0.5;
}

.imagegrid .text-image {
  display: inline-block;
  margin-bottom: 35px;
  font-size: 9px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: rgba(240,255,255,0.6);
  background: rgba(170,255,255,.045);
  padding: 5px 10px;
  border-radius: 1px;
}

.imagegrid-1 {
 margin-right: 15px;
 margin-left: 330px;
}

.imagegrid-2 {
 margin-bottom: 0px;
}

.imagegrid img {
  width: 100%;
  margin: 0px;
}

.imagegrid img:first-child {
  margin-top: 0;
}



/* IPAD SIZE */

@media only screen and (max-width: 1285px) {

  #contentWrapper {
    max-width: 1000px;
  }

  .imagegrid {
    vertical-align: top;
    width: 100%;
  }

}




/* PHONE SIZE */
@media only screen and (max-width: 743px) {


  .about-me-text.projects {
    width: 85%;
  }

.logo-grid > * {
width: 33%;
}


.about-me-pic {
    margin-top: 70px;
    width: 85vw;
  }

  #rights-text {
    margin-top: 5px;
  }

.about-me-text {
    width: 85vw;
    margin-left: 0px;
    margin-top: 35px;
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 20px;
  }



  .about-me-group {
    margin: auto;
    margin-bottom: 50px;
  }

  .back-button {
    left: 20px;
  }

  #contentWrapper {
    width: 85vw;
  }
h1 {
  font-size: 16px;
}

.center-objects {
  width: 100%;
  justify-content: center;
  height: auto;
  flex-direction: column;
}



.imagegrid {
  margin: 0;
  max-width: 100%;
}




  #leftside {
    position: relative;
    margin: 0 auto;
    padding: 0;
    transform: translateY(0);
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    width: 85vw;
}

#leftside .text-about-me p {
  font-size: 14px;
  line-height: 17px;
  margin-top: 0px;
}

#leftside ul {
  margin-top: 20px;
}

#leftside ul li a {
 font-size: 11px;
}

#leftside ul li {
  list-style-type: none;
  margin-top: 7px;
}
}
