a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  line-height: 0.5;
}
hr {
  padding: 0;
  margin: 0;
 }
.mainContainer {
	bborder: 1px solid yellow;
	width: 100%;
	display: inline-block;
}
.Header {
	bborder: 1px solid green;
}
.hContainer {
	bborder: 1px solid black;
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.lBox {
	bborder: 1px solid brown;
	bbackground-image: url("../../imgs/cloud00.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 25%;
	height: 80vh;
	position: relative;
	margin-top: 0;
	text-align: right;
	padding-right: 10px;
}
.rBox {
	bborder: 1px solid red;
	width: 70%;
	height: 90vh;
}
.magItems {
	border: 1px solid blue;
	bbackground-color: #AFEEEE;
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 0.5em;
	margin-bottom: 2px;
}
.magItems img {
	border-radius: 0.5em;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: -2px;
}
.magItemsText {
	bborder: 1px solid green;
	bbackground-color: #87CEFA;
	width: 95%;
	padding-left: 5px;
	max-height: 100px;
	line-height: 1.3;
}
.magItemsText a {
	text-decoration: none;
	color: black;
}
.pMenu:hover {
	background-color: #c5c6d0;
	font-size: 18px;
}
.hContact {
	bborder: 1px solid green;
}
.hPar {
	width:95%;
	margin-left: 2.5%;
	text-align: left;
}
.imgDocs {
  float: left; /* Floats the image to the right */
  margin: 0px 15px 1px 0; /* Adds space around the image (top, right, bottom, left) */
  margin-left: 15px;
}
.str {
	bborder: 1px solid red; 
}
/* CODE FOR DOCUMENT PAGES */
.hDocWraper {
	bborder: 1px solid blue;
	width: 96%;
	margin: 0 auto;
}
.footer {
	color: white;
}
.articleSect {
	bborder: 1px solid green;
}
.searchBox {
	bborder: 1px solid green;
	width: 60%;
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
}
.searchForm {
	width: 100%;
	display: flex;
	bbox-sizing: border-box;
}
.searchInput {
	position: relative;
	float: left;
	width: 80%;
	height: 50px;
	margin-bottom: 5px
}
.searchButton {
	border: 0;
	ooutline: 0;
	background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-webkit-appearance: none;

	width: 20%;
	height: 50px;
	padding-right: 50px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1em;
	font-size: 13pt;

	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	border-radius: .5em;
	text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.75);
	background-color: #43B3E0;
	padding: 1em 2em 1em 2em;/* top, right, bottom, left*/
	max-width: 24em;
}


.mBoxItem1 {
	bborder: 1px solid blue; 
	width: 90%; /* 100% of mBoxItems*/
	height: 50%;
	margin: 0 auto;
	box-sizing: border-box;
}

.thumb {
	width: 50%;
}
.magBody {
	border: 1px solid black;
	width: 100%;
	height: 100px;
	background-color: red;
}