@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@1,700&display=swap');
body{
    background-color: #313C49;
    height: 100%;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
div.mt15{
    margin-top: 15px;
}
a.fot{
    text-decoration: none;
    cursor: default;
    color: #6c757d;
}
a.fot:hover{
    text-decoration: none;
    cursor: default;
    color: #8a949c;
}
.carousel-caption {
    position: absolute;
    z-index: 1;
    display:table;
    width:100%;
    height:100%;
}

.absolute-div {
    position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
}
.banner{
  background:url(../img/overlay.png),url(../img/c.jpg);
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: center center;
  background-position: top;
}
.vertical-center {
  min-height: 100%; 
  min-height: 100vh;    
  display: flex;
  align-items: center;
}