
.btn-secondary.custom-btn {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}



.btn-secondary.custom-btn:not(:disabled):not(.disabled):active, .btn-secondary.custom-btn:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-secondary.custom2-btn {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}



.btn-secondary.custom2-btn:not(:disabled):not(.disabled):active, .btn-secondary.custom2-btn:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #22b14c;
  border-color: #22b14c;
}

.btn-warning{
	font-variant: small-caps;
	font-family: Calibri;
	font-size: 24px;
	
	background-color: #fcaa01;
	color: white;
	
	white-space: normal;
}

h1 {
font-family: Arial;
font-size: 60px;
color: #ffe69b;
font-weight:bold;
}

h2 {
font-family: Arial;
font-size: 45px;
color: white;
font-weight:bold;
}

h4 {
font-family: Arial;
color: white;
font-weight:bold;
}

h6 {
font-family: Arial;
color: white;
font-weight:bold;
}

ul {
font-family: Arial;
color: white;
}

table {
font-family: Arial;
color: white;
}

p {
font-family: Arial;
color: white;	
}




.container-fluid {
background-image: url("../img/s4w_background.png"); 
background-size:cover;
}
/*#5f89d8*/

.alert.alert-info {
	font-family: Calibri;
	font-size: 18px
}


.btn-primary{
	font-variant: small-caps;
	font-family: Calibri;
	font-size: 24px;

	white-space: normal;	
}

.btn-light{
	font-variant: small-caps;
	font-family: Calibri;
	font-size: 24px;

	white-space: normal;
}

.btn-secondary{
	white-space: normal;

	
}




