@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600");
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400,500,600");
@import url("https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600");
/* The navigation bar */

body {
	text-align: center;
	margin: 0;
}
header {
	overflow: hidden;
	background-color: #333;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	margin: 0;
}
footer {
	overflow: hidden;
	background-color: #333;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.headerWrapper {
	width: 900px;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .headerWrapper {
	width: 95%;
  }
}

.title {
	float: left;
	text-align: left;
}
.navbarMenu {

  float: right;
  line-height: 45px;
}
/* Links inside the navbar */
.navbarMenu a {
  font-family: "Oswald";
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  font-size: 18px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbarMenu a:hover {
  background: #ddd;
  transition: background 0.5s;
  color: black;
}
.mediaImage {
	filter: brightness(100%);
	transition: filter 0.5s;
}
.navbarMenu a:hover .mediaImage {
	filter: brightness(40%);
	transition: filter 0.5s;
}
.contactInfo_1 {
	font-family: "Oswald";
	color: #f2f2f2;
	padding: 1px 1px;
	margin: 2px 0px 0px 0px;
	font-size: 20px;
}
.contactInfo_2 {
	font-family: "Source Code Pro";
	color: #f2f2f2;
	padding: 1px 1px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
}
.titleBig {
	font-family: "Oswald";
	color: #f2f2f2;
	padding: 1px 1px;
	margin: -5px 0px -5px 0px;
	font-size: 40px;
}
.titleSmall {
	font-family: "Oswald";
	color: #f2f2f2;
	padding: 1px 1px;
	margin: -10px 0px 0px 0px;
	font-size: 15px;
}

/* Main content */
.mainTop {
	margin-top: 70px;
	 margin-bottom: 0px;
  text-align: center;
  font-family: "Source Code Pro";
  color: #333;
  font-size: 15px;
  background-color: #f2f2f2;
  width: 100%;
}
.mainTop p, li{
	text-align: left;	
  text-align:justify;  
  text-justify:auto;
}
@media only screen and (max-width: 648px) {
  .mainTop {
	margin-top: 130px;
  }
}
.mainTop h1, .mainTop h2, .mainTop h3{
	font-family: "Oswald";
	color: #333;
}
.mainTop a {
	color: #C16;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.main {
  margin-top: -20px;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Source Code Pro";
  color: #333;
  font-size: 15px;
  background-color: #f2f2f2;
  width: 100%;
}
.main p, li{
	text-align: left;
	
  text-align:justify;  
  text-justify:auto;
}
.main h1, .main h2, .main h3{
	font-family: "Oswald";
	color: #333;
}
.main a {
	color: #C16;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.mainDrk {
	margin-top: -5px;
  text-align: center;
  font-family: "Source Code Pro";
  color: #d2d2d2;
  font-size: 15px;
  background-color: #222;
  width: 100%;
}
.mainDrk p, li{
	text-align: left;
	
  text-align:justify;  
  text-justify:auto;
}
.mainDrk h1, .mainDrk h2, .mainDrk h3{
	font-family: "Oswald";
	color: #d2d2d2;
}
.mainDrk a {
	color: #C16;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.mainFeed {
	width: 900px;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .mainFeed {
	width: 90%;
  }
}
.intro {
	width: 100%;
	text-align: center;
}
.mainProjects {
	width: 100%;
	text-align: center;
}
.imageLinkContainer {
	position: relative; 
	width: 100%;
	text-align: left;
	
}
.imageLinkText_1 {
	position: absolute; 
	top: 0px; 
	left: 10px; 
	width: 100%;
	font-family: "Oswald";
	color: #f2f2f2;
	font-size: 35px;
	visibility: hidden;
}
main, p, .imageLinkText_1 {
	text-indent: 0em;
}
@media only screen and (max-width: 1024px) {
    .imageLinkText_1 {
	font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
    .imageLinkText_1 {
	font-size: 15px;
  }
}
.imageLinkText_2 {
	position: absolute; 
	top: 0px; 
	left: 10px; 
	width: 100%;
	font-family: "Oswald";
	color: #f2f2f2;
	font-size: 20px;
	visibility: hidden;
}
@media only screen and (max-width: 800px) {
    .imageLinkText_2 {
	font-size: 14px;
  }
}
p, .imageLinkText_2{
	text-indent: 0em;
}
.imageLinkContainer:hover [class*="imageLinkText_"]{
	visibility: visible;
}
.projectImg {
	display: block;
	width: 100%;
	height: auto;
	transition: filter 0.5s;
	border-radius: 2%;
}
.imageLinkContainer:hover .projectImg {
	filter: blur(3px) grayscale(100%) brightness(30%);
	transition: filter 0.5s;
}
.projectImg:hover {
	filter: blur(3px) grayscale(100%);
}
.experienceContainer {
	width: 80%;
	text-align:left;
	margin: auto;
}
.projectImageContainer {
	column: 6;
}
.imageRowContainer {
	height: 265px;
}
.anchor {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    z-index: -1;
    top: -80px;
    left: 0;
    visibility: hidden;
}
@media only screen and (max-width: 636px) {
    .anchor {
	top: -140px;
  }
}
.collapsible{
	
  text-align: left;
  font-family: "Source Code Pro";
  color: #d2d2d2;
  font-size: 15px;
  background-color: #222;
  width: 100%;
	outline: none;
	border: 0px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
}
.collapsible:hover {
  background-color: #333;
  color: #f2f2f2;
}
.active {
	background-color: #333;
	color: #f2f2f2;
	border-radius: 10px 10px 0px 0px;
}
.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #d2d2d2;
  vertical-align: middle;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.collapsibleContent {
	
	padding: 0 18px;
	overflow: hidden;
	background-color: #333;
  color: #d2d2d2;
	border-radius: 0px 0px 10px 10px;
	max-height: 0;
	transition: max-height 0.3s ease-out;
}
.collapsibleContent h3, h4 {
	text-align: left;
}
.collapsible_2{
	
  text-align: left;
  font-family: "Source Code Pro";
  color: #333;
  font-size: 15px;
  background-color: #f2f2f2;
  width: 100%;
	outline: none;
	border: 0px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
}
.collapsible_2:hover {
  background-color: #e2e2e2;
  color: #333;
}
.active_2 {
	background-color: #e2e2e2;
	color: #333;
	border-radius: 10px 10px 0px 0px;
}
.collapsible_2:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  margin-left: 5px;
}

.active_2:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.collapsibleContent_2 {
	
	padding: 0 18px;
	overflow: hidden;
	background-color: #e2e2e2;
  color: #333;
	border-radius: 0px 0px 10px 10px;
	max-height: 0;
	transition: max-height 0.3s ease-out;
}
.collapsibleContent_2 h3, h4 {
	text-align: left;
}