:root
{
	prime_color:#F8D000;
	second_color:#000000;
	gray_color:#808080;
}
body
{
	font-family: "Poppins",sans-serif;
	color: #F8D000;
}



footer .footer:before {
    content: "";
    background-image: url(./images/footer-bg-repeat.png);
    background-repeat: repeat;
    background-size: 22px 21px;
    background-position: top left;
    width: 100%;
    height: 42px;
    position: absolute;
    top: -42px;
    left: 0;
}

.navbar-brand
{
	max-width: 150px;
}

.bg-light{background-color: white!important;color: #000000;}
.bg-dark{background-color: #000000!important;color: #F8D000;}
.bg-yellow{background-color: #F8D000!important;color: black;}
.bg-gray{background-color: #808080!important;color: #F8D000;}

.t-white{color: white;}

.btn-outline-success
{
	position: relative;
	border: 1px solid #F8D000;
	background-color: #F8D000;
	color: #000000;
	border-radius: 0px;
	z-index: 1;
	font-weight: bold;
}

.btn-outline-success:after
{
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: white;
	z-index: -1;
	transition: 1s width;
	top: 0px;
	left: 0px;
}
.btn-outline-success:hover
{
	background-color: #F8D000;
	border-color: #F8D000;
	color: #000000;
}
.btn-outline-success:hover:after{
	width: 100%;
}

.navbar-light .navbar-nav .nav-link
{
	color: white;
	transition: 1s color;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link
{
	color: #F8D000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
	color: #F8D000!important;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle
{
	border: 1px solid #F8D000;
	background-color: #F8D000;
	color: #000000;
	border-radius: 0px;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus,
.btn-outline-success.focus, .btn-outline-success:focus{
	box-shadow: none;
}


.navbar-nav .nav-item
{
	position: relative;
	margin-right: 25px ;

}
.navbar-nav .nav-item:not(:last-child):after
{
	content: "";
    position: absolute;
    right: -15px;
    top: 40%;
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 100%;

}

.date-ana
{
	text-align: center;
}

.sec-2 .sec-container
{
	background-image: url(../images/car.png);
    background-repeat: no-repeat;
    background-size: 47%;
    background-position: 100% 50%;
}


.bold
{
	font-weight: bold;
}

.justify-self-center
{
	justify-self: center;
}

.w-fit
{
	width: fit-content;
}

.win-img-holder
{
	max-width: 500px;
	border:1px solid white;
	overflow: hidden;

}
.win-img-holder img
{
	width: 100%;
	transition: 1s transform;
}
.win-img-holder:hover img
{
	transform: scale(1.1);
}

.item-header-container
{
	background-color: #000000;
    border: 2px solid #f8d000;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    align-content: center;
    text-align: center;
}

.item.now .item-header-container{background-color: #000000;color: white;}
.item.future .item-header-container{background-color: #f8d000;color: #000000;}
.item.past .item-header-container{background-color: #808080;color: #595555;}



.sec-5 .row>.col-md-2
{
	max-width:14%;
}


@media (min-width:800px )
{
	.w-md-50
	{
		width: 50%!important;
	}
}