/* Style Sheet for Cisco Umbrella BLock Page */

#page_bg {
	background-color: white;
}

#para_top {
	margin: auto; 
	margin-top: 1%;
	text-align: center;
	font-size: 45px;
	font-weight: bold;
}

#div_body {
	margin: auto;
	margin-top: 2%;
	min-width: 1200px;
	min-height: 340px;
	width: 70%;
	height: 21em;
}

#dbody_left {
	margin: auto;
	margin-left: 3.5%;
	float: left;
	height: 21em;
	min-width: 360px;
	width: 30%;
	text-align: center;
}

#kali_top {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.1em;
	margin-bottom: 0.1em;
	height: 18em;
	box-shadow: 0 0 15px black;
	border-radius: 10px;
}

#dbody_right {
	margin: auto;
	margin-right: 4%;
	float: right;
	min-height: 340px;
	height: 21em;
	min-width: 744px;
	width: 62%;
	text-align: center;
	background-color: #fcfcf4;
	box-shadow: 0 0 15px black;
	border: 1px solid beige;
	border-radius: 15px;
}

#pdomain {
	width: 95%;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;
	display: inline-block;
}

#pcontent {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 1%;
	word-wrap: break-word;
	text-align: center;
}

#explain {
	text-align: center;
	word-wrap: break-word;
	border: 1px solid #E6E1CA;
	border-radius: 15px;
	border: 4px solid rgba(189, 189, 189, 0.3);
	background-color: white;
	background-clip: padding-box;
	width: 70%;
	display: inline-block;
	min-height: 50px;
	line-height: 25px;
}

#div_bottom {
	margin: auto;
	text-align: center;
	min-width: 1185px;
	width: 70%;
}

#div_footer {
	margin: auto;
	margin-top: 3%;
	margin-left: 3.5%;
	min-width: 1050px;
	width: 87%;
	min-height: 150px;
	background-color: #fcfcf4;
	box-shadow: 0 0 15px black;
	border: 1px solid beige;
	border-radius: 15px;
	display: inline-block;
	overflow: hidden;
	word-wrap: break-word;
	padding: 15px;
}