body {
    background: #ffffff;
    overflow-x: hidden;
    max-width: 100vw;
    cursor: url('images/cursor.png'), auto;
    font-family: "commuters-sans", sans-serif;
	font-weight: 300;
	line-height: 1.25;
    margin: 0
}

* {
  box-sizing: border-box;
}

html {
    height: 100%;
    max-width: 100vw;
}

a {
  cursor: pointer;
}


/* /////////////Bio and photo of moi////////////// */


.main-container {
    margin-top: 8vh;
    position: relative;
}

.works-container {
  cursor: pointer;
}

#Bio{
  float: left;
  width: 66.66%;
  height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: solid #b3b3b3 1px;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top:3vh;
	padding-bottom:3vh;
}

#Bio2{
  float: left;
  display: flex;
	height: 50vh;
  flex-direction: column;
  justify-content: center;
  border-right: solid #b3b3b3 1px;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top:3vh;
}

#Photo{
float: left;
  width: 33.33%;
  height: 92vh;
  background-image: url("images/me.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#bio-header {
  font-family: "ogg", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 3.75em;
  line-height: 1.25;
  text-align: left;
}

.header-span-1{
  font-family: "ogg", serif;
  font-weight: 400;
  font-style: italic;
}

.header-span-1:hover{
  font-weight: 700;
}

#bio-desc {
  font-family: "commuters-sans", sans-serif;
  font-size: 18px;
  padding-right: 5vw;
  margin-top: -20px;
font-weight: 300;
  color: #000000;
  text-align: left;
  line-height: 1.5;
}

/* /// Photo grid ///// */

        .grid-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            border: 1px solid #b3b3b3;
			margin: 0;
			padding: 0;
        }
        .grid-item {
            background-size: cover;
            background-position: center;
            aspect-ratio: 1 / 1;
            border: 1px solid #b3b3b3;
        }

/* /// Contact form ///// */

.formlabel {
	display: block;
	text-align: left;
	font-size: 16px;
	color: #000000;
}


.forminput {
	display: block;
	width: 100%;
	margin-bottom: 24px;
	border-radius: 30px;
	padding: 10px;
	border: 1px solid #b3b3b3;

}

#contactForm {
	width: 50vw;
	margin: auto;
}


/* /////////////Scroll down button////////////// */

  #scroll {
    width: 100%;
    height: 8vh;
	bottom: 0px;
    position: absolute;
    z-index: 2;
    display: block;
  }


/* /////////////Scrolling text bar////////////// */


.marquee {
  display:inline-block;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  font-family: "commuters-sans" Next, sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: right;
  line-height: 1;
}


@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-25%, 0, 0);
  }}

/* /////////////Works on main pg////////////// */

.projectpic1 {
  float: left;
  width: 65%;
  height: 500px;
  border-right: solid #b3b3b3 1px;
  padding-top:3vh;
  border-bottom: solid 1px #b3b3b3;
  border-top: solid 1px #b3b3b3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .2s; /* Animation */
  margin-bottom: 20px;
}

.projectpic1:hover {


  /* TRANSITION */
-webkit-transition: background-size 1s;
-moz-transition: background-size 1s;
-o-transition: background-size 1s;
transition: background-size 1s;
}

#projectpic1 {
    background-image: url("images/medfar/01-Head-Office-header.jpg");
}


#projectpic2 {
    background-image: url("images/lotus/Header-front-desk.jpg");
}

#projectpic3 {
    background-image: url("images/cord/header-3.jpg");
}


#projectpic4 {
    background-image: url("images/opha/opha_1_header-2.jpg");
}

#projectpic5 {
    background-image: url("images/faces/FACES_all.jpg");
}

#projectpic10 {
    background-image: url("images/ohh/stories_static.jpg");
}

#projectpic7 {
    background-image: url("images/daresay/headerimg3.jpg");
}

#projectpic8 {
    background-image: url("images/cujah/headerstack.jpg");
}

#projectpic9 {
    background-image: url("images/synacor/headerimg2.jpg");
}

.projectdesc {
  float: left;
  width: 35%;
  height: 500px;
  border-bottom: solid 1px #b3b3b3;
  border-top: solid 1px #b3b3b3;
			font-weight: 300;
}

