html {
  position: relative;
  min-height: 100%;
}

body {
  	background-color: #a7afb5;
	margin-bottom: 210px;
}

.container {
  	max-width: 1200px;
}

.pricing-header {
  	max-width: 700px;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}

.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.form-switch {
    padding-left: 3.5em;
}

.form-switch .form-check-input[type=checkbox] {
    border-radius: 2em;
    height: 25px;
    width: 40px;
}

.form-check label {
	margin-top: 4px;
	margin-left: 10px;
    font-size: 16px;
}

#header {
	background-image: linear-gradient(#00000087, #a7afb5);
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	/*height: 120px;*/
	background-color: #082146a6;
}

.select2-container .select2-selection--single {
  height: 2.4rem !important;
  width: 100% !important;
  font-size: 1rem !important;
  color: #212529 !important;
}
