#wrapper 
{
    padding: 0px;
    border: 0px;
    width: 950px;
    margin:0px auto 0px auto;
}
#wrappercon 
{
    background-color: white;
    opacity: 0.9;
    width: 950px;
    margin:0px auto 0px auto;
    height: 800px;
}
#wrapperall 
{
    background-color: white;
    opacity: 0.9;
    width: 950px;
    margin:0px auto 0px auto;
    height: 1100px;
}
#wrapperabo 
{
    background-color: white;
    opacity: 0.9;
    width: 950px;
    margin:0px auto 0px auto;
    height: 1200px;
}
#menubar
{
    padding-right: 35%;
    height: 50px;
    background-color: black;
}
.menuhead
{
    color: white;
}
div.menu
{
    width: 100px;
    height: 50px;
￼    color: white;
    padding-top: 6px; 
    text-align: center;
    text-decoration: none;
    display: block; 
    float: right;
}
div.menu:hover a 
{ 
    color: red; 
}
#logo
{
    background-size: 100% 100%;
    margin-top: 20px;
    width: 950px;
    height: 450px;
    z-index: -1;
}
#boxl
{
    width:300px;
    height:300px;
    background-color: aliceblue;
    position: absolute;
    margin-top: 60px;
    
}
#boxr
{
    width:620px;
    height:300px;
    background-color: aliceblue;
    position: absolute;
    margin-left: 325px;
    margin-top: 60px;
}
#lasthome
{
    background-color: black;
    position: absolute;
    top: 900px;
    margin-bottom: 30px;
    height: 50px;
    width: 1500px;
}
#lastcon
{
    background-color: black;
    position: absolute;
    top: 870px;
    margin-bottom: 30px;
    height: 50px;
    width: 1500px;
}
#lastall
{
    background-color: black;
    position: absolute;
    top: 1200px;
    margin-bottom: 30px;
    height: 50px;
    width: 1500px;
}
#lastabo
{
    background-color: black;
    position: absolute;
    top: 1400px;
    margin-bottom: 30px;
    height: 50px;
    width: 1500px;
}
#box1
{
    position: absolute;
    top: 340px;
    left: 300px;
    width: 400px;
    height: 200px;
    float:  left;
    margin-top: 50px
}
#box2
{
    position: absolute;
    top: 340px;
    left: 770px;
    width: 300px;
    height: 200px;
    margin-top: 50px;
    margin-left: 50px;
}
#box3
{
    position: absolute;
    top: 580px;
    left: 770px;
    width: 300px;
    height: 200px;
    margin-top: 50px;
    margin-left: 50px;
}
#box4
{
    position: absolute;
    top: 580px;
    left: 300px;
    width: 400px;
    height: 200px;
    margin-top: 50px
}
#box5
{
    position: absolute;
    top: 820px;
    left: 300px;
    width: 400px;
    height: 200px;
    margin-top: 50px
}
#box6
{
    position: absolute;
    top: 820px;
    left: 820px;
    width: 400px;
    height: 200px;
    margin-top: 50px
}
#contacthead
{
    
    top: 500px;
    position: absolute
    width: 500px;
    height: 300px;
    border: 5px;
    border-style: solid;
    z-index: -1;
    
}
#address
{
    width: 300px;
    height: 80px;
    margin:0px auto 0px auto;
    position: absolute;
    left: 300px;
    top: 500px;
}
#comment
{
    width: 450px;
    height: 60px;
    position: absolute;
    left: 300px;
    top: 600px;
}
#email
{
    width: 450px;
    height: 40px;
    position: absolute;
    left: 300px;
    top: 670px;
}
#tel
{
    width: 450px;
    height: 40px;
    position: absolute;
    left: 300px;
    top: 720px;
}
#name
{
    width: 600px;
    height: 80px;
    margin:0px auto 0px auto;
    position: absolute;
    left: 300px;
    top: 500px;
}
#picbox
{
    width: 150px;
    height: 160px;
    position: absolute;
    left: 390px;
    top: 10px;
    z-index: 1;
}
#picbox1
{
    width: 150px;
    height: 160px;
    position: absolute;
    left: 1000px;
    top: 50px;
    z-index: 1;
}
#boxlet1
{
    background-color: white;
    width: 530px;
    height: 70px;
    position: absolute;
    left: 285px;
    top: 200px;
    opacity: 0.7;
}
#boxlet2
{
    background-color: white;
    width: 360px;
    height: 70px;
    position: absolute;
    left: 285px;
    top: 280px;
    opacity: 0.7;
}
#boxlet3
{
    background-color: white;
    width: 600px;
    height: 70px;
    position: absolute;
    left: 285px;
    top: 360px;
    opacity: 0.7;
}
#let1 
{
    text-align: center;
    font-size: 50px;
}
#let2
{
    text-align: center;
    font-size: 40px;
}
#let3
{
    text-align: center;
    font-size: 40px;
}
#contact
{
    width: 600px;
    height: 600px;
    position: absolute;
    background-color: aliceblue;
    top: 1000px;
}

/* -----------------------------------------------picture 1 */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover 
{
    opacity: 0.7;
    display: block;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: left;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-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)}
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
/* --------------------------------------------------picture 2*/
#myImg1 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg1:hover {opacity: 0.7;}
.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}
.modal-content1 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
#caption1 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: left;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content1, #caption1 { 
    -webkit-animation-name: zoom;
    -webkit-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)}
}
.close1 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close1:hover,
.close1:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
    .modal-content1 {
        width: 100%;
    }
}
/* --------------------------------------------------picture 3*/
#myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg2:hover {opacity: 0.7;}
.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}
.modal-content2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
#caption2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: left;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content2, #caption2 { 
    -webkit-animation-name: zoom;
    -webkit-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)}
}
.close2 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close2:hover,
.close2:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
    .modal-content2 {
        width: 100%;
    }
}
/* --------------------------------------------------picture 4*/
#myImg3 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg3:hover {opacity: 0.7;}
.modal3 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}
.modal-content3 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
#caption3 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: left;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content3, #caption3 { 
    -webkit-animation-name: zoom;
    -webkit-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)}
}
.close3 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close3:hover,
.close3:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
    .modal-content3 {
        width: 100%;
    }
}
/* --------------------------------------------------picture 5*/
#myImg4 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg4:hover {opacity: 0.7;}
.modal4 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}
.modal-content4 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
#caption4 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: left;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content4, #caption4 { 
    -webkit-animation-name: zoom;
    -webkit-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)}
}
.close4 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close4:hover,
.close4:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
    .modal-content4 {
        width: 100%;
    }
}
/* --------------------------------------------------picture 6*/
#myImg5 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg5:hover {opacity: 0.7;}
.modal5 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}
.modal-content5 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
#caption5 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: left;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content5, #caption5 { 
    -webkit-animation-name: zoom;
    -webkit-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)}
}
.close5 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close5:hover,
.close5:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
    .modal-content5 {
        width: 100%;
    }
}
/* --------------------------------------------------picture 7*/
#myImg6 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg6:hover {opacity: 0.7;}
.modal6 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}
.modal-content6 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
}
#caption6 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: left;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content6, #caption6 { 
    -webkit-animation-name: zoom;
    -webkit-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)}
}
.close6 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close6:hover,
.close6:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
    .modal-content6 {
        width: 100%;
    }
}
/*-------------------------------------------------for slide show */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: red;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}