/* Enter Your Custom CSS Here */

body{
    background-image: url( 'http://f1strategyreport.com/wp-content/uploads/2021/03/Background_2400px.jpg' );
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
}

/* flexbox container for the images used in the header */
.image_row {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-around;
}

/* next two classes are for the images in the front page header*/
.logo_column {
	margin-left: 20%;
	margin-top: 5%;
	max-width: 20%
}

.mogul_column {
	margin-top: 5%;
	margin-right: 20%;
	max-width: 5%
}

.metadata-f1 {
	background-color: #4012A6;
}

img.avatar{
	border:5px #f59d9d;
}

a.site-name {
    color: #ffffff;
}

.playback {
    background-image: url('http://f1strategyreport.com/wp-content/uploads/2021/03/Podcast_CoverArt.jpg)');
}

h1.headline{
	color: #27087C;
}

div.ecae {
	color: #27087C;
	font-size: 20px;
}

.ecae-link {
	color: #E800EF;
}

.podcast-sidebar {
	background: rgba(39, 8, 124, .6);
}

@media screen and (max-width: 1000px){
	.player-space{
		margin-top:0;
	}
.author-info {
    width: 21%;
    display: inline-grid;
}
	
	.mogul_column {
		margin: auto;
		margin-top: 2%;
		max-width: 10%
	}
	
	.logo_column {
		margin: auto;
		margin-top: 2%;
		max-width: 30%
	}
}