body {
    font-family: 'Roboto', serif;
    line-height: 1.5rem
  }
.bg-texture {
    background: transparent radial-gradient(circle farthest-side at right bottom,#409dec 5%,#4090ec 25%,#2394ca 80%,#409aec 98%) repeat scroll 0 0;
    /* background-image: url(../img/intro-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top; */
}
.footer{
    background-color: #ffffff;
    padding: 1rem 1.5rem
}
.button.is-warning {
    background-color: #ff6916;
    color:white
}
.button.is-warning:hover{
    background-color: #ff5b00;
    color:white
}
.navbar{
    background-color: #ffffff;
    padding-top: 0.5rem
}
.navbar-item .title {
    color: #245281;
}