/* CSS Document */

@import url("../lib/bootstrap4/css/bootstrap-rfs.min.css");

/*:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px; 
  --container-xs-max-width: 100%;
  --container-sm-max-width: 540px;
  --container-md-max-width: 720px;
  --container-lg-max-width: 960px;
  --container-xl-max-width: 1140px;
}*/

.border-1 {
	border-width: .25rem!important;
}
.border-2 {
	border-width: .5rem!important;
}
.border-3 {
	border-width: 1rem!important;
}
.border-4 {
	border-width: 2rem!important;
}

.btn-primary {
	background-color: #01a7e1;
	border-color: #01a7e1;
}
.btn-outline-primary {
	color: #01a7e1;
	border-color: #01a7e1;
}
.btn-primary:hover {
	background-color: #0289ba;
	border-color: #0289ba;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #01a7e1;
	border-color: #01a7e1;
}
.btn-danger {
	background-color: #e83553;
	border-color: #e83553;
}
.btn-warning {
	background-color: #fbc35d;
	border-color: #fbc35d;
}
.btn-lime {
	color: #fff;
	background-color: #e6e24b;
	border-color: #e6e24b;
}

.embed-responsive-3by2:before {
	padding-top: 66.67%;
}

.text-underline {
	text-decoration: underline;
}

.nav-link {
	padding: 0;
}

a {
	color: #01a7e1;
}
a:hover {
	color: #0289ba;
}