body {
	background-image: url("http://www.matthewsatchwill.com/images/des_bg.png");
	width: 1100px;
	max-width: 80%;
}

#top,
#bottom,
#left,
#right {
	background-color: #238bdb;

	position: fixed;
}

#left,
#right {
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 25px;
	;
}

#left {
	left: 0;
}

#right {
	right: 0;
}

#top,
#bottom {
	z-index: 1;
	left: 0;
	right: 0;
	height: 25px;

}

#top {
	top: 0;
}

#bottom {
	bottom: 0;
}

html {
	overflow-y: scroll;
}


#block {
	margin: 90px;
	color: #0e0611;



}

li {
	list-style-type: none;

}


body {
	/* background-image: url("http://www.matthewsatchwill.com/images/des_bg.png");*/
	background-color: #ffffff;
	font-weight: light;
	font-size: 14pt;
}

h1 {
	margin-left: -5px;
	color: #0b1b63;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: -10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}


h2 {
	color: #102c25;
	font-size: 20px;
}

h3 {
	color: #0b1b63;

	font-size: 30px;
	margin-bottom: -5px;
}

h4 {
	font-size: 18px;
	color: #0b1b63;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: -2px;
	margin-left: 0px;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-color: #5a64f4;
	border: 0;
	border-top: 1px solid #ccc;
}

li {
	padding: 10px;
	padding-bottom: 1px;

}

ul {}

insetlist {
	display: block;
	margin-left: 25px;
	color: #373a65;
	/*padding-top: -50px;*/
}

a.one {
	color: #5a64f4;
	margin-left: -7px;
}

a.expandlinks {
	font-size: 18px;
	color: #5a64f4;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: -2px;
	margin-left: 0px;
	font-weight: bold;
}

#section {
	border-left: 2px solid #8cc1ea;
	;
	padding-left: 20px;
	margin-left: -20px;
	margin-bottom: 50px;
}

#impsection {
	padding-left: 20px;
	margin-left: -20px;
	margin-bottom: 60px;
	align-content: center;

}



::selection {
	background: #a5dbf5;
	/* WebKit/Blink Browsers */
}

::-moz-selection {
	background: #a5dbf5;
	/* Gecko Browsers */
}

#x {
	float: right;
	text-align: right;

}

#overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 178, 25, 0.84);

	/*  display: none;  */


}

#popup {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2%;
	overflow-y: scroll;

	display: block;
	background: #fff;



}

button {

	background: #238bdb;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px 30px;
	border-radius: .5px;
	border: none;

}

button:hover {
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
	background-color: #69c9ff;
	/* Green */
	/ cursor: pointer;
}



@media only screen and (max-width: 750px) {

	#popup {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 10%;
		transform: translate(-5%, -50%);
		padding: 2%;
		overflow-y: scroll;
		box-sizing: border-box;
		min-height: 10vh;
		display: block;
		background: #fff;
		font-size: 2vh;



	}

	body {
		width: 100%;
		max-width: 100%;
	}


	button {

		background: #fff;
		color: #238bdb;


	}


	#block {
		margin: 16px;
	}

	h1 {

		font-size: 35px;
		color: white;
	}

	t2 {
		color: white;
	}

	#left,
	#right {
		z-index: 1;
		top: 0;
		bottom: 0;
		width: 0px;
		;
	}

	#left {
		left: 0;
	}

	#right {
		right: 0;
	}

	#top,
	#bottom {
		z-index: 1;
		left: 0;
		right: 0;
		height: 0px;

	}

	#title {
		background-color: #238bdb;
		margin: -30px;
		padding: 30px;
		margin-bottom: 10px;


	}

	hr {
		visibility: hidden;
		margin-top: 10px;
		margin-bottom: 5px;
		border-color: #5a64f4;
		border: 0;
		border-top: 1px solid #ccc;
	}

	#section {
		border-left: 4px solid #238bdb;
		padding-left: 20px;
		margin-left: -10px;
	}
}