html,
body {
    height: 100%;
}

body {
    background: #ebebeb;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
}

#app {
    flex: 1 0 auto;
}

footer {
    margin-top: auto;
    background: #388e3c;
}

.title-block {
    color: #fff;
    background: #388e3c;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.home-title {
    /* color: #fff; */
    /* border-radius: 25px; */
    background: #388e3c;
    /* padding: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.15); */
}

h1.title-block {
    font-size: 2rem;
}

.title-block,
.content,
.content-shadow {
    box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.15);
}

.content-top {
    margin-top: 5rem;
}

.content-parent,
.content {
    /* margin-top: 5rem; */
    margin-bottom: 2.5rem;
}

.content-parent .content {
    margin: 0;
}

.content {
    background: #fff;
    padding: 25px;
}

.navbar {
    background: #388e3c;
    font-weight: 500;
    font-size: 1.0rem;
	z-index: 50;
	/* background-image: linear-gradient(135deg, #388e3c 55%, #689f38); */
}

.navbar-brand {
    font-size: 2rem;
}

.navbar-brand img {
    max-height: 75px;
    max-width: 150px;
}

.navbar .navbar-nav .nav-link {
    padding: 0.5rem 0.75rem;
	color: #ecf0f1;
	font-weight: bold;
	font-size: 100%;
}

.undernav {
	position: absolute;
	height: 10%;
	background-color: #388e3c;
	color: #ecf0f1;
	font-weight: bold;
	background-image: linear-gradient(0.15turn, #388e3c, #689f38);
	transform: skewY(-2deg);
	transform-origin: top left;
	/* z-index: -10; */
	/* height: 7%; */
	/* margin-top: 2%; */
}

/* .header__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ff9d2f, #ff6126);
  transform: skewY(-6deg);
  transform-origin: top left;
} */

/* .undernav p {
	color: #ecf0f1;
	font-weight: bold;
	vertical-align: middle;
} */

.home-background {
    height: 450px;
    overflow: hidden;
    background-size: cover;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}

.home-background img {
    max-height: 400px;
	position: absolute;
	z-index: -400;
}

.home-background .btn {
    border-radius: 0;
    padding: 10px 35px;
}

.post-preview {
    position: relative;
}

.post-preview .post-img {
    border-radius: 5px;
}

.post-preview .post-body {
    padding: 10px;
    color: #fff;
    background: #388e3c;
    border-radius: 5px;
}

.post-preview .post-img ~ .post-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background: rgba(0, 0, 0, 0.5);
}

.post-preview .card-title {
    color: inherit;
}

.post-preview {
    border-radius: 0;
}

.post-preview .card-img-top {
    border-radius: 0;
}

.discord-widget {
    border: none;
    width: 100%;
}
