/* CSS Document */

body {
	margin: 0px auto;
	width:100%;
	height:100%;
	font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;;
}

#pitt-header.blue {
	background-color:#003594;
	height:66px;
	width:100%;
	min-width:320px;
	margin:0px auto;
}

#pittlogo {
	background-image:url(/img/University_of_Pittsburgh_Logo_RGB_Secondary_Reverse_2-Color.png);
	background-repeat: no-repeat;
	background-position:left;
	background-color:#003594;
	height:66px;
	width:84%;
	min-width:320px;
	margin:0px auto;
}

#pitt-header {
	height: 66px;
	width: 960px;
	margin: 0px;
	position: relative;
	text-indent: -1000em;
	}
	
#p-link {
	 position: absolute;
	top: 0px;
	left: 120px;
	height: 66px;
	width: 279px;
}	
.actionbutton {
	white-space: nowrap;
	background-image: -webkit-linear-gradient(top, #385ee0, #0029B6);
	background-image: -moz-linear-gradient(top, #385ee0, #0029B6);
	background-image: -ms-linear-gradient(top, #385ee0,#0029B6);
	background-image: -o-linear-gradient(top, #385ee0, #0029B6);
	background-image: linear-gradient(to bottom, #385ee0, #0029B6);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	font-family: Arial;
	color: #fff;
	font-size: 120%;
	padding: .75em 1.25em .75em 1.25em;
	text-decoration: none;
	position: relative;
	top: 1em;

}

.actionbutton:hover {
	color: #ddce9e;
	background-image: -webkit-linear-gradient(top, #0029B6, 385ee0);
	background-image: -moz-linear-gradient(top, #0029B6, 385ee0);
	background-image: -ms-linear-gradient(top, #0029B6, 385ee0);
	background-image: -o-linear-gradient(top, #0029B6, 385ee0);
	background-image: linear-gradient(to bottom, #0029B6, 385ee0);
	text-decoration: none;
	position: relative;
	top: 1em;
}


#wrapper {
	width: 80%;
	margin: 0px auto;
	background: #fff;
	padding: 0em 2em 2em 2em;
	height:900px;
	border-top:7px solid #CCCC9A;
	background-image: url('/img/bg_border.jpg'), url('/img/bg_border.jpg');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	background-color: #FFF;
}

header h1 {
	text-align: center;
	border-bottom: 1px dashed #999;
	font-family:"MuseoSlab500Regular","museo-slab","Rockwell",sans-serif;
	font-weight: normal;
	font-size: 0px;
	color:#fff;
	padding-bottom:20px;
	margin-bottom:30px;
}

header {
	width:100%;
	
}

section {
	padding-top:3%;
	padding-left:2%;
	min-height: 250px;
	text-align: center;
	color:#000;
	background: none repeat scroll 0px 0px #F2F2E5;
	border: 7px solid #FFF;
	margin: 0px auto 30px;
	box-shadow: 0px 1px 6px 0px #4D4D4D;
}

section h2 {
	font-family:"MuseoSlab500Regular","museo-slab","Rockwell",sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#000;
}

/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
	flex-basis: 100%;
}

.message.hidden {
    display: none;
}

.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}

.message.warning {
    background: #fffabc;
    color: #8d7b00;
    border-color: #d3b800;
}

.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

footer {
	font-size: 75%;
	border-top:1px dashed #999;
	margin-top:2%;
}

.foot-col {
	min-width: 200px;
	min-height:225px;
	text-align: left;
	margin: 20px;
	box-shadow: 1px 2px 5px 3px #ADADAD;
	border: 7px solid #FFF;
	position: relative;
	padding: 15px 20px 0px;
	background-image: url('/img/block_gradient.png');
	background-repeat: repeat-x;
	background-color: #000741;
	color:#E5E5CB;
}

@media only screen and (max-width: 239px) {
	header > h1 > img {
		width: 200px;
	}
}

@media only screen and (min-width: 240px) and (max-width: 319px) {
	header > h1 > img {
		width: 210px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 379px) {
	header > h1 > img {
		width: 280px;
	}
	section .actionbutton {
		font-size:80%;
	}
	section .actionbutton:hover{
		font-size:80%;
	}
	 .actionbutton {
	white-space: nowrap;
	background-image: -webkit-linear-gradient(top, #385ee0, #0029B6);
	background-image: -moz-linear-gradient(top, #385ee0, #0029B6);
	background-image: -ms-linear-gradient(top, #385ee0,#0029B6);
	background-image: -o-linear-gradient(top, #385ee0, #0029B6);
	background-image: linear-gradient(to bottom, #385ee0, #0029B6);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	font-family: Arial;
	color: #fff;
	font-size: 100%;
	padding: .75em 1.25em .75em 1.25em;
	text-decoration: none;
	position: relative;
	top: 1em;
	}
.foot-col {
		width: 80%;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:20px;
	}

.actionbutton:hover {
	color: #ddce9e;
	background-image: -webkit-linear-gradient(top, #0029B6, 385ee0);
	background-image: -moz-linear-gradient(top, #0029B6, 385ee0);
	background-image: -ms-linear-gradient(top, #0029B6, 385ee0);
	background-image: -o-linear-gradient(top, #0029B6, 385ee0);
	background-image: linear-gradient(to bottom, #0029B6, 385ee0);
	text-decoration: none;
	position: relative;
	top: 1em;
	font-size: 100%;
}


}


@media only screen and (min-width: 769px) {
	footer {
		position: relative;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
	}
	.foot-col {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		position: relative;
	}
}

@media only screen and (max-width: 768px) {
	.foot-col {
		width: 80%;
	}
}

.foot-col p {
	text-transform: normal;
}

.foot-col h2{
	border-bottom: 1px dashed #999;
	padding-bottom: 8px !important;
	margin-bottom: 10px !important;
	font-size: 1.6em !important;
	font-family:"MuseoSlab500Regular","museo-slab","Rockwell",sans-serif;
	font-weight:normal;
}

.descr {
	margin-bottom: 2em;
}

.linker {
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
	width: 100%;
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left:-10000px;
}
