/****************************/
/****** General Styles ******/
/****************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


main {
  width: 600px;
  margin:auto;
  font-family: 'Catamaran', sans-serif;
  color: #525252;
}
@media (max-width: 799px) {

  footer > p {
    display: none;
  }

  .footerContact {
    padding-left: 30px;
  }
  main {
    width: 85%;
  }

  body footer {
    box-sizing: border-box;
    padding: 0;
    width: 85%;
  }
}

section {
  width: 100%;
}

.image {
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.05);
  box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.05);
}

.indent {
  margin-left: 30px;
}

.centerImage {
  margin: auto;
}

.fullWidth {
  width: 100%
}

.bodyText {
  margin-bottom: 30px;
}

/***** Typography ******/
p {
  font-size: 16px;
  font-family: 'lato', sans-serif;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 10px;
}

.blueText{
  font-weight: normal;
  color: #71D3D6;
}

h1 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  clear: both;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

h2 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

h3 {
  font-size: 15px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  margin: 5px 0 30px 0;
}

/***** Navigation *****/
nav {
  display: block;
  background-color: #1CB4A3;
  border: solid 1px #1CB4A3;
  height: 50px;
  overflow: hidden;

  -webkit-transition: all 400ms cubic-bezier(0.000, 1, 1.000, 1.000); /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.000, 1.080, 1.000, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.000, 1.080, 1.000, 1.000);
  -o-transition: all 400ms cubic-bezier(0.000, 1.080, 1.000, 1.000);
  transition: all 400ms cubic-bezier(0.000, 1.080, 1.000, 1.000); /* custom */

  position: relative;
}

nav:hover, nav:after {
  background-color: #ffffff;
  height: 100px;
  overflow: hidden;

  -webkit-transition: all 400ms cubic-bezier(0.000, 1, 1.000, 1.000); /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.000, 1.080, 1.000, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.000, 1.080, 1.000, 1.000);
  -o-transition: all 400ms cubic-bezier(0.000, 1.080, 1.000, 1.000);
  transition: all 400ms cubic-bezier(0.000, 1.080, 1.000, 1.000); /* custom */
  position: relative;
}

nav:hover #chevron {
  visibility: hidden;
}

#logo {
  position: absolute;
  top: 10px;
  left: 30px;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 40px;
  background: url(images/asset.jpg) no-repeat;
  background-size: cover;
  background-position: -1px;
  z-index: 1;
}

@media (max-width: 699px){
  nav p {
    visibility: hidden;
  }

  #logo {
    width: 80px;
    height: 80px;
  }

  nav {
    background-color: #ffffff;
    height: 100px;
    overflow: hidden;
  }
}

/* Will use this code later
.contact {
padding: 40px 0 0 38px;
font-size: 12px;
float: left;
}
.contact a{
text-decoration: none;
color: #1CB4A3;
padding-right: 30px;
line-height: 50px;
}
*/

nav p {
  float: right;
  font-family: 'Catamaran', sans-serif;
  line-height: 50px;
  padding-right: 30px;
}
nav ul {
  clear: right;
  float: right;
  display: block;
  padding-right: 30px;
}

nav ul li {
  display: inline-block;
  line-height: 10px;
  padding-left: 30px;
}

nav ul li a {
  text-decoration: none;
  font-family: 'Catamaran', sans-serif;
  color: #1CB4A3;
}

nav a:hover {
  text-decoration: none;
  color: #98BAB1;
}

/****** Header ******/

header {
  padding: 50px 0 50px 0;
}
header a{
  text-decoration: none;
  color: #525252;
}

.backArrow {
  float: left;
}

.backArrow i {
  padding-right: 10px;
}

/****** Footer ******/
footer {
  display: block;
  overflow: hidden;
  background-color: #1CB4A3;
  border: solid 1px #1CB4A3;
  height: 50px;
  width: 600px;
  padding: 0 100px 0 100px;
  margin: auto;
}

footer p {
  margin-bottom: 0;
}

footer>p>a{
  text-decoration: none;
  float: right;
  color: #ffffff;
  line-height: 50px;
}

.footerContact {
  font-size: 12px;
  float: left;
  margin: auto;
}

.footerContact a{
  color: #ffffff;
  text-decoration: none;
  margin-right: 30px;
  line-height: 50px;
}



/****************************/
/****** Home/About Me *******/
/****************************/

/****** Bio ******/

#me {
  width: 100%;
  background: url(images/myPhoto.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 30px;
}

/***** Skill Chart *****/

table {
  font-family: 'lato', sans-serif;
  font-weight: 100;
  margin: 20px 0 30px 0;
}

td.skill {
  width: 160px;
}

td.competence{
  width: 40px;
}

td{
  font-size: .8em;
  line-height: 20px;
}

.bar{
  box-sizing: border-box;
  width: 400px;
  border-left: solid grey 1px;
  padding-left: 20px;
}

.bar div{
  display: block;
  height: 10px;
  width: 100%;
  background: #71D3D6;
}

