/*!
 * 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 {

	font-family: 'Fira Sans', sans-serif;
}

.bg {
width: 100%;
 
      padding-bottom: 20%;
  top: 0;
  left: 0;
  background: url('https://fad.eminerva.eu/files/upd25.jpg') no-repeat center top;
 
  z-index: -1;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.button {
    box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color:#79bbff;
    border-radius:6px;
    border:1px solid #84bbf3;
    display:table;
    cursor:pointer;
    color:#ffffff;
    font-family: 'Fira Sans', sans-serif;
    font-size:20px;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #528ecc;
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;
    width: 100%;
    text-align: center;
}
.button:hover {
    background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
    background-color:#378de5;
    text-decoration: none;
}
.button:active {
    position:relative;
    top:1px;
}
