body{
	font-size: 16px;
	font-family: Lato,Lucida Sans Unicode,Lucida Grande,sans-serif;
	color: #333;
	background-color: #fff;
	letter-spacing: 1px;
}
.logininfo{
	padding: 10px 0;
	background-color:white;
	color: black;
  margin-left: 50px;
}

#links{
  margin-top: 10px;
}

#links li{
  margin-top: 10px;
}

.heading{
	height: 70px;
	text-align: left;
}

#navigation {
  font-family: Lato,Lucida Sans Unicode,Lucida Grande,sans-serif;
	background-color:white;
	padding: 0px 10px;
	z-index: 100;
	width: 100%;
	}

#naviagtion li{
	padding: 0 10px;
}

#navigation li a{
	color: #002366;
}

.logo-img{
  margin-left: 90px;
}

.navbar-brand,
.navbar-brand:hover {
	color: #fff;
}

.navbar-toggler-icon{
	background-size: 100%;
}

.fixedNav #navigation {
	position: fixed;
	top: 0;
}

#navbar-bottom li{
  margin-left: 50px;
}

#navbar-bottom li a{
    color: #002366;
}

.logo-img{
	width: 300px;
	height: 60px;
  margin-left: 50px;
}
.form-group{
  margin-left:  70px;
}

.form-group input{
  width: 50%;
}


.panel-group{
	margin-top: 20px;
}

.card{
	border: none;
	background-color: white;
	margin: 50px;
	width: 85%;
	padding: 10px;
  border-radius: 5px;
}


.card > .card-header,
.card > div > .card-header,
.card > .card-footer,
.card > div > .card-footer{
	display: block;
	background-color: #e8e8e8;
	background-image: none;
}

@media screen and (max-width: 768px){
	.card{
		margin-left: -15px;
		margin-right: -15px;
	}
}

.home{
  border-top: none;
  border-left: solid #e8e8e8;
  border-right: solid #e8e8e8;
  border-bottom: solid #e8e8e8;
  border-radius: 5px;
}

/* Dashboard Classes */

.dashboardcard {
  position: relative;
  min-width: 200px;
  /*min-height: 100px;*/
  max-width: 280px;
  max-height: 300px;
  padding: 20px 20px 20px 20px;
  margin: 10px;
  background-color: #002366;
  float: left;
  border-radius: 15px;
  color: white;
  border: solid 1px white;
}
a.dashboardcard {
  cursor: pointer;
}
.dashboardcard:hover,
.dashboardcard:focus {
  color: #002366;
  background-color: white;
  border-color: #002366;
  text-decoration: none;
  box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
}
.dashboardcard:hover .dashboardcard-footer,
.dashboardcard:focus .dashboardcard-footer {
  border-top-color: #002366;
}
.dashboardcard:hover .text-danger,
.dashboardcard:focus .text-danger {
  color: pink;
}
.dashboardcard:hover .text-success,
.dashboardcard:focus .text-success {
  color: greenyellow;
}
.dashboardcard-footer-placeholder {
  height: 40px;
  display: block;
}
.dashboardcard-footer-double-placeholder {
  height: 60px;
  display: block;
}
.dashboardcard-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 20px 20px 20px 20px;
  width: 100%;
  border-top: solid 1px white;
  float: right;
  text-align: right;
  max-height: 100px;
  overflow-y: hidden;
}
.dashboardcard-background {
  min-height: 316px;
  min-width: 256px;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.dashboardcard-background-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px 20px 10px 20px;
  width: 100%;
  border-top: solid 1px white;
  float: right;
  text-align: right;
}
.dashboardlongcard {
  max-width: none;
  max-height: none;
}
.dashboardspecialcard {
  background-color: white;
  color: #002366;
  border-color: #4e0018;
}
.dashboardspecialcard:hover,
.dashboardspecialcard:focus {
  color: white;
  background-color: #002366;
  border-color: white;
  box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
}
.dashboardcardicon-left {
  width: 40px;
  vertical-align: top;
}
.dashboardcardicon-right {
  vertical-align: middle;
}
.dashboardcardicon-right > h3 {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .dashboardcard {
    width: 100%;
    max-width: none;
    min-height: none;
    max-height: none;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 15px;
  }
  .dashboardcard h2,
  .dashboardcard h3 {
    font-size: 24px;
    margin: 0px;
  }
  .dashboardcard-footer,
  .dashboardcard ul,
  .dashboardcard-footer-placeholder {
    visibility: hidden;
    display: none;
  }
  .dashboardcard-background {
    min-height: 188px;
    min-width: 128px;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
  .dashboardcard-background-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px 20px 10px 20px;
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 10px !important;
  }
}

footer{
    border-top: none;
    background-color: cadetblue;
    color: white;
}
