@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,100&subset=latin,latin-ext);

body {
  font-family: 'Roboto', sans-serif;
}

/* CONTENT */
#content {
  min-height:100%;
  margin: 0 auto;
}

/* HEADER */
#mainHeader {
  text-align: center;
}

@media only screen and (min-width: 500px) {

  #mainHeader {
    font-size: 10vw;
  }
}

@media only screen and (min-width: 1250px) {
  #mainHeader {
    font-size: 125px;
  }
}

@media only screen and (max-width: 500px) {
  #mainHeader {
    padding: 10px;
    font-size: 50px;
  }
}

/* PROJECTS */

.videoWrapper {
	position: relative;
  overflow-x: hidden;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.projectDemo {
  height: 95%;
  width: 95%;
}

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

@media only screen and (min-width: 960px) {
  .tabContent {
    width: auto;
  }
  .projectDescription {
    position: relative;
  }
  .contentList {
    columns: 2;
  }
}


@media only screen and (max-width: 959px) {
  .tabContent {
    max-width: 440px;
    margin: 0 auto;
  }
  .projectHeader {
    text-align: center;
  }
  .projectDescription {
    width:100%;
  }
  .contentList {
    columns: 1;
  }
}

.projectHeader {
  margin:0 !important;
}

.projectDescription {
  bottom: 0;
}

.textContentItem {
  padding-bottom: 16px;
}


/* ABOUT ME */
#profilePictureContainer {
  text-align: center;
}

#profilePicture {
  margin: auto;
}
