/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.about-top img {
     width: 100%;
 }

 .about-left {
     
     width: 100%;
    
 }

 .about-left img {
     width: 100%;
     padding: .25vw;
 }

 .about-section p {
     display: block;
     float: left;
     margin: 10px auto;
/*     width: 100%;*/
 }

@media only screen and (min-width: 1024px) {
	
	.about-section p {
		width: 50%;
		padding: 15px;
	}
	
	.about-left {
		float: left;
		display: block;
		width: 50%;
		padding-right: 15px;
 	}
	
	.about-right {
		float: left;
		display: block;
		width: 50%;
		padding-left: 15px;
	}
	
	.about-right p {
		width: 100%;
	}
}

/*
.about-section,
 .living-section {
     display: inline-block;
     position: relative;
     margin-bottom: 3vh;
 }
*/

/*
 .about-top {
     display: block;
     width: 100%;
     margin: 0 auto;
 }
*/

 

/*
 .about-bottom {
     width: 100%;
     float: right;
	 margin-bottom: 30px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     display: inline-block;
     border-top: 2px solid rgba(29, 29, 27, 0.1);
     border-left: 2px solid rgba(29, 29, 27, 0.1);
     overflow: hidden;
 }
*/


/*
 .about-bottom h3 {
     margin: 0 auto;
     font-weight: 300;
     font-size: 1.75vw;
     text-align: center;
     margin-top: 1vh;
     margin-bottom: 1vh;
 }

 .about-box h1,
 .about-box h3 {
     letter-spacing: 0.5em;
     text-transform: uppercase;
     font-weight: 300;
     color: #7F7F7F;
     padding: 15px 0 15px 0;
     border-top: 2px solid rgba(29, 29, 27, 0.1);
     border-bottom: 2px solid rgba(29, 29, 27, 0.1);
 }
*/

/*
#about-bios {
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     display: inline-block;
	border-top: 2px solid rgba(29, 29, 27, 0.1);
}
*/





/*
 .about-left img:nth-of-type(odd) {
     display: inline-block;
     float: left;
     margin: 0 auto;
     
 }

 .about-left img:nth-of-type(even) {
     display: inline-block;
     float: right;
     margin: 0 auto;
 }
*/

/*
 .about-right {
     width: 41%;
     float: left;
	 margin-left: 5%;
     display: inline-block;
 }
*/




/*
 .about-copy {
     margin: 20px auto;
     width: 90%;
     }
*/



 





/*
 .about-right p {
     
     font-weight: 300;
     text-align: left;
     margin-bottom: 0vw;
 }
*/



/*
.about-bottom p:nth-of-type(1n) {
     display: inline-block;
     float: left;
     margin: 0 auto;
     width: 45%;
 }

 .about-bottom p:nth-of-type(2n) {
     display: inline-block;
     float: right;
     margin: 0 auto;
     width: 45%;
     margin-bottom: 4vw;
 }
*/
