/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* padding bottom = footer height */
  padding-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  margin-top: 5px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  color: #777;
  font-size: 1.5rem;
  font-family: "ProximaNova-Bold-webfont";
  font-style: normal;
  font-weight: normal;
}

.footer a {
  color: #777;
  font-size: 1.75rem;
}

.footer .keck-brand {
  margin: -10px 0 10px;
}

#edcform form {
  padding-bottom: 10px;
}

#demo-warning {
  position: absolute;
  top: 10px;
  right: 10px;
  color: crimson;
  font-size: x-large;
}


/* Navbar Avatar
-------------------------------------------------- */
/* fixes bootstrap header size */
.navbar-nav > li > a.avatar-link {
  padding-top: 5px;
  padding-bottom: 0;
}

.avatar-circle {
  width: 100px;
  height: 100px;
  background-color: #6A6A6A;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.avatar-circle .initials {
  position: relative;
  top: 25px;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-family: "Courier New", monospace;
  font-weight: bold;
}

.avatar-circle-sm {
  width: 40px;
  height: 40px;
  background-color: #6A6A6A;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.avatar-circle-sm .initials {
  position: relative;
  top: 10.5px;
  font-size: 25px;
  line-height: 20px;
  color: #fff;
  font-family: "Courier New", monospace;
  /*font-weight: bold;*/
}

.avatar-square {
  width: 100px;
  height: 100px;
  background-color: #6A6A6A;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.avatar-square-sm {
  width: 40px;
  height: 40px;
  background-color: #6A6A6A;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.avatar-square-sm .initials {
  position: relative;
  top: 10.5px;
  font-size: 25px;
  line-height: 20px;
  color: #fff;
  font-family: "Courier New", monospace;
  /*font-weight: bold;*/
}



a.avatar-link.navbar-toggle {
  border: none;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
}
a.avatar-link.navbar-toggle:hover {
  text-decoration: none;
}


.dropdown-menu>li>span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
}