html, body {
  margin: 0;
  padding: 0;
  border: 0;
}

.degrade-diagonal {
    background: linear-gradient(to bottom right, rgb(154, 248, 226), rgb(133, 147, 143));
  }

.element {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
    width: 600px;
    padding: 20px;
    font-family: "Lucida Console", Courier, monospace;
    font-size: 12px;
    color: black;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.pics {
  text-align: center;
}
.txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: medium;
}
.tableMenu {
  width: 100%;
  height: 10px;
  background-color: white;
}
/* 100% Image Width on Smaller Screens */
div.logo {
  font-family: "Lucida Console", Courier, monospace;
  top: 0;
  background-color: white;
  padding: 40px;
  font-size: 20px;
}
.bodytxt {
    font-family: "Lucida Console", Courier, monospace;
    color: black;
  }

body {
    background: linear-gradient(to bottom right, rgb(136, 149, 143), rgb(204, 209, 207));
    font-family: "Lucida Console", Courier, monospace;
    text-decoration: none;
    border-spacing: 0px;
    padding: 0px 0px;
}
a {
  text-decoration: none;
  font-family: "Lucida Console", Courier, monospace;
  color: black;
}

#myImg11 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg21 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg31 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg32 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg33 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg34 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg41 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg42 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg43 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg51 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg52 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg53 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg54 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg55 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg61 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg62 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg63 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg64 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg71 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg72 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImgc {
  cursor: pointer;
  transition: 0.3s;
}

#myImg11:hover {opacity: 0.7;}
#myImg21:hover {opacity: 0.7;}
#myImg31:hover {opacity: 0.7;}
#myImg32:hover {opacity: 0.7;}
#myImg33:hover {opacity: 0.7;}
#myImg34:hover {opacity: 0.7;}
#myImg41:hover {opacity: 0.7;}
#myImg42:hover {opacity: 0.7;}
#myImg43:hover {opacity: 0.7;}
#myImg51:hover {opacity: 0.7;}
#myImg52:hover {opacity: 0.7;}
#myImg53:hover {opacity: 0.7;}
#myImg54:hover {opacity: 0.7;}
#myImg55:hover {opacity: 0.7;}
#myImg61:hover {opacity: 0.7;}
#myImg71:hover {opacity: 0.7;}
#myImg72:hover {opacity: 0.7;}
#myImgc: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: 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: 80%;
  max-width: 700px;
}

/* 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;
  -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)}
}

/* The Close Button */
.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;
}

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

@media (max-width: 660px) {
  .element {
    grid-template-columns: 1fr;
    width: 80vw;
  }
}


.sticky {
  background-color: #fff;
  position: fixed;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.sticky li a {
  display: inline;
  padding: 5px 20px;
  text-decoration: none;
}

/* menu */

.sticky .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  background-color: #fff;
}

/* menu icon */

.sticky .menu-icon {
  cursor: pointer;
  float: right;
  padding: 28px 70px;
  position: relative;
  user-select: none;
}

.sticky .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.sticky .menu-icon .navicon:before,
.sticky .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.sticky .menu-icon .navicon:before {
  top: 5px;
}

.sticky .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.sticky .menu-btn {
  display: none;
}

.sticky .menu-btn:checked ~ .menu {
  max-height: 280px;
}

.sticky .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.sticky .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.sticky .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.sticky .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.sticky .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.anchor{
  display: block;
  height: 195px; /*same height as header*/
  margin-top: -195px; /*same height as header*/
  visibility: hidden;
}

@media (min-width: 660px) {
  .sticky {
    padding: 20px 0;
  }
  .sticky li {
		display: inline;
  }
  .sticky li a {
    padding: 20px 20px;
  }
  .sticky .menu {
    clear: none;
    max-height: none;
  }
  .sticky .menu-icon {
    display: none;
  }
  .anchor{
    display: block;
    height: 100px; /*same height as header*/
    margin-top: -100px; /*same height as header*/
    visibility: hidden;
  }
}

