body {
	font-size: 110%;
}

footer {
	font-size: 90%;
}

//h1 {
//	 font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
//	}
	
.nav-link2 {
    display: block;
    padding: .2rem 1rem;
}
	
//.container {
//	background-image: url("../images/booksbgvbright.gif");
//	}
	

.main-content {
	background-color: #FFFFFF;
	padding: 1rem 0;
}

ul {
  list-style-type: none;
}

//.carousel-caption-bg {
//	background:rgba(1,1,1,0.3); 
//	padding: 1em 0 0.5em 0;
//}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.url a {
	color: green;
}

.sitename {
	font-size: 130%;
}

.plugged {
	font-size: 80%;
}

.navbar-light {
	background-color: #F5F5F5;
}

.form-check {

    position: relative;
    display: block;
    padding-left: 1rem;
	margin-bottom: 1rem;
}

.form-check-input {

    position: absolute;
    margin-top: 0.5rem;
    margin-left: 0.5rem;

}