/*
Theme Name: CDL
Theme URI: https://cdl.ucf.edu/
Description: Child theme based on Twentyseventeen.
Author: Jacob Bates
Author URI: https://cdl.ucf.edu/
Template: twentyseventeen
*/

@media screen and (max-width: 600px) {
	.error-404 .error h2 {
		font-size: 20px;
	}
	
	.error404 .cont p {
		font-size: 16px;
	}
	
	.error404 .error-404 .page-content {
		flex-direction: column;
	}
	
	.error404 .error-404 .error>div {
		width:80%;
		margin:auto;
		margin-bottom: 4%;
	}

	.error404 #page .site-content-contain {
		top: 0;
		margin-top: 0;
	}
}

.error404 .site-content-contain {
	top: 50px;
	margin-top: 40px;
}

.error404 .page-content {
	display: flex;
	justify-content: space-around;
}

.error404 .error>div {
	width:45%;
}

.error-404 h2 {
	font-family: "Archer SSm A", "Archer SSm B";
	font-style: italic;
	font-size: 40px;
	border-bottom: 2px solid #FFC904;
	padding-bottom: 1%;
}

.error404 p {
	margin: 1.5em 0 1.5em;
	font-size: 20px;
}

.error404 #contact {
	margin: 0;
}

.error404 .search-field {
	border: 2px solid #FFC904;
	border-radius:0;
	background-color:#E5E5E5;
}

.error404 a {
	color: #3366FF;

}

.error404 .page-content {
	padding-bottom: 0;
}

.error404 a:hover, .error404 a:focus {
	text-decoration: underline;
	background-color: transparent;
	color: #3366FF;
}

/** {
	border: 1px solid red;
}*/