@charset "utf-8";
body, html {
  font-size: 1rem;
	background-color:#272727; 

}

a {
  color: black;
}

/* Uncomment this block of code below to see the page layout divided into sections and divs as rectangles */

/*
div, section {
  border: 1px solid black;
} 
*/


h1 {
  padding: 10px;
}

section {
  padding: 0 3em 3em 3em;
	min-width: 800px;
}
cite { 
  font-size: 14px;
	font-style: italic;
}
.flexbox{
  display: flex;
}
.whiteText{color:white;}
.center{
  text-align: center;
  margin: 0 auto;
}
/* Navbar */

.navbar {
  margin-bottom: 0;
}
.selected {
	font-size: 1.2rem;
	color: #FBFAA1; 
	margin:12px;
}

.btmNav{
	padding-top: 15px;
	justify-content: space-between;
}

/* Jumbotron */

.jumbotron {
  margin: 0 auto;
	text-align: center;
	  padding-top: 5px;
    padding-bottom: 5px;
}

.jumbotron p {
  font-style: italic;
  margin: 0 auto;
}

.btn {
  background-color: orange;
  font-style: normal;
  font-weight: bolder;
  letter-spacing: 2px;
}

/*Section 1*/

#section1{
	height: 100%;
	min-height: 430px;
	background-color: white;
}

/*  Section 2*/

#section2 {
  background-color: #ccc;
	padding:5px 10px
}

.row img {
  margin: 20px 0;
}



/* Footer */

footer {
  background: #272727;
  color: lightgray;
  padding: 1.2em;
  font-size: .7rem;
  max-height: 50px;
}

/*media queries*/
