/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color:#FDF7F9;
}

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

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}
.navbar-navbar-default {
	background-color:#ffe6ff;
}
.navbar-nav li a:hover, .navbar.nav li.active a{
	color:#ff1aff;
	background-color:#ffccff;
}
.navbar-nav li a {
	color:#000000
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
#cherry {
	position:fixed;
	height:500px;
	width:1920px;
	bottom:0px;
}