@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}


.b12bq-topcont {
	background-color: transparent;
	margin-top: 80px;
	margin-bottom: 30px;
}

.b12bq-navbar {
	background-color: #165e08;
	
}

.b12bq-navbar a {
	color: #ffffff !important;
}

.b12bq-toggler {
	color: rgba(0, 0, 0, 1) !important;
	border-color: rgba(0, 0, 0, 1) !important;
}

.b12bq-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.b12bq-logo {
	position: absolute;
	z-index: 1;
	margin: -5% 0 0 8%;
}

.b12bq-bkg {
	background-color: transparent;
}

.b12bq-body {
	background-color: #ffffff;
	background-image: url('../images/gpc-b12bq-logo-bkg.png'); background-repeat: repeat;
	color: #050505;
}

.b12-logo {
	max-height: 40px;
	margin: 0px;
	padding: 0 10px 0 0;
}

.b12bq-event {
	background-color: #f5f5f5;
	padding: 20px;
}

.b12bq-event h1 {
	color:  #165e08;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	font-family: "Varela Round", sanserif;
}

.b12bq-event h2 {
	color: #165e08;
	margin-bottom: 20px;
	margin-top: 30px;
	font-family: "Varela Round", sanserif;
}

.b12bq-event b {
	color:  #165e08;
}

.b12bq-event a {
	color: #ff0303;
}

.b12bq-event .nav-link.active {
	color: hsl(0, 100%, 85%);
	background-color: #ff0303;
}
.container {
	padding:0px !important;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(98, 98, 76);
    background: rgba(98, 98, 76);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: solid #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
}
#return-to-top i {
    color: #fbf5c3;
    margin: 0;
    position: relative;
    left: 13px;
    top: 9px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(98, 98, 76, 0.7);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.b12bq-tab-content {
	padding: 0 10% 25px;
}