.bio-image {
	height: 200px;
	position: relative;
	border-radius: 200px;
}

.small-line-height {
	line-height:0;
}

.big-line-height {
	line-height: 200%
}

#nav {
	background: rgba(169, 169, 169, 0.5);
	padding: 15px;
   
}

#text {
	color: #ffffff;	
}

.underline {
	text-decoration: underline;
}

.section {
   border-top: 500px;
}

#name {
   text-align: center;
   background: rgba(0, 0, 0, 0.6);
   margin-bottom: 78px;
   margin-top: 80px;
}

h1 {
	color: #ffffff;
	font-size: 500%;
	font-weight: bold;
} 

h2 {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

h4 {
	color: #ffffff;
}

.center {
	text-align: center;
	margin-top: 80px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

body {
	background-image: url(road.jpg);
	background-attachment: fixed;
	background-repeat-x: no-repeat
	background-repeat-y: no-repeat;
	background-size: cover;
	background-position: center top;

}

p {
	color: #ffffff;
	font-weight: bold;
}

td {
	color: #ffffff;
	font-weight: bold;
}

tr {
	color: #ffffff;
	font-weight: bold;
}

a {
   color: #ffffff;
   text-decoration: underline;
   font-weight: bold;

}



a:hover {
		color: black;
} 


