body {
	background: #f5f5f5;
	font-family: 'Hind Vadadara', sans-serif;
	font-size: 1rem;

}

.header {
    background: #f5f5f5;
	
}

.logo__link {
	background-color: #f8b718;
    box-shadow: -8px 8px 0px #7f4d22;
	padding: 50px 20px 20px 20px;
}

.logo__img {
    
	max-height: 73px;
	border: 0px solid black;
	
}

.wrapper {
	padding: 40px;
	margin-top: 3rem;
	border: 1px solid #dadada;
	
}

.divider {
    height: 5px;
    margin: 0;
    background: #000;
	display: none;
    
}

.post__thumbnail img {
    max-width: 730px;
    border: 2px solid black;
}


.list__thumbnail img {
	border: 1px solid #000;
	/* box-shadow: 5px 5px 10px grey; */
	margin: 0px;
	max-width: 273px;
}

.list__item {
    border-bottom: 0px solid gray;
	padding: 0px;
	margin-bottom: 4rem;
	/* box-shadow: 5px 5px 10px grey; */
}

.container--outer {
	border: 0px solid black;
	margin: 25px auto;
	box-shadow: 0 0 0px rgba(50, 50, 50, .17);
	   
}

.content ul,
.content ol {
  list-style-position:inside;

 }

.footer {
    display: none;
}

.logo {
		padding: 0px;
		/* box-shadow: 5px 2px 1px grey; */
}

.divider {
    height: 10px;
  }
  
  .content a, .warning a, .authorbox__description a {
    font-weight: 400;
    color: #f8b718;
	text-decoration: underline;
}

.post__title {
		font-family: 'Lato', sans-serif;
		border-bottom: 1px solid #000;
}

.post__thumbnail {
		text-align: center;
}

.twitter-tweet-rendered {
    margin: 0 auto;
}

@media screen and (max-width: 1475px) {
.header__container {
    width: 95%;
}
}

@media screen and (max-width: 900px) {
	.header__container {
		width: 100%;
}
	.wrapper {
		padding: 20px;
	}
	
	.logo {
		margin-left: 0px;
		text-align: center;
	}
	.logo__link {
		box-shadow: none;
	}
	
@media screen and (max-width: 620px) {
	.list__thumbnail {
		max-width: 120px;
	}	
}		