/*
Theme Name: WFU Down Homepage
Theme URI: http://www.wfu.edu
Description: Placeholder page to hold space if the WFU homepage goes down
Author: Wake Forest University
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

header {
    background: #1a1a1a;
    height: 50px;
    width: 100%;
    z-index: 500;
}
.global-header, .content-container {
	margin: 0 auto;
	max-width: 1000px;
}
.global-header h1 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
.global-header img {
    height: 50px;
    margin-left: 15px;
    max-width: 250px;
}

main {
	background: url("images/20221026aerial_kb0909.jpg") top center no-repeat fixed;
	background-size: cover;
	min-height: calc(100vh - 50px);
	overflow: hidden;
}
.text-container {
	background-color: rgba(255,255,255,.87);
	border-radius: 15px;
	margin: 60px 20px 60px;
	padding: 40px 40px 20px;
}
.text-container h2 {
	color: #8c6d2c;
    font-size: 48px;
    font-family: "Cormorant", serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 4px 0 12px 0;
}
.text-container h3, .text-container p, .text-container ul {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    text-shadow: 3px 3px 10px #fff, -3px -3px 10px #fff;
}
.text-container h3 {
    font-weight: bold;
    margin: 0 0 5px 0;
}
.text-container ul {
	margin-left: 25px;
}
.text-container a {
	color: #8c6d2c;
	text-decoration: underline;
	transition: all .2s ease-in-out;
}
.text-container a:hover, .text-container a:focus {
	color: #755a23;
	text-decoration: none;
}
.text-container hr {
    border: 0;
    border-bottom: 1px solid #cecece;
    clear: both;
    height: 0;
    margin-bottom: 20px;
}
.text-container .social_accounts {
	font-size: 32px;
	line-height: 1;
	text-align: left;
	text-shadow: none;
}
.text-container .social_accounts a {
	text-decoration: none;
}
.text-container .contact-info {
	text-align: center;
}

@media screen and (min-width: 40em) {
	.text-container {
		background: url("images/logo-background.png") rgba(255,255,255,.87) top right no-repeat;
		margin-top: 80px;
	}
	.text-container h3, .text-container p, .text-container ul {
    	font-size: 18px;
	}
	.text-container .social_accounts {
		float: right;
		text-align: right;
	}
}


