/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

p.nav-link.button {
    background: white;
    border-radius: 4px;
    margin-top: 15px;
    font-weight: 500;
}
.bg-dark {
    background: #0F2027;
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
}
header.py-5.bg-image-full {
    margin-top: 30px;
}

img.img-fluid.d-block.mx-auto {
    padding-top: 50px;
    padding-bottom: 50px;
}
table.table {
    background: #172c34;
    text-align: center;
    border-radius: 10px;
    color: white;
}
