/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template/the-big-picture)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {
  /*background: url('http://placehold.it/1920x1080') no-repeat center center fixed;*/
  background-color: rgba(204,204,204,1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.secondary{
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  width: 100%;
}
.box{
  flex: 1 0 20%;
  text-align: center;
  margin: 15px;
  overflow: hidden;
  min-height: 150px;
  font-size: 13pt;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.box b{
 font-size: 16pt;
}
.g1{
  color: white;
  background-color: rgba(60, 179, 113, 0.8);
}
.g2{
  color: white;
  background-color: rgba(255, 165, 0, 0.8);
}
.g3{
  color: white;
  background-color: rgba(85, 141, 199, 0.8);
}

.box.g1:hover{
  background-color: rgba(60, 179, 113, 1);
}
.box.g2:hover{
  background-color: rgba(255, 165, 0, 1);
}
.box.g3:hover{
  background-color: rgba(85, 141, 199, 1);
}
