body {
  font-family: sans-serif;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  font-family: 'PT Sans', sans-serif;
}
a {
	color: #95C11F;
}
a.link-item {
	color: #7C755A;
	color: rgba(176,168,139,0.9);
}
a.link-item.current-item {
	color: #7C755A;
}
.link-item i {
	font-size: 18px;
}

.highlight:hover {
  background-color: pink;
  stroke: red;
}

.bg-white {
    background-color: #FFF;
    border-bottom: 1px solid #F7F7F3;
}
img.img-fluid {
	border-radius: 10px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 0;
}

.footer {
    background-color: #F7F7F3;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
}

code {
  font-size: 80%;
}

.fixed-header {
	background: #fff;
	border-bottom: 1px solid #F7F7F3;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding: 15px 0px 15px 0px;
}

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
