html, body {
  height: 100%;
}


/* xs < 768 */
@media screen and (max-width: 767px) {
    body {
        font-size: 2em;
    }

    .btn {
      font-size: 1.5em;
    }

    .icon-bar {
      height: 4px !important; 
      width: 36px !important;
    }

    h2 {
      font-size: 40px;
    }
    h3 {
      font-size: 36px;
    }
    h4 {
      font-size: 32px;
    }
}

/* sm */
@media screen and (min-width: 768px) {
    body {
        font-size: 2.5em;
    }

    .btn {
      font-size: 2em;
    }

    .icon-bar {
      height: 4px !important; 
      width: 36px !important;
    }

    h2 {
      font-size: 40px;
    }
    h3 {
      font-size: 36px;
    }
    h4 {
      font-size: 32px;
    }
}

/* md */
@media screen and (min-width: 992px) {
    body {
        font-size: 1.2em;
    }
    .btn {
      font-size: 1.2em;
    }

    h2 {
      font-size: 32px;
    }
    h3 {
      font-size: 24px;
    }
    h4 {
      font-size: 20px;
    }
}

/* lg */
@media screen and (min-width: 1200px) {
    body {
        font-size: 1.3em;
    }
    .btn {
      font-size: 1.0em;
    }

    h2 {
      font-size: 32px;
    }
    h3 {
      font-size: 24px;
    }
    h4 {
      font-size: 20px;
    }
}

.wrapper {
  min-height: 100% !important; 
  height: auto;
  margin: 0 auto -40px;
  padding-bottom: 60px;
}

.footer {
  height: 80px;
}

.footer a {
  text-decoration: none;
  padding-bottom: 4px;
}
.footer a:hover {
  color: #FFF;
  border-bottom: 3px solid #e32;
}


/* For Bootstrap styled forms */

form .required {
  font-weight: bold;
}

form .required:after {
  color: #e32; 
  content: " *"; 
  display: inline;
}


/* Pagination */



div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}

div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected { background-color: #ffb;}

div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
	cursor:pointer;
}


.text-light {
  color: #FFF;
}

.text-dark {
  color: #000;
}

.text-link {
  color: #0000CC;
}
