/* ---------------------------------------------------- */
/* 						Styling							*/
/* ---------------------------------------------------- */
.container{
	max-width: ;
}
 
body{
	font-size: ;
	color:  #666;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	letter-spacing: .2px;
	background: #eff3f5;
}


/* ---------------------------------------------------- */
/* 					Links/Buttons						*/
/* ---------------------------------------------------- */
a{
	color: ;
}

a:hover{
	color: ;
}

.btn{
	font-family: ;
	border-width:;
	border-radius: ;
	text-transform: ;
	cursor:;
	font-size: ;
	text-align: ;
	letter-spacing: 0;
	line-height: ;
	padding: ;
	font-weight:;
}

.btn-sm{
	line-height: ;
}

.btn-lg{
	font-size: ;
	letter-spacing: ;
	line-height: ;
}

.btn-primary:hover{
	background-color: transparent;
	border-color: #ff4d00;
	color: #212121;
}

.btn-primary{
	background-color: #ff4d00;
	border-color:  #ff4d00;
	color: #fff;
}

.btn-primary.active {
	background-color: #f15a29 !important;
	border-color:  #f15a29 !important;
	color:#fff !important;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #747f82!important;
	border-color:  #747f82!important;
	color:#fff!important;
	cursor: default;
}

/* Blue */
.btn-secondary{
	background: #ff4d00;
	border-color:  #ff4d00; 
	color: #fff;
}

.btn-secondary:hover{
	background-color: #f76d40 !important;
	border-color:  #f76d40 !important;
	color:#fff !important;
}
.btn-secondary:active{
	background-color: #f15a29 !important;
	border-color:  #f15a29 !important;
	color:#fff !important;
}

.btn-outline-secondary{
	color: #f15a29;
	border-color:  #f15a29;
}
.btn-outline-secondary:hover {
	color: #fff;
	border-color:  #d1bfb8;
	background: #f15a29;
}

.btn-secondary.disabled, .btn-secondary:disabled {
	background-color: #747f82!important;
	border-color:  #747f82!important;
	color:#fff!important;
	cursor: default;
}

.btn-secondary:focus, .btn-secondary:active {
	background-color: #54c9b9!important;
	border-color:  #54c9b9!important;
	color:#fff!important;
}

.btn-secondary.disabled, .btn-secondary:disabled {
	background-color: #747f82!important;
	border-color:  #747f82!important;
	color:#fff!important;
	cursor: default;
}

.btn-outline-primary {
    color: #000000;
	border-color: #000000;
	background: #fff;
}


.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
	background-color:#f15a29;
	border-color: #f15a29;
}

.btn-outline-primary:hover {
    color: #fff;
	background-color:#000000;
	border-color: #000000;
}
/* ---------------------------------------------------- */
/* 						H Tags							*/
/* ---------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: ;
	font-weight: ;
	color: ;
}

h1, .h1{
	font-size: ;
}

h2, .h2{
	
}

h3, .h3{
	
}


h4, .h4{
	
}

h5, .h5{
	
}

h6, .h6{
	
}


@media (min-width: 768px) {
	h1, .h1{
		font-size: 1.8rem;
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}

@media (min-width: 1024px) {
	h1, .h1{
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}
@media (min-width: 1440px) {
	h1, .h1{
		
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}

@media (min-width: 1920px) {
	h1, .h1{
		
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}
/* ---------------------------------------------------- */
/* 					Sticky Footer						*/
/* ---------------------------------------------------- */

html,body{
	height: 100%;
	min-height: 100%;
}

#wrapper {
  	min-height: 100%;
  	margin-bottom: -40px; 
}

#wrapper:after {
	content: "";
	display: block;
}

#footer, footer, #wrapper:after {
  height: 40px; 
}

/* ---------------------------------------------------- */
/* 					Sticky Footer						*/
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* 						Header							*/
/* ---------------------------------------------------- */
#header{
	background: #212121;
	border-bottom: 0px;
}

#header .logo img{
	height: 50px;
	width: auto;
}
/* #header .logo{
	position: relative;
}
#header .logo a{
	display:block;
	position: absolute;
	top: -1rem;
	width:150px;
}

#header .logo img{
	height: 100px;
} */

/* ---------------------------------------------------- */
/*						Footer							*/
/* ---------------------------------------------------- */
#footer{
	background: #ff4d00;
	border-top: 0px;
	color: #fff;
	font-size:90%;
}

/* ---------------------------------------------------- */
/* 						Form Fields						*/
/* ---------------------------------------------------- */
.card{
	/*background: #f5f5f5;
	border-color: #e3e3e3;*/
}

.col-form-label{
	font-size: 20px;
}
.form-control{
	background-color: ;
	height: ;
	padding: ;
	color: ;
}

.form-control-lg {
    text-align: left;
    margin: 0;
}

.form-group {
    margin-bottom: .5rem;
}

@media (min-width: 768px) {
	#header{
		height: ;
	}
	
	#header .logo img{
		height: ;
	}
	
}

.card.card-hover{
	cursor: pointer;
}

.card.card-hover:hover, .card.active{
	
    background: rgba(241, 90, 41, .2);
	border-color: rgba(241, 90, 41, .2);
	color:#666;
}

.card.active{
    background: rgba(241, 90, 41, .2) !important;
	border-color:rgba(241, 90, 41, .2) !important;
	color:#666 !important;
}
.card.card-hover:hover h4 {
	color: #333;
}
.card.active:after{
	position: absolute;
	top: 50%;
	margin-top:-18px;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
	content: "\f00c";
}

.card.active .btn-primary{
	background: #ff4d00;
	border-color: #ff4d00;
	color:#fff;
	transition: none;
}



.card.active h4{
	color: #fff;
}