/* TotCapital.md */

body {
	font-family: 'Jost', sans-serif;
}

h1 {
	padding-top: 1rem;
	text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.9);
	color: #be902d;
}

.apps .btn {
	display: inline-block;
	min-width: 260px;
	margin: 1rem;
	height: 50px;
	line-height: 50px;
	padding: 0 0.75rem;
	border: 2px solid rgb(142, 170, 84);
	border-radius: 0.5rem;
	color: rgb(142, 170, 84);
	text-decoration: none;
	cursor: pointer;
}

.apps .btn:is(:hover,:active) {
	background-color: rgb(142, 170, 84);
	color: #fff;
}

.apps .btn:is(:hover,:active) svg {
	fill: #fff;
}

.apps .btn svg {
	width: auto;
	max-height: 32px;
	vertical-align: middle;
	margin: 0 5px 5px 0;
	color: rgb(142, 170, 84);
}

.apps .desktop-download-wrapper .btn {
	min-width: 200px;
}

.apps .desktop-download-wrapper {
	position: relative;
}

.apps .desktop-download-wrapper span {
	position: absolute;
	top: 50px;
	left: 0;
	margin: 0 auto;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
	padding: 0.75rem;
	background-color: #fff;
}

.apps .desktop-download-wrapper span a {
	margin: 0 0.5rem;
}

.more {
	margin: 1rem auto;
	text-align: center;
}

.text-center {
	text-align: center;
}
