body {
	font-family: "Roboto";
}

h1, h2, h3, h4, h5, .navbar-brand, .nav-link, .footer, .footer-smaller {
	font-family: "Frank Ruhl Libre";
}

.nav-link {
	font-weight: lighter;
	text-align: center;
	vertical-align: middle;
}

.jumbotron-top {
	padding: 2rem 2rem;
}

.jumbotron-bottom {
	padding: 2rem 2rem;
}

@media (min-width: 576px) {
	.gmap iframe {
		position: absolute;
		top: 5%;
		left: 0;
		width: 100% !important;
		height: 50% !important;
	}
}

.small-screen-show {
	visibility: hidden;
	height: 0px;
}

@media (max-width: 576px) {
	.small-screen-hide {
		visibility: hidden;
		height: 0px;
	}

	.small-screen-show {
		visibility: visible!important;
		height: auto!important;
	}
	.header-logo {
		width: 80%!important;
	}
	.jumbotron-top {
		padding: 1rem 1rem;
	}

	.medium-screen-show h2 {
		font-size: 1.25rem;
	}

	.medium-screen-show h3 {
		font-size: 1.15rem;
	}

	.medium-screen-show h5 {
		font-size: 1.1rem;
	}

	.bio-pic {
		width: 80%!important;
		height: 80%!important;
	}

	.gmap {
		padding-bottom: 60%!important;
		margin-top: 1rem;
		margin-left: 2rem;
		margin-right: 2rem;
	}

	.gmap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 80% !important;
	}
}

.medium-screen-show, .medium-screen-show > * {
	visibility: hidden;
	height: 0px;
}

.medium-screen-show > h2, .medium-screen-show > h3, .medium-screen-show > h5 {
	margin-bottom: 0rem;
}

.bio-pic {
	width: 90%;
	height: 90%;
}


@media (max-width: 992px) {
	.medium-screen-hide {
		visibility: hidden;
		height: 0px;
	}

	.medium-screen-show, .medium-screen-show > * {
		visibility: visible;
		height: 100%;
	}

	.medium-screen-show > h2, .medium-screen-show > h3, .medium-screen-show > h5 {
		margin-bottom: 0.5rem;
	}


	.medium-screen-show h2 {
		font-size: 1.5rem;
	}

	.medium-screen-show h3 {
		font-size: 1.25rem;
	}

	.bio-pic {
		width: 60%;
		height: 60%;
	}
}

.jumbo-link {
	font-family: "Frank Ruhl Libre";
	font-size: 20px;
	color: rgba(0,0,0,.65);
}

.header-logo {
	display: block;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
}

.mini-logo {
	display: block;
	align-content: center;
	margin-left: 0px;
	margin-right: 0px;
	height: 30px;
}


.jumbo-link:hover {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

#aal {
	margin-bottom: 0px;
}

p {
	margin-bottom: 0rem;
	padding-left: 0.5rem;
}

hr {
	width: 80%;
	margin: 0 0 5px 0;
	fill: black;
}

.footer {
	font-size: 16px;
}

.footer-smaller {
	font-size: 14px;
}

.fakeimg {
	height: 200px;
	background: #aaa;
}

.nav-pills > .nav-item > .active {
	background-color: red;
}

#services-navbar {
	top: 50px;
	z-index: 999;
	width: 100%;
	background-color: #e9ecef!important;
}

.tab-pane {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}

.table-styling {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.dividing-line {
	width: 75%; 
	margin-left: auto; 
	margin-right: auto; 
	display: block;
}

#services-container {
	position: relative;  
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gmap {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.carousel-text-holder {
	width: 60%;
	margin: auto;
	margin-top: 15%;
}

.carousel-text-holder-sm {
	width: 60%;
	margin: auto;
	margin-top: 10%;
}

.carousel-text-author {
	text-align: right;
}
