nav {
    color: rgb(9, 9, 120);
    background-color: rgb(219, 219, 206);
    text-align: right;
    padding: 19px 27px 17px;
}


nav img {
    float: left;
    padding-left: 25px;
}


nav li{
    display: inline-block; text-decoration: none; padding: 1%;
    font-weight: bold;
    font-size: 16pt;
}


nav li:hover {
    color:rgb(219, 219, 206);
    background-color: rgb(9, 9, 120);
}


a:link {
    color: rgb(9, 9, 120);
    text-decoration: none;
}


a:visited {
    color: rgb(9, 9, 120);
    text-decoration: none;
}


nav a:hover {
    color:rgb(219, 219, 206);
}




main {
    background-color: rgb(250, 250, 231);
    padding-bottom: 10px;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}






#intro {
    padding: 20px;
    font-family: "Lugrasimo";
    color: rgb(9, 9, 120);
    text-align: center;
    margin-bottom: 60pt;
}


#intro h1 {
    font-size: 40pt;
    font-weight: bold;
}


#intro p{
    font-size: 16pt;
    margin-top: 20px;
}








#gallery {
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: center;
    color: rgb(144, 70, 13);
    font-weight: bold;
    text-shadow: gray 2px 2px 3px;
    font-size: 23pt;
}


#gallery h1 {
    margin-bottom: 10px;
    text-decoration: underline;
}


.gallery-photo {
    margin: 5px;
    display: inline-block;
    cursor: pointer;
}


.gallery-photo img {
    border: solid rgb(9, 9, 120) 3px;
    border-radius: 8px;
    box-shadow: 3px 3px 5px gray;
}


/* ========================================================================================= */
/* The Modal background */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color:  rgb(219, 219, 206);;
  }

  /* Modal Content */
.modal-content {
    position: relative;
    /* background-color: #fefefe; */
    margin: auto;
    padding: 0;
    height: 595px;
    /* width: 70%; */
    max-width: 834px;
  }
  
  /* The Close X Button */
  .close {
    color: rgb(9, 9, 120);
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 55px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: rgb(144, 70, 13);
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    /* position: absolute; */
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color:  rgb(9, 9, 120);
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  /* background-color: rgba(0, 0, 0, 0.8); */
  color: white;
}

/* Number text (1/12 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 22px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

  
  .scrollbarImage {
    opacity: 0.6;
  }
  
  .active,
  .scrollbarImage:hover {
    opacity: 1;
  }

  
  

/* ================================================================================== */

#contact {
    text-align: center;
    color: rgb(144, 70, 13);
    margin-bottom: 60pt;
}


#contact h1 {
    margin-bottom: 10px;
    font-size: 23pt;
    font-weight: bold;
    text-shadow: gray 2px 2px 3px;
    text-decoration: underline;
}


#tour {
    margin: 30px auto;
    text-align: left;
}


.centerForm {
    display: flex;
    justify-content: center;
}


#contactForm {
    border:  rgb(9, 9, 120) solid 1px;
    box-shadow: 3px 3px 5px gray;
    background-color: #e7feff;
    color:  rgb(9, 9, 120);
    padding: 20px;
    width: 27%;
}


#contactForm legend {
    font-weight: bold;
}


#purposeSection {
    margin-bottom: 15px;
    border: none;
}

#customerInfo {
    border: none;
}

#customerInfo input {
    margin: 5px;
}


#customerInfo select {
    margin: 5px;
}


#commentSection {
    margin-top: 15px;
    border: none;
}


button {
    margin: 10px;
    padding-left: 13%;
    padding-right: 13%;
    font-weight: bold;
    border: solid black 2px;
    cursor: pointer;
}

button:hover {
    color: #e7feff;
    background-color: black;
    border: solid #e7feff 2px;
}




#exterior {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}


#exterior img {
    border: double rgb(144, 70, 13) 4px;
    border-radius: 15px 50px;
}


#exterior ul {
    color: rgb(9, 9, 120);
    font-size: 15pt;
    list-style: none;
}


#exterior ul h2 {
    color: rgb(144, 70, 13);
    font-weight: bold;
    text-shadow: gray 2px 2px 3px;
    font-size: 23pt;
    text-indent: 1em;
    text-decoration: underline;
}




footer {
    color: rgb(9, 9, 120);
    background-color: rgb(219, 219, 206);
    text-align: center;
}


footer p{
    padding: 3pt;
}




/* Temporary screen size fix for mobile devices */
@media (max-width: 1200px) { #exterior { flex-direction: column; } }