/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #hamburgerLinks {
  display: none;
}

/* Style hover over navigation menu links */
.topnav #hamburgerLinks a:hover {
  background-color: #ddd;
  color: black;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #333;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.topnav a.icon:hover {
  background-color: #ddd;
  color: black;
}

.fa-1x {
font-size: 1.5rem;
left: 0;
top: 0;
}

.navbar.navbar-1 .navbar-toggler-icon {
background-image: url('https://mdbcdn.b-cdn.net/img/svg/hamburger6.svg?color=000');
left: 0;
top: 0;
}

.fa {
	font-size: 36px;
}

/* Style the Jumbotron */
div.jumbotron {
	margin: auto;
	width: 85%;
	background-color: white;
}

.accordion .card .card-header:hover {
 	background-color: #C6C6C6;
}

.accordion .card .card-header button {
  color: black;
}

/* Style the pagination buttons */
.pagination .page-link {
	background: #1E7DDB;
	color: white;
}

.pagination .page-link:hover {
 	background-color: #0069D9;
}

/* Style on calculator page*/
.modal-dialog .modal-content .modal-body p {
	font-size: 14px;
}

/* Style the praxis logo on the "Contact Us" page */
div .praxis_logo img {
	/*height: 50%;
	width: 40%;*/
}

/*Team page*/
.team_images .row .column {
	height: 125px;
	width: 250px;
	margin: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
}

.team_images .row .column img {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 5px;

}

.team_images .row .column p {
	font-size: 14px;
	margin: 10px;
}