html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'HelveticaNowText', sans-serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #1a1a1a;
}

.navbar-dark.bg-darker {
  background-color: #0d0d0d;
}

.container {
  max-width: 1140px;
}

footer {
  background-color: #0d0d0d;
  color: white;
  padding: 10px 0;
  width: 100%;
}

.footer-icon {
  width: 20px;
  height: auto;
  margin-left: 5px;
}

.support-me span {
  font-size: 0.9rem;
}

#wtext {
  color: white;
}

.hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all 0.3s;
}

.hover:hover {
    background-color: white;
    color: black;
    text-decoration: none;
}

#w2text {
  color: bisque;
}


@media only screen and (max-width: 800px) {
	.newswire {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
	}
	.news-article {
		display: flex;
		border-radius: 8px;
		flex-wrap: wrap;
		flex-direction: column;
		width: 70%;
		align-items: center;
		justify-content: space-around;
	}
}

.newswire {
  display: flex;
  flex-wrap: wrap;
  flex-direction: inline-block;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.newswire h2 {
font-size: 30px;
font-weight: 850;
}

.newswire p {
font-size: 18px;
max-height: auto;
}


.no-background {
  background-color: transparent;
}

.features {
  text-align: center;
  color: white;
}

.description{
	margin: 50px;
	padding-left: 10%;
	padding-right: 10%;
	text-align: left;
}

.logoreserved {
	writing-mode: vertical-rl;
	text-orientation: upright;
}

@media only screen and (min-width: 992px) {
	.news-article {
	  background: black;
	  color: white;
	  display: inline-block;
	  margin: 10px;
	  padding: 20px;
	  border-radius: 8px;
	  width: 25%;
	}
}

.black {
  background: black;
  color: white;
}

.bg-darker {
  background-color: #0d0d0d;
}

.text-white {
  color: white;
}

.text-center {
  text-align: center;
}

.rounded-corners {
  border-radius: 8px;
}

.read-more {
  color: white;
    background-color: transparent;
    text-decoration: underline;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all 0.3s;
}

.read-more:hover {
  background-color: white;
    color: black;
    text-decoration: none;
}

.features {
  margin-top: 2%;
}

.endtext {
  text-align: center;
  color: white;
  margin-top: 10%;
  margin-bottom: 5%;
}