.projectnum {
  font-family: "ogg", serif;
  font-style: normal;
  line-height: 1em;
  margin-top: -2px;
  color: #000000;
  font-size: 4em;
  padding-left: 3vw;
  padding-top: 3vw;
  text-align: left;
}

.workspholder {
  padding-top: 140px;
  padding-left: 3vw;
}

.worktopic {
  font-size: 1em;
  font-family: "commuters-sans", sans-serif;
  color: #000000;
  text-align: left;
text-transform: uppercase;
}

.worktitle {
  font-size: 3em;
  font-family: "ogg", serif;
  font-style: normal;
  line-height: 1em;
  margin-top: -2px;
  color: #000000;
  text-align: left;
  display: block;
}

.workppl {
  font-size: 1em;
  font-family: "commuters-sans", sans-serif;
  margin-top: -20px;
  color: #000000;
  text-align: left;
}

/* /////////////Contact////////////// */

#contact {
    padding-top: 5%;
	padding-bottom: 20px;
    width: 101vw;
    background-color: #EDE6E3;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-family: "commuters-sans", sans-serif;
    border-top: 1px solid #b3b3b3;
    top: -1px;
	text-decoration: none;
}

.contacttext,
h1 {
    font-size: 3.5em;
    line-height: 1.05;
    color: #000000;
    font-family: "ogg", serif;
font-weight: 400;
font-style: normal;
    margin-top: 0px;
		text-decoration: none;

}

#contacttext2 {
  font-family: "commuters-sans", sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}

.contacttext,
h2 {
    font-size: 1.25em;
    font-weight: normal;
    line-height: 20pt;
    color: #000000;
    cursor: pointer;
	
}


.contacttext,a h2:hover {
  text-decoration: underline;
}




@media only screen and (max-width: 850px) {
    /* For mobile phones: */

    /* /////////////Bio and photo of moi////////////// */

    #Bio{
      width: 100%;
		height: auto;
      padding-top:30px;
		 padding-bottom:30px;
    }

    #Photo{
      width: 100%;
      height: 60vh;
      background-position: center;
    }

    #bio-header {
      font-size: 2.3em;
    }

    #bio-desc {
      margin-top: -20px;
      font-size: 18px;
      color: #000000;
      text-align: left;
      line-height: 1.5;
    }

    /* ////Scroll button/// */


    /* /////////////Works on main pg////////////// */

    .projectpic1 {
      width: 100%;
		height: 300px;
      margin-bottom: 0px;
    }

    .projectnum {
      padding-top: 20px;
      line-height: 0.5em;
      font-size: 3em;

    }

    .projectdesc {
      width: 100%;
      border-top: 0px;
		height: auto;
      margin-bottom: 20px;
		padding-top: 30px;
		padding-bottom: 30px;		
		font-weight: 300;
		

    }

    .workspholder {
      padding-top: 5px;
      padding-left: 3vw;
    }

    .worktopic {
      font-size: 1.25em;
      font-family: "commuters-sans", sans-serif;
      color: #000000;
      text-align: left;
      margin-top: -5px;
    }

    .worktitle {
      font-size: 2.1em;
      font-family: "ogg", serif;
      font-weight: 700;
      font-style: normal;
      line-height: 1em;
      margin-top: -2px;
      color: #000000;
      text-align: left;
      display: block;
    }

    .workppl {
      font-size: 1em;
      font-family: "commuters-sans", sans-serif;
      margin-top: -30px;
      line-height: 2;
      color: #000000;
      text-align: left;
    }
	
	#projectpic2 {
    background-image: url("images/lotus/Header-front-desk.jpg");
				background-position: center;
}

    #projectpic3 {
        background-image: url("images/cord/01-headerimg.png");
		background-position: left;
    }
	
	#projectpic1 {
		background-position: left;
	}



	
	#Bio2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: solid #b3b3b3 1px;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top:3vh;
}

    /* ////Contact//// */

    #contact {
        padding-top: 30%;
        height: 92vh;
    }

    .contacttext,
    h1 {
        font-size: 2.2em;
    }

    .contacttext,
    h2 {
        font-size: 1.25em;
        line-height: 1;
    }
	
	#contactForm {
	width: 90%;
	margin: auto;
}

  }
