/* Microdor Style Sheet */

h1 {
	font-size: 1.75rem;
	text-align: center;
	clear: both;
}

a:link {
	text-decoration: none;
	color: teal;
}

a:visited {
	text-decoration: none;
	color: blue;
}

.BoldItalic{
	font-weight: 900;
	font-style: italic;
}
.tableHeadXm{
  width: 100%;
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid black;*/
}
.colorWhitePepper{
	text-align: justify;
	padding: 4%;
	border: 1px;
	border-radius: 25px;
	background: #F8EFBA;
}
.center{
	text-align: center;
}

.pageSpec{
  font-family: 'Ubuntu', sans-serif;
	margin: 30px 6.5%;
	line-height: 1.25;
	text-align: justify;
}
.colorBGPurple{
	background-color: #8F84AA;
	color: #8F84AA;
}
.button {
  background-color: #D9D7F1;
  color: black;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  font-size: .75rem;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #D9D7F1;
}

.button:hover{
	background-color: #8F84AA;
	color: white;
}
.button1 {
  background-color: #D9D7F1;
  color: black;
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: .75rem;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #D9D7F1;
}
@media (max-width: 1200px) {

	.imgSize {
		max-width: 100%;
	}

	.button1 {
	  background-color: #D9D7F1;
	  color: black;
	  padding: 2px 10px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: .75rem;
	  cursor: pointer;
	  border-radius: 25px;
	  border: 1px solid #D9D7F1;
	}
}

.button1:hover{
	background-color: red;
	color: white;
}
.fontSizeS{
	font-size: .75rem;
}
.lineHdiv{
	line-height: .15;
}

/* Footer */
#pageFooter {
	background-color: #8F84AA;
	color: white;
	text-align: center;
	padding: 3px;
	border-radius: 25px;
	width: 90%;
	clear: both;
	margin: auto;
}

#copyWrite {
	clear: both;
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	margin-left: 5%;
}
