/*   
Theme Name: Augify
Description: An Augsburg-looking WordPress theme. A child theme of TwentyTwelve.
Template: twentytwelve
Author: Joe Mann
Version: 1.0
*/

@import url(../twentytwelve/style.css);

/* Overriding the styles from the Parent Theme */

body,
body.custom-background {
	background-color: #660033;
}
@media screen and (min-width: 960px)
body {
background-color: #660033;

}

.site-header h1 a,
.site-header h2 a {
	color: #660033;
	font-weight: normal;
}



/* =Header
----------------------------------------------- */

.site-title {
	color: #660033;
	text-align: left;
	display: inline;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

.main-navigation {
margin-top: 4px;
margin-top: 0.2rem;
}


/* Page */
.entry-title,
.entry-title a {
	color: #660033;

}

body .site {
	margin-bottom: 0;
}

.augsburg-footer {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 100px;
}

.augsburg-footer .footer-content {
	display: block;
	text-align: center;
}

.augsburg-footer .augsburg-logo {
	max-width: 150px;
	float: right;
	margin: 10px 30px 30px 0;
}

.augsburg-footer p {
	float: left;
	margin-top: 25px;
	color: white;
}

.augsburg-footer p a {
	color: white;
	text-decoration: none;
}

#global-footer-content {
    padding: 20px;
    max-width: 1000px;
    margin: 20px auto;
    color: white;
}