@charset "utf-8";
/* CSS Document */

.grow {
    flex: 1;
}

.main {
    overflow-y: auto;
}

/* change the background color */
.navbar-custom {
    background-color: #DB2922;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
  max-width: 10rem;
  margin-bottom: 20px;
}

.card-narrow {
  max-width: 10rem;
}

.card-wide {
  max-width: 20rem;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-body {
    background-color: #DB2922;
    color: #ffffff;
}

.fuof { 			/* Find us on Facebook */
	max-width: 180px;
	padding-left: auto;
	padding-right: auto;
	padding-top: 10px;
}
.footer {
	padding-left: 85px;
	padding-top: 55px;
	margin-top: 30px;
	bottom: 0;
	width: 100%;
	height: 218px;
	color: #FFF;
  	height: 218px;
	background: url(images/footer_bg.jpg) no-repeat right top #2C6D91;
}