/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

#logo {
    position: absolute !important;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    float: none;
    height: 80px;
    left: 0;
    right: 0;
    padding: 0 !important;
  }

.vh-100-80px {
  height: calc(100vh - 80px) !important;
}

.box-fancy [class*="col-"] {
  padding-top: 15% !important;
}

.btn-light:hover span {
  color: #333 !important;
  font-weight: 700;
}