html{
	min-height: 100%;

	}
	
body{
	/*background-image: url("images/cloud.gif")*/
	/*image from http://rebloggy.com/post/cute-kawaii-space-stars-pink-pastel-star-planets-planet-pixel-art-pixel-pixels-t/83353503647*/
	background-image: linear-gradient( #A094C7, #EEAAB0);
	min-height: 100%;
	

}
.header-decor{
	width:30px; 
	height:35px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom:  10px;

}

.biopic{
	border-radius: 50%;
	box-shadow: 0px 0px 8px #c7c7c7;
	float:center;
	width:auto;
	height:250px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

.navbar-custom{
	/*background-image: linear-gradient(#D4B0BC, #AFD4E9);*/
	background-color: #8FC2E0;
	box-shadow: 0px 0px 20px #A094C7;
	
}



.biopic:hover{
	box-shadow: 0px 0px 30px #8FC2E0;
}

.col-about:hover{
	
	box-shadow: 0px 0px 30px #dedede;
}

.webpic{
	width: 450px;
	height: auto;
	
}

.webpic:hover{
	box-shadow: 0px 0px 8px #8FC2E0;
}

.col{

	margin-top: 30px;
	margin-bottom:20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 60px;
	box-shadow: 0px 0px 30px #D699B4;
	

}

.no-space{
	box-shadow: 0px 0px 0px #dedede;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right:0px;
	border-radius: 0px;
	
}

.col-side{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;

}

.footer{
	background-color: #AFD4E9; 
	margin-top: 20px;
	position: fixed;
  	left: 0;
  	bottom: 0;
 	width: 100%;
	}


#main{
	padding-bottom:70px;
}

#fa-hover:hover{
	color:#AFD4E9;

}

#fa-hover{
	 color:#A094C7;

}

a,.link-custom {
	 color:#A094C7;
}

a:hover, .link-custom:hover{
	color:#AFD4E9;
}

.resume-h5{
	color:#AFD4E9;
	margin-top: 10px;
}

.hr-custom{
	height:2px;
	border-width:0;
	color:#8c8c8c;
	background-color:#8c8c8c;
	margin-top: -6px;

}

.side-info{
	color:#AFD4E9;
	font-weight: lighter;
	float:right;
	padding-left: 5px;
	text-align:right;

}
.side-info2{
	color:#8c8c8c;
	font-style:italic;
}

#invisible{
	color:#f8f9fa;
}

.footer-link{
	color:#f8f9fa;

}

.footer-link:hover{
	color:#A094C7;
	
}

.navbar-brand{
	font-weight: bolder;
	
	font-family: Georgia, serif;
}

h1,h3{
	font-family: Georgia, serif;
}

.h-resume{
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
}