body {
	background-color: #e8e6ff;
	font-family: 'Spinnaker', sans-serif;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); 
}

.g4-description {
	color: #f7f6ff;
	padding-bottom: 10px;
	padding-top: 10px;
}

.g4-description-text {
	color:rgb(0, 0, 0);
	margin-top: 10px;
	padding-right: 25px;
}

.navbar-collapse {
	flex-basis: 80%
}

.navbar-nav {
    padding-right: .5rem;
    padding-left: 0px;
}

.newsletter-button {
	padding-top: 6px;
	padding-left:6px;
	width: 75px;
	height: 38px;
	background: rgb(85, 85, 85);
	display: block;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.requestInfo-button {
	width: 250px;
	height: 40px;
	background-color: rgb(85, 85, 85);
	display: block;
	padding: 8px 42px;
	border-radius: 4px;
	margin: 20px auto;
	color: #e8e6ff;
	
}

.library-automation-link {
	color:#000;
}

.library-automation-customer-reviews-link {
	color:#000;
}

.navbar-toggler {
	margin: 10px;
}

.jumbotron {
	background-image: url('../img/kids-hands.jpg');
	background-size: cover;
	opacity: 0.85;
}
.carousel-text {
	color: white;
    text-shadow: 2px 2px 2px #000000;
}

.offset-color {
	background: rgb(201, 201, 201)
}

.my-accordion-style-top {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.my-accordion-style-middle {
	border-radius: 0px;
	border-radius: 0px;
}

.my-accordion-style-bottom {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#footer-container {
	width:100%;
}

a {
	color: #6c757d;
	outline: none;
}

a:link {
	text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #52c9f4;
}

a:active {
	text-decoration: none;
	color: #f7f6ff;
}

span#badge-1 {
	float: right;
}

.badge {
	/* color:#63bb46; */
	color: #52c9f4;
}

#more-reviews p {
	display:flex;
	justify-content: center;
	padding-top:15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #f7f6ff;
}

h1 {
	color: #52c9f4;
}

#thanks {
	margin: 25% auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 800px;
	padding: 50px;
	background: #343a40;
	border-radius: 8px;
}

h3#odd {
	color: #63bb46;
}

p {
	text-transform: none;
	font-size: 1rem;
	padding: 0px;
	margin: 0px;
}

#g4-logo {
	margin:15px 15px 5px 0px;
	width: 150px;
	height:200px;
	border-radius: 4px;
	float: left;
	border: 1px solid #999;
}

#product-section {
	margin-bottom: 50px;
}

#header-color {
	background: #343a40;
	/* background: rgb(54, 54, 54); */
}

#header-logo {
	background-image: url(../g4-library-automation-images/lrms-logo6.png);
	width:145px;
	height: 60px;
	display: block;
	float: right;
	margin-right:1px;
}

#carousel-body {
	margin-top: 28px;
}

#contact-container {
	border-radius: 8px;
	background-color: #e8e6ff;
}

.carousel-text {
	color: rgb(60, 200, 255);
}

.key-feature-popover-section {
	display: flex;
	flex-direction: column;
}

.key-feature-popover {
	width: 100%;
	border-radius: 0px;
	text-align: left;
	border-bottom: 1px solid rgb(226, 226, 226);
	border-left: 1px solid rgb(226, 226, 226);
	border-right: 1px solid rgb(226, 226, 226);
	background: #ffffff;
	padding: 10px;
}

.key-feature-popover-first {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	text-align: left;
	border: 1px solid rgb(226, 226, 226);
	background: #ffffff;
	padding: 10px;
}

.key-feature-popover-last {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	text-align: left;
	border-left: 1px solid rgb(226, 226, 226);
	border-right: 1px solid rgb(226, 226, 226);
	border-bottom: 1px solid rgb(226, 226, 226);
	background: #ffffff;
	padding: 10px;
}


@media (max-width: 640px) 
{
    #copyright
    {
        display: none;
	}
	
	#social-container
	{
		margin: 0px auto;
	}

	.badge
    {
        display: none;
	}

	.display-4 {
		font-size: 2rem;
	}
	
}



@media (max-width: 768px) 
{
    #key-features
    {
        margin-top: 20px;
	}
	
	h5
	{
		font-size: 1rem;
		font-weight: 900;
	}
}

@media (min-width: 992px)
 {
    .navbar-expand-lg
	{
    padding-left: 0px;
	padding-right: .5rem;
	}
}

@media (max-width: 1128px)
{
	#thanks h1
	{
		font-size: 2rem;
	}
}

#submit-button {
	width:65%;
	height: 45px;
	background: #343a40;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	padding: 10px;
	margin: 0px auto;

}

#social-container {
	display: flex;
	justify-content: space-between;
	font-size: 2rem;
}

.social-icons {
	margin: 15px 15px;
	color: #52c9f4;
}

#copyright {
	margin-top: 20px;
	color: #52c9f4;
}

#request-information {
	margin: 0 auto;
	margin-bottom: 25px;
	margin-top: 20px;
	color: #e8e6ff;
	background: #343a40;
}

#request-information:hover {
	color: #52c9f4;
}


hr {
	margin-top: 0px;
	margin-bottom: 0px;
}
.card-body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.card-body a {
	color: #575757;
}

.card-body a:hover {
	color: #000000;
	font-size: 17px;
}



.just-padding {
	padding: 15px;
  }
  
  .list-group.list-group-root {
	padding: 0;
	overflow: hidden;
  }
  
  .list-group.list-group-root .list-group {
	margin-bottom: 0;
  }
  
  .list-group.list-group-root .list-group-item {
	border-radius: 0;
	border-width: 1px 0 0 0;
  }
  
  .list-group.list-group-root > .list-group-item:first-child {
	border-top-width: 0;
  }
  
  .list-group.list-group-root > .list-group > .list-group-item {
	padding-left: 30px;
  }
  
  .list-group.list-group-root > .list-group > .list-group > .list-group-item {
	padding-left: 45px;
  }
  
  .list-group-item .fas {
	margin-right: 5px;
  }

.fa-clipboard-check {
	font-size: 1.5rem;
	margin-right: 5px;
	color: #63bb46;
}

.fa-question-circle {
	font-size: 1.5rem;
	margin-right: 5px;
	color: #52c9f4;
}

#help {
	height: 1px;
	margin-bottom: 72px;
}
/* .description-container {
	display:flex;
	flex-direction: column;
	margin: 15px;
}

.description-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 1.5px;
	background: #6e6e6e;
}

.description-top-row {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.description-bottom-row {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
} */

/* .description-item-left {
	align-items: center;
	margin: 0px 5px;
	background: #6e6e6e;
	padding: 5px;
	height: 100%;
	color: #52c9f4;
} */

/* .description-item-right {
	align-items: center;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background: #f7f6ff;
	border-left: 1.5px solid #343a40;
	color: #343a40;
	text-transform: none;
	font-size: 1rem;
} */

.description-item-top-right {
	border-top-right-radius: 8px;
}

.description-item-bottom-right {
	border-bottom-right-radius: 8px;
}

.popover-content {
    font-size: 10px;
}



/* Genesis G4 CSS section */