/*
Theme Name: Astrid child theme for One Man Orchestra
Theme URI: https://www.onemanorchestra.com
Description: This theme needs Astrid theme.
Author: Carsten Altena
Author URI: https://www.onemanorchestra.com
Template: astrid
*/

@import url("../astrid/style.css");

body, h1, h2, h3, h4, h5, h6, .header-text, .header-subtext {
	letter-spacing: 0;
}

.header-image::after {
	background-color: rgba(37, 46, 53, 0.70);
}

.header-info {
	top: 70%;
}

.header-subtext {
	border-bottom: 0;
}

.header-text {
	font-size: 45px;
}

a:focus {
   outline: 0;
}

li.current_page_item a {
	color: #2495d6;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

div.sc-desc {
	font-size: 85%;
	min-height: 6em;
}

.centered-button, .header-button {
    display: table;
    margin: 25px auto 0;
}

#main a.button {
	letter-spacing: 0;
	padding: 10px
}

@media only screen and (max-width: 640px) {
	.alignright, .alignleft {
		width: 50%;
	}

	.header-button {
		display: none;
	}
}

body.home h1.entry-title {
	display: none;
}