@charset "UTF-8";
h1 {
    font-size: 2rem;
    font-weight: normal;
	margin-top: 4rem;
	margin-bottom: 2rem;
}
h2 {
    font-size: 1.25rem;
    font-weight: bold;
}
ol, ul {
    padding-left: 1.5em;
}
ol ul {
	list-style: disc;
}
ol ol {
    padding-left: 2.25em;
top}
ol ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
ol ol li:before {
	content: "( " counter(cnt) " )";
	display: inline-block;
	margin-left: -2.25em;
	width: 3em;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}
.privacy {
	word-break: break-all;
}
.privacy a {
	text-decoration: underline;
	color: #CDF;
}
.privacy h2, .privacy p, .privacy li {
	margin-bottom: 0.5rem;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #222;
	color: #fff;
}
footer {
	background-color:#111;
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-top: auto;
}
.navbar {
	background-color:#111;
}

.container.describe h1{
	margin-bottom: 1rem;
}
.container.describe h2{
    font-size: 1.5rem;
    font-weight: normal;
	color: #cea232;
	margin-bottom: 1.5rem;
}
.my-4 {
	background-color: #cea232;
}
.jumbotron {
	background-color: #000;
}
.jumbotron.lightcolor {
	background-color: #EEE;
}
.jumbotron.special {
  position: relative;
  min-height: 600px;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #000;
  background-image: url("../img/top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.download.list-inline {
	text-align: center;
	margin-top: 400px;
}
.download.list-inline img{
	height: 80px;
	margin: 10px;
}
@media (max-width: 576px) {
	.jumbotron.special {
		min-height: 400px;
		background-size: 190%;
	}
	.download.list-inline {
		text-align: center;
		margin-top: 300px;
	}
	.download.list-inline img{
		height: 40px;
		margin-left: 5px;
		margin-right: 5px;
	}
}

a.btn-radius-solid {
	color: black;
	font-size: x-large;
	font-weight: bolder;
	border: 4px solid #fff000;
	border-radius: 16px;
	padding: 16px 32px;
	background: #fff000;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff000), to(#feb645));
	background: -webkit-linear-gradient(top, #fff000 20%, #feb645 100%);
	background: linear-gradient(to bottom, #fff000 20%, #feb645 100%);
}
a.btn-radius-solid:hover {
	border: 4px solid #996e2a;
	background: -webkit-gradient(linear, left bottom, left top, from(#9a9100), to(#996e2a));
	background: -webkit-linear-gradient(bottom, #9a9100 0%, #996e2a 100%);
	background: linear-gradient(to top, #9a9100 0%, #996e2a 100%);
}

a.btn-simplelink {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: underline;
	padding: 0px 8px;
}
a.btn-simplelink:hover {
	color: rgba(255, 255, 255, 0.25);
	text-decoration: underline;
	padding: 0px 8px;
}
img.img-simpleimage {
	max-width: 100%;
	height: auto;
}
.text-nobr {
	white-space: nowrap;
}
