h1 {
    color: #FFFFFF;
    font-family: Cambria,Georgia,Times New Roman;
    font-size: 30px;
    text-align: center;
    margin: 8px 0 0 0;
    text-shadow: 0px 0px 0 rgb(169,171,207),1px 1px 0 rgb(131,133,169), 2px 2px 0 rgb(93,95,131),3px 3px 2px rgba(0,0,0,0.55),3px 3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);
}
h4 {
    color: #e4b9c0;
    font-family: Cambria,Georgia,Times New Roman;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    margin: 3px 0 0 0;
    text-shadow: 0px 0px 0 rgb(169,171,207),1px 1px 0 rgb(131,133,169), 2px 2px 0 rgb(93,95,131),3px 3px 2px rgba(0,0,0,0.55),3px 3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);
}
h5 {
    color: #FFFFFF;
    font-family: Cambria,Georgia,Times New Roman;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    margin: 3px 0 0 0;
    /*text-shadow: 0px 0px 0 rgb(169,171,207),1px 1px 0 rgb(131,133,169), 2px 2px 0 rgb(93,95,131),3px 3px 2px rgba(0,0,0,0.55),3px 3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);*/
}
h6 {
    color: #FFFFFF;
    font-family: Cambria,Georgia,Times New Roman;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    margin: 4px 0 0 0;
    /*text-shadow: 0px 0px 0 rgb(169,171,207),1px 1px 0 rgb(131,133,169), 2px 2px 0 rgb(93,95,131),3px 3px 2px rgba(0,0,0,0.55),3px 3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);*/
}
.search {
    position: relative;
}
.search-bt {
    position: absolute;
    right: 10px;
    top: 10px;
}

section .logo-lg
{
    background-image: url('../include/bg.png');
/*    background-color: #c94663;
    margin: 10px;
    border-radius: 15px;*/
    text-align: center;
    padding: 5px;
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15), 0 0.025em 0.15em 0em rgba(0,0,0,0.25);
}
.table
{
    margin-bottom: 0px;
}
.table, th
{
    text-align: center;
}
.small-body
{
    font-size: 12px;
    text-align: center;
}
.small-body>tr>td:nth-child(1)
{
    text-align: left;
}
.table-hover>tbody>tr:hover
{
    background-color: #ddd;
}
.bg-brownish-black
{
    background-color: #444;
    color: #999;
}
.caption
{
    color: #000;
    font-family: Cambria,Georgia,Times New Roman;
    font-size: 30px;
    text-align: center;
    /*text-decoration: underline;*/
    margin-bottom: 20px;
}
.header
{
    font-weight: bold;
}






/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 100px;
  right: 25%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 1;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}