@charset "utf-8";
/* CSS Document */
body {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #eee;
  background-image: url("../images/background-scrapbook.png");
  background-size: auto;
 
}
 
.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
.logo {
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	margin: 0 auto;
	max-height: 210px;
	background: rgba(0,0,0,0.3);
}
.about_us {
	display: block;
	margin: 0 auto;
	padding: 25px;
	width: 85%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.0em;
	text-indent: 10px;
	background: linear-gradient(tan,green);
	border-radius: 12px;

}
.centerblock {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.info_bubble {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 25px;
	width: auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.0em;
	text-indent: 10px;
	background: linear-gradient(tan,green);
	border-radius: 12px;
}
.grid_container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	grid-gap: 20px;
	width: 75%;
	margin: 0 auto;
}
.grid_child_left {
}
.grid_child_right {
}
.profile_pic {
	max-height: 300px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px grey;
}
.calendar_frame {
	height: 40em;
	width: 40em;
}