body{
	background-color: #919191;
}

th{
	border: solid;
	border-radius: 5px;
	color:#ff0000;
	padding: 5px;
}
td{
	border: solid;
	border-radius: 5px;
	color: #00FF00;
	padding: 5px;
}

img {
  display: block;
  margin: auto;
  max-width: 85%;
}

.welcome{
	font-weight: bold;
	color: black;
	text-align: center;
}

.business-purpose{
    color: #4D4D4D;
	font-size: 16px;
	padding: 20px;
	text-align: center;
}

.about{
	font-weight: bold;
	color: #6A5ACD;
	position:relative;
    width:50%;
	left: 15%;
    text-align: justify;
}

.products{
	font-weight: bold;
	color: #6A5ACD;
	position:relative;
    width:50%;
	left: 100px;
    text-align: justify;
	line-height: 2;
	list-style-type: lower-greek;
	list-style-position: inside;
}

.contact{
	font-weight: bold;
	color: #6A5ACD;
	text-align: center;
}

.jlaContact{
    color: black;
    text-align: center;
    font-size: 1em;
}

.aboutAMC{
    font-weight: bold;
	color: #6A5ACD;
	position:relative;
    width:75%;
	left: 5%;
    text-align: justify;
    line-height:1.75;
}

.inDevelopment{
    color: #8B0000;
    font-size: 1em;
    text-align: center;
    padding: 5px 10px 5px 10px;
}

.contactForm{
	margin: 0;
	padding: 20px;
}

.subject{
	font-weight: bold;
}

.main-nav li a:hover {
  color: #FF00FF;
}

.main-nav{
	font-family: Andale Mono,verdana, sans-serif;
	list-style-type: none;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #D3D3D3;
}

.main-nav li{float: left;}
.main-nav li a{
	display: block;
	color: #006400;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	background-color: #F8F8FF;
}

.flex-container > div {
	margin: 15px;
	padding: 10px;
    background-color: #F8F8FF;
    justify-content: space-around;
}

.cert{
    border: 1px solid black;
}

.submitButton{
	color: white;
	padding: 10px;
	text-align: center;
}

.vod{
    text-align:center; 
    color: #000000; 
    font-size: 16px;
}
