@font-face {
  font-family: "Avenir-Black";
  src: url("fonts/Avenir-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Avenir-Roman";
  src: url("fonts/Avenir-Roman.ttf") format("truetype");
}/*//www.gotpages.com/*/

@font-face {
  font-family: "Viva-Beautiful";
  src: url("fonts/VivaBeautifulPro.ttf") format("truetype");
}
html, body{
	margin: 0; padding: 0;
	font-family: Avenir-Roman, sans-serif;
	background: #08495e;
	color: #fff;
	text-align: justify;
	letter-spacing: .1em;
}

/* Custom alert window ---> */
#alert{
	display: none;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	background-color: rgba(100,100,100,.5);
	overflow: hidden;
}
#alertContent{
	width: 50%;
	height: 20%;
	width: 50vw;
	height: 20vh;
	margin: 0 auto;
	margin-top: 40%;
	margin-top: 40vh;
	background-color: #fff;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
#alertButton{
	width: 50%;
	width: 50vw;
	background-color: #ddd;
	cursor: hand;cursor: pointer;
	margin: 10px auto;
	text-align: center;
	padding: 3px;
}
/* <-----Custom alert window */
#logo{
	width: 5%;
	padding: 17%;
	position: absolute;
	
	left: 29.5%;
	z-index: 5;
	margin: 0 auto;
	margin-top: 23%;
	background-image: url('images/mc_logo-white.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	display: inline;
}
#images{
	overflow: hidden;
}
#mclogo-square,
#mclogo{
	display: none;
}
.feature-images{
	display: block;
	width: 50%;
	width: 50vw;
	float: left;
}
.feature-images:first-child{
	display: block;
	width: 100%;
	width: 100vw;
	float: left;
}
#students_dorm,
#campus01{
	display: none;
}
#hello{
	font-family: Avenir-Black, sans-serif;
	font-size: 2em;
	padding: 3px;
	color: #fff;
	text-align: center;
}
#header{
	font-size: 1.15em;
	padding: 3px;
}
#paragraph{
	padding: 6px;
}
#contactInfo{
	padding: 6px;
	background: #db9c26;
}
#contactInfo label{
	display: none;
}
#contactInfo select,
#contactInfo input[type="text"],
#contactInfo input[type="submit"]{
	width: 98%;
	/*height: 1.3em;*/
	font-size: 1em;
	border: none;
	color: #000;
	padding: 16px 2px;
	text-decoration: none;
	margin: 3px auto;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contactInfo select{
	height: 2.8em;
}
#contactInfo input[type="submit"]{
	padding: 16px;
	
}
#schoolContact{
	font-family: Viva-Beautiful, sans-serif;
	
}
#schoolContact p{
	margin: 3px;
	text-align: center;
}

@media only screen and (min-width: 600px) {
	.feature-images:first-child{
		width: 50%;
		width: 50vw;
	}
	#mclogo-square{
		display: inline;
	}
	#logo{
		display: none;
	}
	
	#contactInfo p{
		width: 47%;
		margin: 1.5%;
		display: inline-block;
	}
	#p_streetaddress,
	#p_city,
	#p_state,
	#p_zip{
		width: 98% !important;
		
	}
}
@media only screen and (min-width: 800px) {
	.feature-images{
		width: 25%;
		width: 25vw;
	}
	#mclogo-square,
	.feature-images:first-child{
		width: 50%;
		width: 50vw;
	}
	
	#students_dorm{
		display: inline;
	}
	#yourCallingGraphic{
		display: none;
	}
	#hello,
	#header,
	#paragraph{
		background-color: #00749f;
	}
}
@media only screen and (min-width: 1000px) {
	#contactInfo,
	#extraPictures{
		width: 50%;
		width: 50vw;
		padding: 0;
	}
	#extraPictures{float: right;}
	#contactInfo{float: left;}
	
	#extraPictures #yourCallingGraphic,
	#extraPictures #campus01{
		display: inline;
		margin: 0 auto;
		float: right;
	}
}
/*
	#08495e - dblue
	#00749f - lblue
	#239f93 - mint
	#988c32 - murk
	#db9c26 - orange
	#958976 - tan
	
	#students_dorm,
	#campus01{
		display: inline;
	}
*/