/*html
{ 
	background: url("bgimage.jpg") no-repeat center center fixed; 
  
	-webkit-background-size: cover;

	-moz-background-size: cover;

        -o-background-size: cover;

        background-size: cover;

}*/
html::before {
  content: ' ';
  display: block;
  background-image: url("bgimage.jpg");
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;

}

body { font-family: arial;  font-size:120%; height:  100%}

h1 { background-color: transparent;    border: 1px none;   color:#39F;    text-align: center;}

table { background-color: transparent;    border: 1px none;}

td {border: 1px;    text-align: left;}

p { color:rgb(0, 0, 0);    text-indent: 20px;  }

/* unvisited link */
a:link {
    color: #0712BD  ;
}

/* visited link */
a:visited {
    color: #8607BD  ;
}

/* mouse over link */
a:hover {
    color: #079CBD  ;
}

/* selected link */
a:active {
    color: #BD0723  ;
}

.accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 1px;

    border: none;
    text-align: left;
    outline: none;
    font-size: 100%;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ADD8E6;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 8px;
    clear: both;
}

.active:after {
    content: "\2212";
}

.panel {

    background-color: transparent;
    max-height:  0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#Img1 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img1:hover {opacity: 0.7;}

#Img2 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img2:hover {opacity: 0.7;}

#Img3 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img3:hover {opacity: 0.7;}

#Img4 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img4:hover {opacity: 0.7;}

#Img5 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img5:hover {opacity: 0.7;}

#Img6 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img6:hover {opacity: 0.7;}

#Img7 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img7:hover {opacity: 0.7;}

#Img8 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img8:hover {opacity: 0.7;}

#Img9 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img9:hover {opacity: 0.7;}

#Img10 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img10:hover {opacity: 0.7;}

#Img11 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img11:hover {opacity: 0.7;}

#Img12 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img12:hover {opacity: 0.7;}

#Img13 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img13:hover {opacity: 0.7;}

#Img14 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img14:hover {opacity: 0.7;}

#Img15 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img15:hover {opacity: 0.7;}

#Img16 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img16:hover {opacity: 0.7;}

#Img17 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img17:hover {opacity: 0.7;}

#Img18 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img18:hover {opacity: 0.7;}

#Img19 {
    border-radius: 12px;
    border-style: ridge;
    cursor: zoom-in;
    transition: 0.3s;
}

#Img19: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: 20px; /* 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: 100%;
    max-width: none;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -moz-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;    
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f5ad9d;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.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%;
    }
}   