/* CSS Document */
ul {
  	list-style: none; 
  }

h2 {
  	text-align: center; 
  }

.myForm {
  	padding: 0.8em;
  	border: solid black;
  	margin: 2%;
  	font-weight: bold;
  	width: 80%; 
  }
  
#container {
	background-color: lightblue;
	}

header {
  	box-sizing: border-box; 
  }

nav {
  	box-sizing: border-box;
  	color: white;
  	background-color: black;
  	border: thin solid black; 
  }

footer {
  	box-sizing: border-box;
  	color: white;
  	text-align: left;
  	background-color: black;
  	border: thin solid black; 
  }
  
/*# sourceMappingURL=bootstrap_layout.css.map */