html {
	/* background: url("assets/.png");
	background-repeat: no-repeat;
    background-size: auto; */
	/* background-size: 100%; */
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("assets/bg.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	/* background: #087225; */
	background: url("assets/bg2.jpg");
	/* background-repeat: vertical; */
	background-size: auto;
/*
	width: 80%;
	margin: 200px auto 200px auto;
	color: black;
	text-align: left;
	border-radius: 100px; */
	font-family: Helvetica, sans-serif;
	font-size: 24;
	font-size: 150%;
	/* letter-spacing: 3px; */
	padding: 0px;
}

p {
	margin: 20px 30px 20px 30px;
	padding: 20px;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: yellow;
}


.headings {
	margin: 20px 30px 20px 30px;
	text-align: center;
	color: white;
	font-size: 96px;
  text-shadow: -5px -5px 0 #000, 5px -5px 0 #000, -5px 5px 0 #000, 5px 5px 0 #000;
}

.button {
  width:150px;
  height:100px;
  border-radius: 12px;
  display:block;
  background-color: white;
  border: none;
  color: black;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

/* LOGO NEXT TO TEXT */
.post-container {
    margin: 20px 20px 0 0;
	/* padding: 20px; */
	/* margin: 20px; */
    overflow: auto
}
.post-thumb {
    float: left
}
.post-thumb img {
    display: block
}
.post-content {
	color: white;
    background-image:
      linear-gradient(
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.7)
      ),
      url("assets/bg2.jpg");
    /* background: url("assets/bg2.jpg"); */
	border-radius: 100px;
	padding: 15px;
	margin: 0px;
	/* overflow: auto */
}
.post-title {
}
