body {
    background-image: url("../img/2019-03-30_22-04-55_Biscit.jpg");
    background-size: cover;
    font-family: 'Ubuntu', sans-serif;
}

/* Remove the navbar's default rounded borders and increase the bottom margin */ 
.navbar {
    margin-bottom: 50px;
    border-radius: 0;
}

/* Remove the jumbotron's default bottom margin */ 
.jumbotron {
    margin-bottom: 0;
    background-image: url("../img/2019-03-30_22-05-41_Biscit.jpg");
    background-size: cover;
    color: rgba(218, 0, 16, 1);
}

.panel {
    background-color: rgba(255, 255, 255, 0.7);
}

/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 25px;
}

.navbar-brand {
    padding: 0px;
    height: 80px;
}

.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}

.nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.panel-primary > .panel-heading {
    background-color: #aa0bc6;
    border-color: #aa0bc6;
}

.panel-primary {
    border-color: #aa0bc6;
}

.navbar-inverse {
    background-color: #ab0602;
    border-color:#ab0602;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color:rgba(218, 0, 16, 1);
}

.navbar-inverse .navbar-nav > li > a {
    color: #f0b0b0;
}

.download {
    margin: 8px;
}

header {
    
    margin: 0;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

img,
iframe {
    max-width: 100%;
}

.Maybe {
    color: #c19614;
}
.Yes {
    color: #4e8749;
}

.download {
    margin: 8px;
}


/* Konami code specific CSS */
/* Copy right of Patch belongs to https://www.furaffinity.net/user/ask-patch 
   This easter egg was included in memory of this great blog. */
.konami-patch 
{
    position: fixed;
    bottom:       0;
    left:    -363px;
    height:   400px;
    width:    363px;
    z-index: 999999;
    background: url('../img/konami.png') no-repeat center center;
    transition: left 7s linear;
}