@charset "utf-8";
/* CSS Document */

header {
  padding: 154px 0 54px;
}

.col1{
	width:10%;
}
.col2{
	width:60%;
}
.col3{
	width:30%;
}

.col-lg-10{
	max-width:100% !important;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;

  }
  .container {
   width:90%;
   font-size: 1.15em !important;

}

}
@media (min-width: 768px){
.container {
   width:90%;

}
}

@media (min-width: 300px){
.container {
   width:90%;
}
}
@media (min-width: 768px)
{
.container {
  max-width:90%;
}
}
@media (min-width: 576px)
{
.container {
    max-width:90%;
	font-size: 1.45em;
}
}
body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f1f2f3!important;
    background-image: url("https://cdn.freebiesupply.com/logos/large/2x/java-4-logo-black-and-white.png");
    background-size: contain;
    background-position: center center;
}
section {
  padding: 25px 0;
  test-align: left!important;
}
section:nth-child(even) {background: #f1f2f3}
section:nth-child(odd){
    background-color: #f1f2f3!important;
}

.thead-default th {
    background-color: #608ab5;
}
.table-bordered td, .table-bordered th {
    border: 2px solid #e9ecef;
}

.introText{
	   background-color: rgba(117, 190, 218, 0.34);
	    border-radius: 8px;
		display: inline;
}

ul {
  color: #000099;
}

ol {
  color: #00CC66;
}
