  /* 
Theme Name: Augsburg 2016 Home Theme
Theme URI: http://www.augsburg.edu/
Description: Theme for use on the Augsburg home page site.
Author: Augsburg College / Joe Mann
Author URI: http://www.augsburg.edu/
Template: augsburg-2016
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#augsburg-home-header {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}
.home-header-left {
	height: 55px;
	
}
.home-header-right {
	height: 55px;
}
.home-header-text {
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	color: #676767;
}
.home-header-text a {
	color: #676767;
}
.home-header-logo {
	background-image: url(/wp-content/themes/augsburg-2016-home/augsburg-logo-maroon.png);
	background-repeat: no-repeat;
    height: 76px;
    background-size: contain;
    background-position: center;
}

@media(max-width: 767px) {
	#augsburg-home-header {
		display: none;
		height: 0;
		margin: 0;
	}
}


.home-hero {
    height: 571px;
    overflow: hidden;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-hero-bg-image {
	width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-hero-text-wrapper {
	padding: 20px;
    z-index: 999;
    position: absolute;
    top: 265px;
    right: 10%;
}
/*
.home-hero-text-wrapper {
	padding: 20px;
}
*/
.home-hero-text-content {
    background: #212121;
    top: 0;
    position: relative;
    width: 100%;
    color: white;
    padding: 20px;
    line-height: 1.2;
}

.home-hero-text-headline {
	display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 48px;
}

.home-hero-text-paragraph {
	font-family: 'Oswald', sans-serif;
    font-size: 22px;
    letter-spacing: 0.03em;
    font-weight: 300;
    display: block;
}

.home-hero-button {
	display: block;
	text-align: left;
	padding: 20px 0 0 0;
}

.home-hero-button .btn {
	background-color: #660033;
	color: white;
	border: none;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	transition: all 0.3s ease;
}
.home-hero-button a:hover,
.home-hero-button a:focus {
	background-color: white;
	color: black;
}

@media(max-width: 600px) {
	.home-hero {
		height: auto;
	}
	.home-hero-bg-image {
		height: 350px;
		display: block;
	}
	.home-hero-text-wrapper {
		position: relative;
		top: 0;
		padding: 0;
		left: 0;
    	
	}
	.home-hero-text-content {
		background: #212121;
	}
}

.home-page-alert {
	background-color: gray;
	color: white;
	border-radius: 0;
	margin-bottom: 0;
}
.home-page-alert .container {
    max-width: 900px;
}
.home-page-alert .alert-icon-front {
	padding: 0 20px;
}
.home-page-alert a {
	color: white;
	text-decoration: underline;
}
.alert .alert-link {
	font-weight: 500;
}

/* home page program buttons */

.home-program-buttons {
	background: #3E3E3E;
	padding: 10px 0;
	margin-top: 0;
	z-index: 9999;
}

.home-program-buttons .container {
	max-width: 900px;
}

.home-program-button  {
	text-align: center;
}

.home-program-button a {
	color: white;
	background-color: rgba(37, 37, 37, 0.92);
	border-width: 2px;
	text-transform: uppercase;
    font-family: Oswald;
    font-size: 18px;
    letter-spacing: 0.03em;
}
@media(max-width: 599px) {
	.home-hero-text-content {
		left: 0;
	}
	.home-program-button {
		width: 100%;
		max-width: 400px;
		margin-top: 10px;
    	margin-left: auto;
    	margin-right: auto;
    	float: none;
	}
}
@media(min-width: 600px) {
	.home-hero {
		overflow: visible;
		position: relative;
	}
	.home-hero-bg-image {
		height: 571px;
	}
	.home-hero-text-wrapper {
		position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	width: 100%;
    	height: 571px;
    	padding: 0;
    	/* background: linear-gradient(270deg,rgba(0, 0, 0, 0.55), transparent, transparent); */
	}
	.home-hero-text-content {
		background: transparent;
		position: absolute;
		top: 50px;
		right: 0;
		max-width: 400px;
		color: white;
		padding: 20px;
		line-height: 1.2;
	}
	.home-program-buttons {
		background: transparent;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.home-program-button a {
		transition: all 0.3s ease;
		font-size: 14px;
	}
}
@media(min-width: 768px) {
	.home-program-button a {
		font-size: 18px;
	}
}
@media(min-width: 992px) {
	.home-hero-text-content {
		right: 18%;
	}
}

/* Call to Action boxes */

.cta-home-boxes-container {
	    padding: 70px 0;
	    background-color: white;
}

.cta-home-boxes-container a:focus,
.cta-home-boxes-container a:hover {
	text-decoration: none;
}
.cta-home-boxes-container a:focus .cta-home-box,
.cta-home-boxes-container a:hover .cta-home-box {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.71);
	transition: 0.1s ease-in-out;
}

