main{
	width: 60%;
	margin: auto;
	font-size: 1.2em;
}

/* Spacing */
.gap70{
  padding: 70px 0px;  /*1st is top & bottom, second is L/R*/
}

.gap40{
  padding: 40px 0px;
}


.top20{
  padding: 20px 0px 0px 0px; /*top, right, bottom, and left*/
}

.top40{
  padding: 40px 0px 5px 0px; /*top, right, bottom, and left*/
}

.top60{
  padding: 60px 0px 10px 0px; /*top, right, bottom, and left*/
}

.width70{
  width: 70%;

}


.navbar{
	width: 100%;
}


.mrt a{
  min-width:100px;
  max-width:200px;
  background: #185574;


  color: #fff !important;
  border-radius: 50px;
  padding-right: 5px !important;
  padding-left: 5px !important;
  box-shadow: 3px 3px 5px #777;
}

.mrt a:hover{
  background: red;
  text-decoration: underline;
}

.active{
  color:white !important;
  font-weight: bold;
  font-size:1.2em;
  font-family: Arial;
}



/*The First Heading*/
h1{
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

h2{
  font-size: 1.7em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

span {
  font-weight: bold;
}

.contain-table{
  margin-bottom: 50px;
}

th, td {
  border-style: solid;
}

img {
    display: block;
  margin-left: auto;
  margin-right: auto;

}

/*Caption after figure */
#caption {
  text-align: center;
  font-size: .7em;
  margin-bottom: 50px;
}

#red {
	color: red;

}

.green {
	color: green;
}

.btn-link {
	font-size: 1.2em;
}

.btn-lg {
	margin-top: 20px;
	font-size:1.1em;
	/*display: block;*/
	
}

.mytable a{
  /*color:red;*/
  font-weight: bold;
}


/* Card Header */
.mycardhead {
  font-size:1.3em;
}

/* Color Text White */
.text-white{
  color: white;
}

/* Footer Logo Text */
.logo{
  font-size: 1.5em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.3em;
}

.text-responsive{
  font-size: calc(50% + .4vw + .4vh);
}

