/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.btn-custom{
	background-color: #f6a20e;
}

.btn-outline-custom.hover{
	background-color: #f6a20e;
	color: white;
}

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

.navbar{
	background-color: #f6a20e;
}

h2{
	color: #f6a20e;
}

h3{
	color: #f6a20e;
}

a{
	color: #f6a20e;
}

a:hover { 
  color: #cc870e !important;
  text-decoration: none !important;
}

.cctext{
	color: #f6a20e;
}

.scaledimage{
	height:25%;
}

.bg-custom{
	background-color: #f6a20e;
}

.btn-custom:hover { 
  background-color: #cc870e !important;
  color:white !important;
}

.nav-link{
	color: #f6a20e;
}

.support {
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 29px;
    line-height: 1.2em;
    padding: 5px 25px 0 10px;
    letter-spacing: -2px;
}