.cta-home-box {
	border: gray 1px solid;
	max-width: 250px;
	height: 144px;
	margin: 20px auto;
	position: relative;
	padding: 10px;
	background: #AB1D35;
	transition: 0.1s ease-in-out;
}

a:hover .cta-home-box,
a:focus .cta-home-box {
	text-decoration: none;
}
.cta-home-box-lineone {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 30px;
    display: block;
    line-height: 1;
}

.cta-home-box-linetwo {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 40px;
    display: block;
    line-height: 1;
}

.cta-home-box-subhead {
	display: block;
	color: #ffffff;
	margin-top: 0;
}

.cta-home-box-linktext {
	background-color: #660033;
    color: white;
    display: block;
    height: 25px;
    padding: 0 5px;
    text-transform: uppercase;
    position: absolute;
    bottom: 6px;
    right: 6px;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-shadow: 0px 0px 5px black;
}

/*
.cta-home-box-linktext .cta-home-box-arrow {
	height: 20px;
	width: 20px;
	margin-bottom: 5px;
    margin-left: 5px;
}
*/
/* WE ARE CALLED */
.wearecalled {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 31px;
    line-height: 25px;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
}

/* Social Squares */
.home-page-social-squares-container {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #2d2d2d;;
}

.home-page-social-square {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease-in-out;
}
/*
.home-page-social-square:hover,
.home-page-social-square:hover .hpss-background-image {
    background-size: 110%;
    transition: all 0.3s ease-in-out;
}
*/
.hpss-full-width-square {
	padding: 0;
}

.hpss-background-image {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: 100%;
    position: absolute;
    background-position: center center;
    transition: all 0.3s ease-in-out;
}
.instagram-square {
	background: #E9E9E9 url(instagram-bg.png) center center no-repeat;
}
.home-page-social-square .overlay {
	height: 0;
    width: 100%;
    padding-bottom:100%;
    position: absolute;
}
.hpss-text-button-container {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 30% 3% 25% 3%;
	text-align: center;
}
.hpss-text {
 	color: white;
 	position: relative;
 	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.66);
    display: block;
    letter-spacing: 0.04em;
}

.hpss-button {
	position: relative;
}

.hpss-button a {
	transition: all 0.3s ease;
}
.hpss-button a,
.hpss-button a:visited {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	color: white;
	padding: 5px 14px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: 9px;
}

.hpss-button a:hover,
.hpss-button a:focus {
	background-color: white;
	color: #660033;
}

.hpss-insta-handle {
	position: absolute;
    bottom: 6px;
    right: 10px;
    color: white;
    font-size: 16px;
    color: white;
    background-color: rgba(0, 0, 0, 0.84);
    padding: 3px 5px;
}

.hpss-insta-handle i {
	font-weight: bold;
}

/* Social Media - Home Page */

.home-page-social-media {
	text-align: center;
    padding: 100px 0;
    background-color: white;
}

.home-page-social-media p {
    font-family: 'Oswald', sans-serif;
    color: #AB1D35;
    font-size: 34px;
}
.home-page-social-media .home-page-social-media-icons {
	font-size: 60px;
}
.home-page-social-media-icons a,
.home-page-social-media-icons a:visited {
	color: #AB1D35;
	padding: 0px 5px;
	transition: 0.2s ease-in-out;
}

.home-page-social-media-icons a:focus,
.home-page-social-media-icons a:hover {
	color: black;
	transition: 0.2s ease-in-out;
}

/* Media Queries */
@media (max-width: 600px) {
	.cta-home-boxes-container div {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.hpss-full-width-square {
		width: 100%;
	}
}

/* Styles for other pages */
.main-container {
	padding-bottom: 30px;
	margin: 0 auto;
	float: none;
	min-height: 550px;
}
h1.entry-title {
	color: #660033;
}
h1.site-title {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    color: #660033;
    margin-top: 10px;
    padding-top: 5px;
}
@media(min-width: 768px) {
	h1.site-title {
		color: white;
	}
}
/* Search page */
.gsib_a {
    padding-bottom: 1px !important;
}
.search-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
}
.search-header h1 {
	margin: 5px;
}
.gsc-above-wrapper-area,
.gcsc-branding {
	display: none;
}
.gsc-resultsHeader {
	display: none;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding-top: 0 !important;
}