
#intro {
	background-image: url("../images/rouvyracing.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 8rem !important;
}


#intro:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	z-index: -1;
}

#header .site-branding {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.25rem;
	width: 100%;
	padding: 1rem 2rem;
}
/*
.site-logo {
	width: 120px;
	height:120px;
	object-fit: contain;
}*/

#header .site-logo {
	width: 120px;
	height:120px;
	object-fit: contain;
}

#header .site-title h1 {
	margin: 0;
	font-size: 2rem;
	letter-spacing: 0.08em;
	color: #ffffff;
}

#header .site-title p {
	margin: 0.2rem 0 0 0;
	font-size: 0.9rem;
	color: rgba(255,255,255,0.75);
}

.logo-title img {
  float: left;
  width: 100px;
  height: 100px;
  background: #ffffff;
}

.logo-title h1 {
  position: relative;
  top: 18px;
  left: 10px;
}

#main .logo-title h1 {
    font-size: 3rem;
}

/* Override html page headings size h1 and h2 */
#main > .post header.major > h1 {    
    font-size: 3rem;
}

#main > .post header.major h2 {
    font-size: 2.5rem;
}

.registration-screenshot {
    display: block;
    max-width: 700px;
    margin: 0 auto;
}

.registration-screenshot img {
    width: 100%;
    height: auto;
}

.registration-action {
    text-align: center;
}

.registration-button {
    display: inline-block;
    background-color: #f2d74c;
    color: #000080 !important;
    border-radius: 99px;
    padding: 0.8rem 2.5rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
}

.registration-button:hover {
    background-color: #e5b93f;
    color: #000080 !important;
}

/* define colours for Complete and Active stages shown on Home page
*/
.complete {
    color: navy;
}

.active {
    color: green;
}
	
.links {
    color: navy;
}

.links i {
    font-size: 0.8em;
    margin-left: 0.25em;
}

.table_std_row {
    color: navy;
}