/*
Fonts
-----

*/
body {
    font-size: 100%;
}

.card-img-top {
    width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

.card-title {
  margin: 0px 0px 0px 0px;
  font-weight: bold;
}

/* Getting started index page */

.intro-card {
  background: #fff;
  border-radius: 0;
  padding: 10px 10px 10px 10px;
  margin: 10px 0px;
}

.intro-card .card-text {
  margin: 20px 0px;
  /*min-height: 150px; */
}

.custom-button {
  background-color: #d5d7e6;
  color: #484848;
  border: none;
  padding: 6.5px;
  text-decoration: none;
  font-size: 1.1rem;
  border-radius: 0.5rem;  
}

.custom-button:hover {
  background-color: #4eb3f1;
  color: #484848;
}
.custom-button a {
  color: #484848;
}

.custom-button p {
  margin-top: 0;
  margin-bottom: 0rem;
  color: #484848;
}

/*
Gallery
*/
/*
/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 33%;
  padding: 5px;
}


/* Style the images inside the grid */
.column img {
  opacity: 1;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
  position: relative;
  display: none;
  text-align: center;
  background-color: #000000;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  position: relative;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}
