 body {
    background-color: #f6f5f5;
    font-size:0.9em;
    font-family: verdana, Arial, Helvetica, sans-serif;
}

.underline {
  text-decoration: underline;
}

.center{
  text-align: center;
}


/******************************* heading section */

#title {
  color:#ee6f57;
  background-color: #00334e;
  padding: 10px;
  margin: 5px;
}

.big-heading {
  color: #ee6f57;
  font-size: 3rem;
  text-align: center;
  background-color: #00334e;
  margin-bottom: 2%;
  padding-bottom: 2%;
}

.img_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.star_text {
  margin: 10px;
  text-align: center;
  color: #ee6f57;
}

/*********************************** remove indent & fix font*/
ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
    font-size: 1.25rem;
}​

/*********************************** nav bar */
nav
{
  padding:0.5em;
  background-color: #00334e;
  text-align: center;
}

nav ul li
{
  display: inline;
  list-style-type: none;
  text-decoration: underline;
}

nav a
{
  padding:0.25em;
  color: #ff5f40;
  font-weight: bold;
  text-decoration: none;
}

nav a:visited {
  color: #ff5f40;
}

nav a:hover
{
  color: #ff5f40;
  background-color: #ffffff;
  text-decoration: underline;
}

/***************************** contact sections */

.promotion-heading {
  color:#ee6f57;
  text-align: center;
  padding: 10px;
  margin: 5px;
}

.contact {
  padding: 3%;
  margin: 3%;
  padding-bottom: 50px;
}

.contact-table-header {
  font-size: 1.25rem;
}


/************************************* services section */

#services {
  color:#ee6f57;
  background-color: #00334e;
  padding:10px;
  margin: 5px;
}

.heading-list {
  padding: 10px;
  padding-bottom: 15px;
}

 /**************************** About Us section */
 .about-heading {
   text-align: center;
   padding: 10px;
   margin: 10px;
 }

 .icon {
   color: #ee6f57;
   text-decoration: center;
   padding: 5px;
   margin: 5px;
 }

/******************************* footer section */

#footer{
  color:#ee6f57;
  background-color: #00334e;
  padding:10px;
  margin: 5px;
}

.heading-space{
  padding: 10px;
  margin: 10px;
}
