
body {
	color: #999;
	overflow-x: hidden;
	font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #231712 url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.container {
	background: rgba(0,0,0,0.75);
	padding-left: 30px;
	padding-right: 30px;
}


@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}


#footer>.container {
	font-size: 85%;
	color: #666;
	padding-top: 2em;
	padding-bottom: 1em;
	background: rgba(0,0,0,1);
}

a {
	color: #00c6ff;
}

a:hover {
	color: #ffffff;
}

.btn-primary {
	background-color: #00c6ff;
	border-color: #00c6ff;
	color: #000000;
}

.btn-primary:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: #ddd;
	padding-top: 2rem;
	font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
}

h2 {
	padding-top: 3rem;
	margin-bottom: 0em;
	border-bottom: 2px solid rgba(255,255,255,0.5);
	text-transform: uppercase;
}

h4 {
	padding-top: 1rem;
	font-size: 125%;
}

ul, ol, dl {
	padding-inline-start: 20px;
}

blockquote {
	margin: 0.5em 0em;
    padding: 0.5em 1em;
    background: #051b23;
    border-radius: 0.5rem;
}

.cardbox {
	background: #051b23;
	border-radius: 5px;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 3px solid #021015;
	font-size: 85%;
}

.cardbox p:last-of-type, .cardbox ul:last-of-type {
	margin-bottom: 0em;
}


.quote {
	font-style: italic;
}
.quote::before {
  content: "„";
}
.quote::after {
  content: "ˮ";
}
 
.quote-source {
	margin-left: 2em;
}
.quote-source::before {
  content: "– ";
}

.img-grid {
	margin-top: 5px;
	margin-bottom: 30px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    border-radius: 10px 10px 0px 0px
}

a .img-grid:hover {
	margin-top: 0px;
	margin-bottom: 30px;
	border-bottom: 5px solid #00c6ff;
	-webkit-transition: margin 0.15s, border 0.15s; /* Safari */
	transition: margin 0.15s, border 0.15s;    
}

.checkered{
	padding: 5px;
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
    background-repeat: repeat, repeat;
    background-position: 0px 0, 5px 5px;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    -webkit-background-clip: border-box, border-box;
    background-clip: border-box, border-box;
    -webkit-background-size: 10px 10px, 10px 10px;
    background-size: 10px 10px, 10px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
}

.checkered-dark {
	padding: 5px;
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), grey;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), grey;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), grey;
    background-repeat: repeat, repeat;
    background-position: 0px 0, 5px 5px;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    -webkit-background-clip: border-box, border-box;
    background-clip: border-box, border-box;
    -webkit-background-size: 10px 10px, 10px 10px;
    background-size: 10px 10px, 10px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
}