/*--------------------RESET BOOTSTRAP--------------------*/
.btn,.btn-sm,.btn-md,.btn-lg,.btn-xl{
	border-radius:0;
}
.btn-primary{
	background-color:#851C83;
	border:0;
}
.btn-secondary{
	background-color:#EF8F02;
	border:0;
}
.text-primary{
	color:#851C83 !important;
}
.text-secondary{
	color:#EF8F02 !important;
}
.bg-primary{
	background-color:#851C83 !important;
}
.bg-secondary{
	background-color:#EF8F02 !important;
}
.row{
	position:relative;
}
.navbar-brand{
	padding:0 !important;
}
a:hover{
    text-decoration:none !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
}
.w-h-100 {
  height: 100%;
  width: 100%;
}
.fullscreen {
  height: 100vh;
  width: 100vw;
}
/*--------------------RESET BOOTSTRAP--------------------*/