/*
 Theme Name:   Anna Van Praag
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Bitman
 Author URI:   https://bitman.nl
 Template:     twentytwenty
 Version:      1.0.0
*/

/* @import url("../twentytwenty/style.css"); */


/* Custom css */

#hero .featured-img{
	background: url("assets/images/anna_banner.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 500px;
	width: 1200px;
	margin: -140px auto 0;
}

#hero .text-block{
	background-color: white;
	height: 400px;
}

#hero .text-block .site-description{
	font-size: 5em;
	text-align: center;
	width: 900px;
	margin: auto;
	padding: 10px;
	color: #000000;
	font-weight: 800;
	line-height: 1.13;
}

#sidebar_left{
	background-color: white;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0.3);
}

#sidebar_left img{
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0.3);
}
#sidebar_left h2 {
	font-size: 2rem;
	margin-bottom: 10px;
	margin-top: 40px;
}

#sidebar_left li {
	margin: 0 0 5px;
	font-size: 1.3rem;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: bold;
}

#sidebar_left a{
	text-decoration: none;
}

#sidebar_left h5 {
	padding: 0 0 0 30px;
	margin: 20px 0;
}
#blog{
	padding-top: 100px;
}

#blog .entry-title{
	font-size: 2em;
}

a:hover{
	color: #5E3540;
}

.nav-links a{
	font-size: 1.5rem;
}

.post-inner{
	padding-top: 4rem;
}
.post-inner .entry-content h1{
	font-size: 5.5rem;
}
.read-more-link{
	max-width: 58rem;
	width: calc(100% - 4rem);
	display: block;
	line-height: 1;
	text-decoration: none;
}
.read-more-link:hover{
	text-decoration: underline !important;
}

.block-white{
	background-color: rgb(255, 255, 255);
	padding: 10px;
	width: 48%;
	margin: 0 auto 40px;
}

.block-white img{
	height: 120px;
	margin: auto;
}

@media only screen and (max-width: 880px) {
	#hero .featured-img{
		height: 500px;
		width: 1200px;
		margin: -140px auto 0;
	}
	#hero .text-block .site-description{
		font-size: 3.7em;
		width: 80%;
	}
}
@media only screen and (max-width: 697px) {
	#hero .featured-img{
		margin: -295px auto 0;
	}
	#hero .text-block .site-description{
		font-size: 3em;
		width: 100%;
		display: block !important;
	}
	.entry-categories a{
		border: none;
	}
	.singular .entry-header{
		padding: 0 0 10px;
	}
	.singular .intro-text{
		margin: 10px auto 0;
	}
	.block-white{
		width: 100%;
	}

}