html {
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.topnav {
	overflow: hidden;
	background-color: black;
	font-family: 'Nunito', sans-serif;
	font-size: 1em;
}

.topnav a {
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.topnav a:hover {
	text-decoration: underline
}

.topnav a.active {
	color: white;
}

.topnav .icon {
	display: none;
}

.hero {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: white;
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5em;
  color: black;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.hero .btn {
	display: block;
	width: 200px;
	border: 3px solid black;
	padding: 1em;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	font-family: 'Nunito', sans-serif;
	border-radius: 20px;
}

.hero .btn:hover {
	background-color: black;
	color: white;
	text-decoration: underline;
}

.profile-image {
	width: 130px;
	height: 130px;
	margin: 0;
}

.book-image {
    width: 110px;
    height: 165px;
    margin: 0;
}

.hero h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1em;
  margin: 3%;
  color: black;
}

#blogs-intro h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.75em;
  color: black;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}

#blogs-intro p {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1em;
  margin: 3%;
  color: black;
  text-align: center;
}

.blog-list {
	text-align: center;
}

.article-post-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  color: black;
  text-align: center;
}

.caption {
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
	opacity: 0.5;
	font-family: 'Poppins', sans-serif;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.article-content p {
  font-family: 'Nunito', sans-serif;
  font-size: 1em;
  color: black;
  margin: 4%;
  text-align: justify;
}

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

.article-blog-post {
	flex: 1 1 300px;
	margin: 2%;
	padding: 0;
	min-height: 220px;
	border-bottom: 1px solid #e9eef1;
	background-size: cover;
	width: 300px;
	display: inline-block;
	text-align: left;
}

.articles {
	width: 100vw;
	height: 100vh;
}

.articles h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3em;
  color: black;
  margin: 2%;
}

.articles h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1em;
  margin: 2%;
  color: black;
}

.article-post {
	flex: 1 1 300px;
	margin: 2%;
	padding: 0;
	min-height: 220px;
	border-bottom: 1px solid #e9eef1;
	background-size: cover;
	width: 300px;
	float: left;
}

.article-image-link {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	
}

a {
	color: #f04749;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

.article-image {
	width: 300px;
	height: 200px;
	background: #c5d2d9 no-repeat 50%;
	object-fit: cover;
}

.article-post-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.article-content-link {
	position: relative;
	display: block;
	color: #15171a;
}

.article-header {
	margin: 0;
}

.article-header h2 {
	font-family: 'Poppins', sans-serif;
	margin: 0.1%;
	line-height: 1em;
	transition: color .2s ease-in-out;
}

.article-header p {
	color: black;
	font-family: 'Nunito', sans-serif;
	max-width: 56em;
	margin: 0.1%;
}

.article-excerpt p {
	max-width: 56em;
	color: #738a94;
	font-family: 'Nunito', sans-serif;
	justify-content: center;
	margin: 0;
}

.otherwork {
	margin: 3.5%;
}

.button {
	border: 3px solid black;
	background-color: inherit;
	padding: 1em;
	font-size: 0.675em;
	cursor: pointer;
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	border-radius: 20px;
}

.more {
	margin: 1%;
	color: black;
}

.next {
	margin: 1%;
	color: black;
}

.more:hover {
	background: black;
	color: white;
}

.next:hover {
	background: black;
	color: white;
}

#newschain {
	height: 100vh;
	overflow-y: scroll;
}

#telegraph {
	height: 100vh;
	overflow-y: scroll;
}

#sportspiel {
	height: 100vh;
	overflow-y: scroll;
}

#times {
	height: 100vh;
	overflow-y: scroll;
}

#swlondoner {
	height: 100vh;
	overflow-y: scroll;
}

@media screen and (max-width: 1920px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 1920px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}