html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.container2{
    padding-top: 7rem;
}

/*.card {
    -webkit-box-shadow: -9px -8px 9px -10px rgba(0,0,0,0.66);
    -moz-box-shadow: -9px -8px 9px -10px rgba(0,0,0,0.66);
    box-shadow: -9px -8px 9px -10px rgba(0,0,0,0.66);
}
*/
/*.active{
    background: green !important;
}*/