

/* .head-section {padding-top: 7%;padding-bottom: 3%;} */
.between {display: -webkit-flex;display: flex;-webkit-justify-content: space-between ;justify-content: space-between;}

/*box-css*/
.head-text {margin-bottom:0.5rem; text-align: justify; } /*max-width: 52%;*/
.head-image {padding-left: 10%;padding-right: 10%;display:flex;justify-content: center;}


.card {background-color: rgba(237,242,249, 1);}


.head-section h1{color: #282c34; margin-bottom: 1rem; font-size: 2.4rem;}
.head-section h5, .method-section h5, .feature-section h5, .solution-section h5{font-weight: lighter; line-height: 1.5; margin-bottom: 1rem;}
.head-section h5{font-size: 1.5rem; }
.method-section h5 {line-height: 2.0}
.method-section h5, .feature-section h5, .solution-section h5{font-size: 1.3rem;}
.head-section a{margin-top: 1.5rem;}

.head-section .btn {border-radius: 1rem;padding: 0.3rem;border-color: rgba(237,242,249, 1);box-shadow: 3px 3px 10px #888888;color: #2c7be5;}
.head-section .btn:hover {background-color: #2c7be5;;border-color: #2c7be5;color: #fff;}

.method-section, .feature-section, .solution-section {padding-top: 5%;padding-left: 10%; padding-right: 10%}
.cite-section{padding-top: 5%;}
.method-section h2{font-size: 2.5rem; margin-bottom: 1.5rem}
.feature-section h2, .solution-section h2{font-size: 2.5rem; }
.cite-section h2{font-size: 2.5rem; margin-bottom: 1.0rem}

.carousel-caption
{
	color: #000;

}

#CurPockets, #FitPockets {
	width: 45%;
	border-radius: 1rem;
	border-color: #FFF;
	background-color: #FFF;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: 2rem;
	margin-right: 2rem;
	box-shadow: 3px 3px 10px #dadada;
}
.carousel-inner img, #FitPockets img{
	width: 17.5rem;
	/*height: 17.5rem;*/
	padding-top: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: 3rem;
	margin-right: 3rem;
}
.carousel-inner img{
	padding-bottom:2rem;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #2c7be5;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .3;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
    opacity: 1;
}

.prev-icon, .next-icon{
	position: relative;
}
.prev-icon:after, .prev-icon:before,
.next-icon:after, .next-icon:before{
	border: 10px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	opacity: .3;
	content: ' '
}
.prev-icon:before{
	border-right-color: #2c7be5;
  	right: 2px;
}
.next-icon:before{
	border-left-color: #2c7be5;
  	/*right: -2px;*/
}
.prev-icon:hover, .next-icon:hover{
  	opacity: 1;
}

.method-txt {
	margin-left: 3rem;
	margin-right: 4rem;
}

.feature-card, .solution-card{
	border-radius: 1rem;
	border-color: rgba(237,242,249, 1);
	background-color: rgba(237,242,249, 1);
	/*box-shadow: 3px 3px 10px #dadada;*/
	box-shadow: 3px 3px 3px #dadada;
	padding: 0.5rem;
	box-shadow: 3px 3px 3px #dadada, -3px -3px 3px rgba(237,242,249, 1);
}
.feature-card{
	padding: 2rem; 
	padding-bottom: 0.5rem;
	margin: 1rem 0 0.5rem; 
	margin-top: 0;
	height:100%;
}
.solution-card{padding-top:1.5rem;padding-bottom:1.5rem; height:100%;}

.feature-card h5, .solution-card h5{color: #282c34;font-weight: 500; line-height: 1.5;}
.feature-card p, .cite-section p, .solution-card p{font-weight: lighter; line-height: 1.5;}



/*.feature-card-1, .feature-card-2, .feature-card-3, {
	background-color: #ffffff;
	border-radius: 1rem;
	box-shadow: 3px 3px 3px #dadada, -3px -3px 3px rgba(237,242,249, 1);
	background-color: rgba(237,242,249, 1);
}*/



.pos-relative{
	position: relative;
}
.feature-card::before {
    content: "";
    position: absolute;
    /* top: 0; */
    left: 2rem;
    width: auto;
    /* height: 4rem; */
    background-color: rgba(237,242,249, 1);
    /* z-index: 1; */
    right: 3rem;

}

.solution{
	padding: 2rem;
	margin: 4rem 0 2rem;
}

.sc-image {
	position: relative;
	display: inline-block;
	border-radius: 1rem;
	padding: 0.75rem;
	margin-top: -6rem;
	background-color: rgba(237,242,249, 1);
	width:100%;
}
.sc-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px rgba(237,242,249, 1);
    border-radius: 0.75rem;
    z-index: 0;
}
.feature-card:hover, .solution-card:hover{
	box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #dadada;
}
.feature-card:hover .sc-image::after {
    box-shadow: none;
    content: none;
}
.feature-card:hover .intro-image {
    box-shadow: none;
    content: none;
    box-shadow: 3px 3px 3px #dadada, -3px -3px 3px #dadada;
}

.intro-image {
	box-shadow: 3px 3px 3px #dadada, -3px -3px 3px rgba(237,242,249, 1);
	border-radius: 0.75rem;
	/* padding: 5px; */
	position: relative;
	/* z-index: 2; */
	/*display: block;*/
	width:100%;
	display: inline-block;
}

.solution-card .sc-text {padding-left: 22%;}
.feature-card .sc-text {padding-top: 1rem;}
.sc-text h5{color: #282c34;font-weight: 500; line-height: 1.5;}
.sc-text p, .cite-section p{font-weight: lighter; line-height: 1.5;}

*, ::before, ::after {
    box-sizing: border-box;
}

.float-left {
	float:left;
}

.section-log {
	width: 20%;
}
.section-log img {
	width: 100%;
	display: inline-block;
	color: #282c34;
}

.solution-card:hover img{
	transform: rotateY(360deg);
	transition: ease 0.7s;
	
}
.feature-section .intro-image img{
	width: 100%;
	display: inline-block;
}

/*

manual.php

*/

#sidebar .list-group-item{
	background-color: rgba(237,242,249, 1);
}

a, #sidebar .list-group a, .tab-pane a {
    text-decoration: none;
}

.alert{background-color: rgba(237,242,249, 1);border-color: rgba(237,242,249, 1)}

#submit dl{
	padding-left: 3rem;
	padding-right: 3rem;
}

