html,
body {
    margin: 0;
    font-family: "Lato", sans-serif;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
  padding: 16px;
}

.nav-pills {
  font-size: 16pt;
  border-radius: 5px;
}

/* not active */
.nav-pills .nav-link:not(.active) {
  background-color: rgba(27, 26, 26, 0.5);
  color: rgb(245, 240, 240);
}

.container50 {
  position: relative;
  width: 50%;
}

.container50:hover .overlay {
    opacity: 0.85;
}

.container {
  width: 100%;
  height: auto;
}

.container:hover .overlay {
  opacity: 0.85;
}
  

/* active (faded) */
/* .nav-pills .nav-link.active {
background-color: rgba(27, 26, 26, 0.2);
color: rgb(12, 12, 12);
} */

.nav-pills .nav-link.active {
  background-color: rgba(235, 235, 235, 0.933);
  color: var(--dark-gray);
}

/* body {
  font-family: "Lato", sans-serif;
} */

:root {
  --dark-gray: #111;
}

.sidebar {
  height: 100%;
  width: 450px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /* background-color: #111; */
  background-color: var(--white-smoke);
  overflow-y: scroll;  
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 22px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar a:active {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  visibility: hidden;
  /* display: none; */
}

.openbtn {
  /* font-size: 20px; */
  font-size: 2.5em;
  cursor: pointer;
  /* background-color: #111; */
  background-color: var(--white-smoke);
  color: var(--dark-gray);
  /* padding: 10px 15px; */
  border: none;
  /* visibility: hidden; */
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
  font-family:Arial, Helvetica, sans-serif;
}

.scrol-note {
  font-size: 1.5em;
  text-align: center;
  padding-bottom: 1dvw;  
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

/* .openbtn:hover {
  background-color: #444;
} */

#openBn {
  visibility: hidden;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
  margin-left: 450px;
}

/* #mnavB {
  position: fixed;
  top: 0;
} */

div.relative {
  position: fixed;
  right: 0;
  width:100%;  
  height: min-content;
  padding: 16px;
  margin-left: 450px;
  background-color: rgb(137, 139, 139);
  border: 3px solid #73AD21;
} 

div.absolute {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 16px;
  /* width: auto; */
  /* height: 30px; */
  /* float: right; */
  border: 3px solid #73AD21;
  color: white;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  /* background-color: #111; */
  background-color: var(--dark-gray);
  opacity: 0.3;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 8px;
}

#myBtn:hover {
  background-color: #555;
  opacity: 1.0;
}

.zoom-in {
    cursor: zoom-in;
}

.card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #141d3b;
}

/* .overlay a:hover {
  text-decoration: none;
  color: white;
} */

.container:hover .overlay {
  opacity: 0.85;
  }

.text {
    color: white;
    font-size: 2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

p {
    font-size: 1.2vw;
    font-style: italic;
}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 1100px) {
  .sidebar {padding-top: 15px; width: 0px;}
  .sidebar a {font-size: 18px;}
  .sidebar .closebtn {visibility: visible;}
  #openBn {visibility: visible;}
  #main {margin-left: 0px;}
  /* .text{font-size: 18px;}
  p {font-size: 14px;} */
}

.fa {
    padding: 5px;
    font-size: 2.2em;    
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: #444;      
}

.fa:hover {
    opacity: 0.7;
    color: #444;
}

a:link,a:hover {
  text-decoration: none;  
  /* color: white; */
}

div.navpan {
    width: 100%;
    background-color: whitesmoke;
    display: inline;
}

.find-me-note {
  font-size: 2.2em;
  text-align: center;
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
  font-family: Arial, Helvetica, sans-serif; 
}

.item-title {
  font-size: 2.2em;
  text-align: center;
}

