.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  justify-content: left;
        height:100%;
}
 
section { height: 100%

 }


.wrapper {
            min-height: 100%;
            display: grid;
            grid-template-rows: auto 1fr auto;
        }

        .page-header,
        .page-footer {
            background-color: rgb(75, 70, 74);
            color: #fff;
            padding: 20px;
        }

        .page-body {
            padding: 20px;
        }
        

/*Start of index.html styling*/

/*START OF LIGHTBOX*/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

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

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

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

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  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);
}

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

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*END OF LIGHTBOX*/

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 1px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 75px;
  right: 0%; 
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */

}


#footer {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 12px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
  
}



div.gallery {
  margin: 5px;
  float: left;
  width: 165px;
background-size:auto;
}


div.gallery img {
  width: 100%;
  height: auto;
  position: relative;

  /*object-fit: cover*/
}

@media screen and (max-width:600px){
  #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  cursor: pointer;
}


#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
}


@media screen and (min-width:601px){
  #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  cursor: pointer;
}


#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
}


button {
  background-color: ; /* Green */
  border: none;
  color: blue;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
width: 100%;

}

.topnav {
  overflow: hidden;
}

/* Style the topnav links */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 20px 20px;
  font-size:20px;
  text-decoration: none;

}

 .logo-image{
    width: 100px;
    height: auto;
    border-radius: none;
    overflow: hidden;
   /* margin-top: -6px;*/
            display: block;
            justify-items: center;
    margin: -1rem auto .5rem auto;
              /*2rem auto */
      
}




.subnav {
  float: left;
  overflow: hidden;
 
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}


.button2 {
  background-color: transparent; /* Green */
  border: none;
  color: blue;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
width: 10px;

}


.img1D{

  width: 76px;
  height: auto;
  margin: 2px;
}


.navbar {
  width: 100%;
  background-color: #fff;
  overflow: auto;
}

.navbar a {
  float: left;
  padding: 20px;
  color: black;
  text-decoration: none;
  font-size: 17px;
  text-align:center; /*addition*/
        justify-content: center;

}

.navbar a:hover {
  background-color: #eee;
}

.active {
  background-color: #eee;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
  }
}


* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}


/*.header {
  background-color: #f9f7f4;
  color: #000000;
  font-size: 10px;
  padding: 12px;
}*/

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #000000;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
  background-color: #f9f7f4;
  /*padding: 15px;*/
  padding-bottom: 50px;
    padding-left: 3px;
    margin-left: 3px;
    font-style: italic;
  color: #000000;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}



/*.footer {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 12px;
  padding: 15px;

}*/

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

 .topnav {
  overflow: hidden;
}

/* Style the topnav links */
.topnav a {
  /*original*/
  float: left; 
  color: black;
  text-align: center;
  padding: 20px 20px;
  font-size:20px;
  text-decoration: none;
  /*original*/
  /*display: flex;
  align-items: center;
  justify-content: center;*/

}

/* Change color on hover */
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }


img { /*for work images */
  width: 75%;
  height: auto;
  margin: 10px;
}

img.nav{
width: "60px";
height:auto;
id:logo;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}

div.sticky2 {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}



.tooltip {
  position: relative;  
  display: inline-block;
  border-bottom: 1px dotted black;
}


.tooltip .tooltiptext {
  visibility: hidden;
        display: flex;
  width: 200px;
  background-color: black;
  color: #fff;
  border-radius: 1px;
  padding: 5px 0;

  /*Position the tooltip
  position: absolute;
  z-index: 1;
  top: 75px;
  right: 105%; */ 
        position: relative;
        width: 300px;
        cursor: pointer;
        text-align: center;
        user-select: none;
        -webkit-transform: translateZ(0);
        -webkit-font-smoothing: antialiased

}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 12px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}

.collapsible {
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #ffffff;
}

 .logo-image{
    width: 100px;
    height: auto;
    border-radius: none;
    overflow: hidden;
   /* margin-top: -6px;*/
            display: block;
            justify-items: center;
    margin: -1rem auto .5rem auto;
              /*2rem auto */
      
}




.badge {
  position: relative;
  width: 300px;
  cursor: pointer;
  text-align: center;
  user-select: none;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased
}
.logo {
  background-image: 
  width: 200px;
  height: 200px;
  cursor: pointer;
  display: block;
  margin: 0 auto
}
#trigger a {
  display:block;
  height:100%;
        /*width:100%;*/
        width:auto;
}
.dialog {
    background: #fff;
  bottom: 100%;
  color: #666;
  display: block;
  left: -25px;
  opacity: 0;
  padding: 25px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  transform: translateY(10px);
  transition: all .25s ease-out;
}
#trigger:hover ~ .dialog,
#trigger:hover + .dialog
#trigger:active ~ .dialog,
#trigger:active + .dialog {
  opacity: 1;
}
.dialog:target {
    opacity:1;
    pointer-events: auto;
}

