body {
    color: #000;
    font-family: sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 13px;
   /* background: url(bg.png) top left repeat;*/
}
a {
    text-shadow: none;
    color: #0d638f;
}
ul {
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size:35px;
}
.demo {
    width: 980px;
    margin: 0px auto;
}

.options {
    width: 200px;
    float: left;
    margin-top: 30px;
}

.options h3 {
    font-size: 20px;
}

.options a {
    padding: 12px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    display: block;
    background: #535353;
    color: #FFF;
    text-decoration: none;
}
a.backLink {
    float:right;
    margin-bottom:10px;
}
.col-centered
{
margin-left: auto;
    margin-right: auto;
    float: none;
}
.g-padding-y-160--xs
 {
 padding-top: 11.375rem;
    padding-bottom: 9.375rem;
}
.activebt
{ color:/*#d11120*/ #ffffff!important;} 

.Nav-shadow {
/* border: 1px solid;*/
  padding: 10px;
  box-shadow: 5px 5px 15px #888888;
}
.footer-small
{ background-color:#C8102E;

}
#wrapper {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
    position: relative;
    min-width: 980px;
    max-width: 1140px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
#container {
    position: relative;
    margin: 0;
    display: block;
    overflow: hidden;
    background: #fff;
}
/* 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: 1050 /*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: 50%;*/
 /* max-width: 700px;*/  max-width: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* 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: 5px;
  right: 8px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.img-box
{/*box-shadow: 1px 1px 5px #000;
padding: 10px;*/
}

/* contact page*/
.jumbotron {
background: #358CCE;
color: #FFF;
border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #FFF;
}
.h1 small {
font-size: 24px;
}

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