@charset "utf-8";
@import url("webfonts/AdventPro_Regular/stylesheet.css");
@import url("webfonts/AdventPro_Extralight/stylesheet.css");
@import url("webfonts/Lato_Regular/stylesheet.css");
@import url("webfonts/AdventPro_Bold/stylesheet.css");
@import url("webfonts/Lora_Regular/stylesheet.css");


#bio{
	margin-top: 10px;
	text-justify: inter-word;
	display: flex;
}
#splash-title{
	position: relative;
	right: 350px;
	white-space: nowrap;
}
#bio-text{
	margin-right: 150px;
	line-height: 40px;
	text-indent: 50px;
}
#bio img{
	position: relative;
	top: 30px;
}
#bio-2{
	text-justify: inter-word;
	display: flex;
}
#bio-text-2{
	margin-left: 50px;
	line-height: 40px;
}
#bio-2 img{
	position: relative;
	top: 130px;
}
#bio-3{
	text-justify: inter-word;
	line-height: 40px;
}
#bio-3 p{
	text-align: right;
	position: relative;
	top: 10px;
}
#whole-indented{
	padding-left: 50px;
}
#back-img{
	background-image: url(images/1852294088.jpg);
}
@media(max-width: 1190px) and (min-width:672px){
}

/*Tablet View*/
@media ( max-width : 1060px ) and (min-width : 671px ){
	
}

@media (max-width: 960px){
	
}

/*Mobile View*/
@media (max-width : 840px){
	#bio-text{
		margin: 0px;
	}
	#bio-text-2{
		margin: 0px;
	}	
}

@media(max-width:565px){
	
}
