body {
  background-color: #3a4a58;
  /*background-image: url(../img/1.jpg);*/
  color: #303030;
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 15px;
  margin: 0;
}

.container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.main-content { background-color: #ffffff; }

#intro-img {
  background-image: url(../img/orig.jpg);
  background-position: center;
  background-size: cover;
  min-height: 400px;
}
.text-white { color: white; }
.page-header-container { text-align: center; }

.page-header {
  display: inline-block;
  vertical-align: baseline;
  font-family: "Open Sans", Calibri, sans-serif;
    margin-top: 20px;
  margin-bottom: 35px;
  font-size: 2.5rem;
  /*font-weight: 400;*/
}

.page-icon {
  display: inline-block;
  vertical-align: baseline;
  padding: 15px;
}

.section-header {
  color: #404040;
  text-align: center;
  /*font-weight: 400;*/
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*table {
  width: 100%;
  border-spacing: 0;*/
}

/*td {
  text-align: center;
  padding: 10px 15px;*/
}

.text-left { text-align: left; }

/*th {
  color: #333333;
  font-weight: 400;
  font-size: 1.2rem;
  padding-left: 15px;
  padding-right: 15px;*/
}

/*tr:nth-child(odd) { background-color: #e5e8ed; }*/

tr.tr-header {
  background-color: #c4cdd6;
  height: 50px;
}

.section {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  /*padding-bottom: 30px;*/
}

.section-small {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

.mb-0 { margin-bottom: 0; }
img { max-width: 100%; }
figure { margin: 0; }
figcaption { text-align: center; }

figcaption span {
  display: block;
  color: #333333;
  font-size: 18px;
}

.item-name {
  margin-top: 20px;
  margin-bottom: 10px;
}

.special-items {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.special-item {
  padding-left: 15px;
  padding-right: 15px;
}

hr {
  width: 60%;
  border: 0.5px solid #ccc;
}

.social-icons {
  text-align: center;
  margin-top: 30px;
  
}

.social-icons i { font-size: 1.2rem; }
.social-link-container { display: inline-block; }

.social-link {
  /*color: white;
  background-color: #c5ced8;*/
  border-radius: 2px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px;
  text-decoration: none;
  /*transition: all 10.3s ease;*/
}

.social-link:hover { background-color: #808e9e; }

.contact-link {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}

/*a { transition: all 0.3s ease; }
.contact-link:hover { color: #808e9e; }*/

.footer-text {
  font-size: 0.9rem;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}
.footer-link:hover { color: #c5ced8; }

@media (max-width: 550px) {
  .special-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .special-items {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 480px) {
  .special-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .special-items {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 430px) {
  .responsive-table { overflow-x: auto; }
  table { width: auto; }
  .special-items { flex-direction: column; }
  .special-item { margin-bottom: 40px; }
  figcaption p {
    margin-bottom: 0;
    line-height: 1;
  }
}