

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 0px) {
	#intro{
		background: url(/images/IMG_5535_sm.jpg) no-repeat center ;
	}
	#about-img-span{
		float: none;
		margin-left: 0px !important;
		max-width: 100%;
	}
	#about-img{

	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#intro{
		background: url(/images/IMG_5535_md.jpg) no-repeat center center fixed;
	}
	#about-img-span{
		float: right;
		margin-left: 3rem !important;
		max-width: 40%;
	}
	#about-img{
		
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#intro{
		background: url(/images/IMG_5535.jpg) no-repeat center center fixed;
	}
	#about-img-span{
		float: right;
		margin-left: 3rem !important;
		max-width: 40%;
	}
	#about-img{
		
	}
} 

/* Large devices (laptops/desktops, 992px and up) 
@media only screen and (min-width: 992px) {...} 

/* Extra large devices (large laptops and desktops, 1200px and up) 
@media only screen and (min-width: 1200px) {...}
*/



.PostContainer{
	padding-right: 10% !important;
	padding-left: 10% !important;
	padding-bottom: 30px !important;
	padding-top: 5%
}

.PostImage{
	height: 200px;
	width: 300px;
}

.BlogPost{
	display: inline-block;
}

.ContactInfo{
	display: -webkit-inline-box;
}

.ContactInfo > * { 
	width: 25%;
	text-align: center;
}

.ContactInfo > * > *{ 
	text-align: center;
}

#about-me{
	overflow: auto;
}

#instafeed { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  }
#instafeed img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
  max-width: 100%;
  border-bottom: none;
}

#instafeed a {
  border-bottom: none;
}

.prof{
	margin-left: 3rem !important;
}
