/*
 Theme Name:   Amadeus Child
 Description:  Amadeus Child Theme
 Author:       Anton Emery
 Template:     amadeus
 Version:      1.0.0
 License:      GNU General Public License v2 or later
*/



@import url("../amadeus/style.css");
@import url(https://fonts.googleapis.com/css?family=Oswald);



/* Header */

h1 {
	font-family: 'Oswald', sans-serif;
}

i {
	margin: 3% 3% 0 3%;
}

.container > a {
	color: black;
}

.container > a:hover {
	color: #618EBA;
}

.container .site-branding {
	padding: 50px;
}

/* Get rid of parallax effect */

.header-image {
    background-attachment: scroll !important;
    background-position: center !important;
    height: auto !important;
	}
/* Content area of pages 

#content {
	width: 100%;
}

/* Blog page 

.content-area {
	width: 70%;
}

@media (max-width: 1244px) {
	.content-area {
		width: 100%;
	}


}
*/

a.slicknav_item a {
	color: red;
	margin: 5px 5px 5px 5px;
}

/* Albums page */

#onmyway {
	clear: left;
	margin-top: 10px;
	overflow: hidden;
}

#onmyway h3 {
	margin-top: -12px;
}

#postcards {
	margin-bottom: 10px;
	overflow: hidden;
}

#postcards h3 {
	margin-top: -12px;
}

