body {
	font-family: "Ubuntu" !important;
	background-color: #5f9ea0 !important;
}

iframe {
	max-width: 100%;
	max-height: 100%;
}

.global-nav {
	margin-top: 18px;
	margin-bottom: 18px;
}

.navbar-brand-centered img {
	margin-top: 0px;
}

.nav_btn {
	border-width: 2px !important;
	background-color: #2f3136 !important;
	font-weight: 500 !important;
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
	padding: 8px 16px !important;
	border-color: #2f3136 !important;
	color: #ffffff !important;
	margin-right: 20px !important;
	border-radius: 4px;
}

.nav_btn:hover {
	background-color: #2f3136dc !important;
}

.navbar {
	margin-bottom: -1px !important;
	border-bottom: 0px !important;
	border-width: 0px !important;
}

.navbar .navbar-nav>li>a:not(.btn) {
	color: #2f3136 !important;
}

.navbar .navbar-nav>li>a {
	margin: 15px 10px !important;
	position: relative !important;
	font-weight: 550 !important;
	font-size: 16px;
	padding-top: 15px;
	border-radius: 4px;
}

.navbar {
	border-radius: 0px !important;
}

.menu_link {
	font-size: 16px;
}

.navbar .navbar-toggle .icon-bar {
	background-color: #2f3136;
}

.clients {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0px;
}

.client-logo {
	display: flex;
	justify-content: center;
	flex: 1;
	margin-bottom: 10px;
}

.client-logo img {
	display: block;
	width: 100px;
	max-width: 95%;
	height: 150px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.client-logo a {
	border-radius: 50%;
	width: 115px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 115px;
}

.display-img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.description {
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0;
	font-size: 22px;
}

.title {
	margin-top: 1.875rem;
	font-size: 52px;
	color: #2f3136 !important;
	font-weight: bold;
}

.top_section {
	margin-top: 90px;
}

.client-div {
	margin-bottom: 25px;
}

.client-div h2 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

footer .footer_body{
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #2f3136;
	color: white;
	height: 70px;
}
.footer_body a {
	color: white;
}

.app-store-display {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.app-store-logo img:hover {
	mix-blend-mode: multiply;
}

.app-store-type {
	position: absolute;
	top: 45%;
}

@media screen and (min-width: 1024px) {
	.navbar-brand-centered {
		position: absolute;
		left: 50%;
		display: block;
		width: 286px;
		margin-left: -143px;
		text-align: center;
	}

	.client-div {
		width: 700px;
	}
}

@media screen and (max-width: 768px) {
	.navbar-toggle {
		margin-top: 20px;
		border: 0px solid #24070700;
	}

	.navbar .navbar-toggle:focus,
	.navbar .navbar-toggle:hover {
		background-color: #ffffff7e;
	}

	.navbar-collapse {
		-webkit-overflow-scrolling: touch;
		border-top: 0px solid transparent !important;
		-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
		box-shadow: inset 0 0px 0 rgb(255 255 255 / 10%);
	}

	.navbar-brand-centered img {
		width: 234px !important;
		margin-left: 15px !important;
	}

	.top_section {
		margin-top: 0px;
	}

	.global-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 480px) {
	.display-content {
		margin-top: 10px;
	}

	.title {
		font-size: 40px;
	}

	.description {
		font-size: 18px;
	}

	.client-logo {
		margin-left: 15px;
	}
}

@media screen and (max-width: 639px) {
	.app-store-display {
		flex-direction: column;
		text-align: center;
	}
}


@media screen and (max-width: 992px) {
	.app-store-type {
		position: relative;
		top: auto;
		text-align: center;
	}

	.app-store-type h3 {
		font-size: 36px;
	}
}