.theme{
  position: relative;
  height: 300px;
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 0;
}

.centered {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%,0%);
  color:rgb(236, 221, 13);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.centered2 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-49.5%,-1.1%);
  color: rgb(15, 15, 175);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* .column {
    float: left;
    width: 33.33%;
  }
   */
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  /* .navbar navbar-expand-sm bg-dark navbar-dark
  {
    margin-top: 0;
  } */

  /* Style the links inside the pill navigation menu */
.nav nav-pills flex-column a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
}

/* Change the color of links on mouse-over
.top-nav-item a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

/* Change the color of links on mouse-over */
.nav-item a:hover {
  background-color: orangered;
  color:yellow;
}

.nav-link a:hover {
  color: black;
}

/* Add a color to the active/current link */
/* .nav-item a.active {
  background-color: dodgerblue;
  color: white;
}  */ */

/* .footer{
  padding: 0px;
  background-color: transparent;
  text-decoration: underline;
} */

* {
  box-sizing: border-box;
  /* font-family: ’Lato’, sans-serif; */
  margin: 0; 
  padding: 0;
}
ul {
  list-style: none;
  padding-left: 0;
}

/* a:hover {
  text-decoration: underline;
  color:orangered;
} */

.col-sm-4 {
  background-color: white;
}