.close.button {
  color: #666;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 15px;
  text-decoration: none;
}


.close.box {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  color: inherit;
  text-decoration:none; 
}


.subnav {
  float: left;
  overflow: hidden;
 
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}



button {
  background-color: ; /* Green */
  border: none;
  color: blue;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
width: 100%;

}


.button2 {
  background-color: transparent; /* Green */
  border: none;
  color: blue;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
width: 10px;

}


@media screen and (min-width:601px){
  #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  cursor: pointer;
}


#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
}

@media screen and (max-width:600px){
  #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  cursor: pointer;
}


#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
}

/*2023 Added*/

.lg-custom-thumbnails {
    &.lg-outer 
        width: auto;
        // Set space for the container to occupy thumbnails
        right: 225px;

        // Add some spacing on the left to match with the right hand side spacing
        left: 10px;

        .lg-thumb-outer 
            // Set the position of the thumbnails
            left: auto;
            top: 0;
            width: 225px;
            bottom: 0;
            position: fixed;
            right: 0;

            // Reset max height
            max-height: none;

            // Customize the layout //Optional
            background-color: #999;
            padding-left: 5px;
            padding-right: 5px;
            margin: 0 -10px;
            overflow-y: auto;

            // Update transition values
            // By default thumbnails animates from bottom to top
            // Change that from right to left.
            // Also, add a tiny opacity transition to look better
            transform: translate3d(30%, 0, 0);
            opacity: 0;
            will-change: transform opacity;
            transition: transform 0.15s cubic-bezier(0, 0, 0.25, 1) 0s, cubic-bezier(
                        0,
                        0,
                        0.25,
                        1
                    ) 0.15s;
        }

        &.lg-thumb-open {
            .lg-thumb-outer 
                transform: translate3d(0, 0, 0);
                opacity: 1;
            }
        }

        // Add hove effect //Optional
        .lg-thumb-item {
            filter: grayscale(100%);
            will-change: filter;
            transition: filter 0.12s ease-in, border-color 0.12s ease;
            &:hover,
            &.active 
                filter: grayscale(0);
                border-color: #545454;
            }
        }

        .lg-thumb {
            padding: 5px 0;
        }
    }
}

/*end of index.html styling*/




div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 500px;
  background-size:100%;
or
background-size:auto;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
  position: relative;

  /*object-fit: cover*/
}


div.desc {
  padding: 15px;
  text-align: center;
} 
div.left {
  border: 1px solid black;
  margin: 25px 50px;
  background-color: lightblue;
}

.header {
  padding: 20px;
  text-align: center;
  background: white;
  color: black;
}

.header p {
  font-size: 40px;
  float: none;
}

.header h2 {
  float: none;
}




.topnav {
  overflow: hidden;
}

/* Style the topnav links */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 20px 20px;
  font-size:20px;
  text-decoration: none;

}

/* Change color on hover */
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }


div.text {
  padding: 50px;
  text-align: left;
  background: white;
  border: white;
  color: grey;
 
}

div.text2 {
  padding: 500px;
  text-align: right;
  background: white;
  border: white;
  color: grey;




* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
  border: 1px solid red;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}


@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}




.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

.button {

  background-color: transparent;
  border: none;

  padding: 1px 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

a.hover:hover {
  box-shadow: 0 12px 16px 0 rgba(0,2,2,5.34),0 17px 50px 0 rgba(0,0,0,120000000000000.99);

}

a:link, a:visited {
  background-color: transparent;
  color: black;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: greenyellow;
}



circle {
  fill: black;
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}

svg {
  width: 1
  200px;
}

a.circle:link {
background-color: transparent;

}

a.circle:hover {

}
/* @media all and (min-width: 36em){
  .main { float: left; width:60%; }
  .sidebar { float: left; width:40%; }
}

/* Second breakpoint at 800px */
/* Adjusts column proportions, tweaks base H1 */
/* @media all and (min-width: 50em){
  .main { width:70%; }
  .sidebar { width:30%; }
  */

  #page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 12px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}


.subnav {
  float: left;
  overflow: hidden;
 
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}



@media screen and (min-width:601px){
  #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  cursor: pointer;
}


#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
}

@media screen and (max-width:600px){
  #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  cursor: pointer;
}


#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
}







