@charset "utf-8";
/* CSS Document */

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	#hero {
	  height: 60vh;
	}
	
	#portfolio .portfolio-col {
	  height: auto;
	}
	
	#portfolio .portfolio-item {
	  /*height: auto;*/
		/*width: auto;*/
	}
	
	#footer .copyright {
	  text-align: center;
	}
	#footer .credits {
	  text-align: center;
	}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
	#hero {
	  height: 60vh;
	}
	
	#about .about-col {
	  height: auto;
	}
	
	#portfolio .portfolio-col {
	  height: auto;
	}
	
	#portfolio .portfolio-item {
	  /*height: auto;*/
		/*width: auto;*/
	}
	
	#footer .copyright {
	  text-align: center;
	}
	#footer .credits {
	  text-align: center;
	}
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	#hero {
	  height: 65vh;
	}
	
	#about .about-col {
	  /*height: 900px;*/
		height: 98%;
	}
	
	#portfolio .portfolio-col {
	  /*height: 500px;*/
		height: 97%;
	}
	
	#portfolio .portfolio-item {
	 /* height: auto;
		width: auto;*/
	}
	
	#footer .copyright {
	  text-align: left;
	}
	#footer .credits {
	  text-align: right;
	}
	
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	#hero {
	  height: 80vh;
	}
	
	#about .about-col {
	  /*height: 700px;*/
		height: 97%;
	}
	
	#portfolio .portfolio-col {
	  /*height: 350px;*/
		height: 97%;
	}
	
	#portfolio .portfolio-item {
	 /* height: 360px;
		width: auto;*/
	}
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
	#hero {
	  height: 100vh;
	}
	
	#about .about-col {
		height: 98%;
	  /*height: 650px;*/
	}
	
	#portfolio .portfolio-col {
	  /*height: 320px;*/
		height: 97%;
	}
	
} 