header, footer {
    background-color: #231f20;
}

.motogp-display, .motogp-text {
	font-family: "Roboto Condensed", sans-serif;
}

.border-red-motogp {
	border-color: #ed1c24;
}

.red-motogp {
	color: #ed1c24;
}

.red-motogp:hover {
	color: #ed1c24;
}

.bck-red-motogp {
	background-color: #ed1c24;
}

.bck-red-motogp:hover {
	background-color: rgba(237, 28, 36, 0.7)
}

.border-motogp {
  Border-color: #c7b270;
}

.subtitle-motogp {
    font-size: 1.75rem;
    line-height: 1.75rem;
}

.text-motogp {
    /*font-size:1.5rem;*/
    font-size: calc(1.275rem + .3vw);
}

.btnfixsize {
    width: 190px;
}

#partecipate {
    background-image: url('https://proseccowine-motogp.it/img/PATTERN_fondoBIANCO.jpg');
    background-position: top center;
    background-repeat: repeat;
    background-size: 70%;
}

#race {
  font-size: calc(1.275rem + .3vw);
}

#partecipatebtn {
    witdh: 116px;
}

.navbar-toggler-icon {
    background-size:140%;
}

@media screen and (min-width:768px) {
    #menu {
        position: absolute;
        bottom: 0;
        right: 25px;
        font-weight: bold;
        font-size: 1.2rem;
    }
    #partecipate: {
        background-size: 36%;
    }
    
    #partecipatebtn {
        witdh: auto;
    }
    
    /* Titolo to participate */
    #saveform > div:nth-child(1) > div > h1: {
    font-size: 1.75rem;
    margin-top: 1rem!important;
    margin-bottom: 0!important;
    }
}

/* evidenziazione voce menu partecipa */
#navbarSupportedContent > ul > li.nav-item.bg-white {
  Width: 116px;
}

@media screen and (min-width:992px) {
  /* evidenziazione voce menu partecipa */
  #navbarSupportedContent > ul > li.nav-item.bg-white {
      Width: inherit;
  }
}
