/* OVERRIDE CSS */
html {
  position: relative;
  min-height: 100%;
}

body {
	background: #f9f9f9 url(../resources/bg1.jpg);
  /* Margin bottom by footer height */
  padding-bottom: 100px;
  padding-top: 100px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  /* Vertically center the text there */
  /* line-height: 60px;  */
  /* background-color: #f5f5f5; */
}

.navbar{
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

table th, table td{
	background-color: transparent;
}

hr {
	border-top-width: 2px;
	border-top-color: #DFD7CA;
}

.navbar .nav-link{
	font-size: 14px !important;
}

/* CUSTOM CSS */
.huge {
  font-size: 40px; 
}

.lg-icon {
    font-size: 5em
}

.md-icon {
    font-size: 4em
}

.no-border-top{
	border-top: 0px !important;
}

.border-top-dotted {
	border-top-style: dotted !important;
	border-top-color: #9C968D !important;
}

.custom-link{
	color: #3E3F36;
    text-decoration: underline;
    background-color: transparent;
}

.color-soft-red{
    background-color: #f2dede;
}

.color-soft-yellow{
    background-color: #fcf8e3;
}

.color-soft-blue{
    background-color: #d9edf7;
}

.color-soft-green{
    background-color: #dff0d8;
}
