
html {
  height:100vh;
}

body {
  height:100vh;
  background-color: black;
}

h1 {
  background-color: black;
  color: white;
}

h3 {
  color: white; 
}

pineapple1 {
  color: yellowgreen; 
  font-size: 30px;
}

pineapple2 {
  color: burlywood; 
  font-size: 20px;
}

pineapple3 {
  color: white; 
  font-size: 15px;
}


.zoomcontainer {
  margin-right: auto;
  margin-left: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  border: 0px; 
  height: 97vh;
  width: 63%;
}

.zoomcontainer img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
}

/* change the background color */
.nav-custom {
  color: whitesmoke;
  background-color: #232873;
  /* z-index: 1;
  top: 0;
  left: 0; */
}
/* change the brand and text color */
.nav-custom .navbar-brand,
.nav-custom .navbar-text {
    color:#12909b;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    display: block;
}
/* change the link color */
.nav-custom .navbar-nav .nav-link {
    color:#12909b;
}
/* change the color of active or hovered links */
.nav-custom .nav-item.active .nav-link,
.nav-custom .nav-item:focus .nav-link,
.nav-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.zoomlogo {
  color: whitesmoke;
  font-family: 'Lato', sans-serif;
  font-size: 30px; 
}

.navbar-custom a {
  color: yellowgreen; 
}

.bg-tiles {
  background-image: url("/static/pil_green.png");
  max-width: 700px;
  max-height: 400px;
  background-color: powderblue;
  display: block;
  margin-left: 20%;
  margin-right: 20%;
}

.tiles-spacer{
  position:relative;
  width: 400px;
  height: 400px;
}

.responsive {
    max-width: 100%;
    height: auto;
  }

.container-fluid {
  position: absolute;
  padding-right: 0px;
  padding-left: 0px;
}
/* The side navigation menu */


/* The navigation menu links */


/* When you mouse over the navigation links, change their color */


/* Position and style the close button (top right corner) */
/* .dldbsidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
} */

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* #main {
  transition: margin-left .5s;
  padding: 20px;
} */

/* 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-height: 450px) {
  .dldbsidenav {padding-top: 15px;}
  .dldbsidenav a {font-size: 18px;}
} */



