

/* Add a black background color to the top navigation */
.topnav {
	background-color:  rgb(30, 30, 30);
	font-family: Times New Roman;
	overflow: hidden;
	size: 200px;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
	float: left;
	color: white;
	text-align: center;
	padding: 18px 18px;
	text-decoration: none;
	font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
	color: black;
	background-color:white;
  }

  



.row{
	color: white;
	font-family: Times New Roman;
	background-color: black;
	padding: 16px;
	padding-bottom: 20px;
	display:flex;
	flex-wrap: wrap;
	font-size: large;
}

body .row .col-md-4 img#ofMe{
	border-radius: 50%;
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
}

a {
	color:white;
	text-decoration: none;

}

a h2{
	color:white;
	text-decoration: none;

}

a h2:hover {
	opacity:80%;
	text-decoration: none;

}

a:hover{
	opacity:80%;
	
}

table,th,td{
	padding-left: 5px;

}

table.row, th{
	padding-top: 2px;
}



		

	
.row a{
	color:white;
	text-decoration: none;
}








.row th,tr,td{
	padding: 20px;
	padding-right:80px;

}

.btn-warning{
	background-color: black;
	color: white;
	border: none;
}

.btn-warning:hover{
	background-color: white;
	color:black;
	border:none;
}