#uxDesignBar {
  width: 80%;
}

#uxResearchBar {
  width: 80%;
}

#uiDesignBar {

  width: 70%;
}

#designProcessBar {

  width: 90%;
}

#contentStrategyBar {
  width: 70%;
}

#designCommunicationBar {
  width: 80%;
}

#typographyBar {

  width: 80%;
}

#brandingBar {
  background: #71B7D6;
  width: 70%;
}

#marketingBar {
  background: #71B7D6;
  width: 80%;
}

#htmlBar {
  background: #71D694;
  width: 90%;
}

#cssBar {
  background: #71D694;
  width: 80%;
}

#xdBar {
  background: #D2D671;
  width: 90%;
}

#photoshopBar {
  background: #D2D671;
  width: 65%;
}

#illustratorBar {
  background: #D2D671;
  width: 70%;
}

#sketchBar {
  background: #D2D671;
  width: 80%;
}

/****** Books ******/

#learning {
  width: 100%;
}

#learning p {
  margin-bottom: 30px;
}

#books {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

#norman {
  flex: 1;
  box-sizing: border-box;
  background: url(https://images-na.ssl-images-amazon.com/images/I/81zpLhP1gWL.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 180px;
  height: 300px;

}

#infoArchitecture {
  flex: 1;
  background: url(https://images-na.ssl-images-amazon.com/images/I/51UKbQbAmKL._SX331_BO1,204,203,200_.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 180px;
  height: 300px;

}

#uxGuide {
  flex: 1;
  background: url(https://image.slidesharecdn.com/0321815386-151102041800-lva1-app6892/95/a-project-guide-to-ux-design-2-638.jpg?cb=1446437975) no-repeat;
  background-size: cover;
  background-position: center;
  width: 180px;
  height: 300px;
}

@media (max-width: 699px) {
  #learning{
    display: none;
  }
}

/****** Design Process *****/

#process {
  width: 100%;
}

#nngroupProcess {
  width: 100%;
  box-sizing: border-box;
  background: url(https://media.nngroup.com/media/editor/2016/07/29/designthinking_illustration_final-01-01.png) no-repeat;
  background-size: cover;
  margin: 30px 0 30px 0;
  padding-top: 100%;
  border: solid #ffffff 10px;
}

/****************************/
/******** Portfolio *********/
/****************************/

/****** Gallery *****/
.gallery:first-of-type {
  padding-top: 0;
}

.gallery {
  padding-top: 60px;
  clear: both;
}

.workSection {
  width: 100%;
}

.workSection a.image {
  position: relative;
  overflow: hidden;
}

.gallery .workSection a {
  text-decoration: none;
}

.image .projectDescription {
  z-index: 1;
  position: absolute;
  top: -100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
  background: rgb(255,255,255,0);
  width: 100%;
  height: 100%;

  -webkit-transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
   -moz-transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
     -o-transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
        transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */
}

.image:hover .projectDescription {
  top: 0px;
  left: 0px;
  background: rgb(255,255,255,.98);

  -webkit-transition: all 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
   -moz-transition: all 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
     -o-transition: all 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
        transition: all 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */
}

.projectDescription .description{
  text-align: center;
  color: #525252;
}

.projectDescription .description h2{
  padding-bottom: 10px;
}

.gallery .left {
  box-sizing: border-box;
  display: block;
  float: left;
  width: calc(50% - 15px);
  /*Section is 600px wide, since there
  are 2 columns and a 30px margin between
  pictures width should be 285*/
  padding-top: calc(50% - 15px);
  margin-top: 30px;
}

.gallery .right {
  box-sizing: border-box;
  display: block;
  float: right;
  width: calc(50% - 15px);
  padding-top: calc(50% - 15px);
  margin-top: 30px;
}

@media(max-width: 729px) {
  .gallery .left, .gallery .right {
    width: 100%;
    padding-top: 70%;
  }
}

@media(max-width: 459px) {
  .gallery .left, .gallery .right {
    padding-top: 100%;
  }
}

.spacer {
  clear: both;
  width: 100%;
  height: 60px;
}



/***** UX ******/
#uwp {
  box-sizing: border-box;
  background: url('ux/uwp/uwpMockup.png');
  background-position: center;
  background-size: cover;
}

#slack {
  background: url('ux/slack/slack.png');
  background-size: cover;
  background-position: center;
}

#wavy {
  background: url('ux/wavy/wavyMockups.png');
  background-size: cover;
  background-position: center;
}

#lily {
  background: url('ux/lily/Logo.png');
  background-size: cover;
  background-position: center;
}

#drawingBoard {
  background: url('ux/drawingBoard/drawingBoard.jpg');
  background-size: cover;
}

/***** Graphic Desgin ******/
#akpsi {
  background: url('graphicdesign/akpsi/akpsi.png');
  background-size:cover;
  background-position: center;
}

#hunt {
  background: url('graphicdesign/hunt/hunt.jpg');
  background-size: 130%;
  background-position: center;
}
