body {
	background-color: #f0f9ff;
	height: max-content;
	overflow-x: hidden;
	
}


/* Custom container */

.container {
	
	width:100%;
	
	
}

.container>hr {
	margin: 20px 0
}




.navbar .navbar-inner {
	padding: 0;
}
.logo{
	height:50px;
	margin-left:-50px;
	
}

.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
	height:70px;
	background-color: #6A9AB0;
}

.navbar .nav li {
	display: table-cell;
	width: 1%;
	float: none;
}

.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	color:#000;
	
}



body>.navbar {
	font-size: 13px;
	
}


/* Change the docs' brand */

body>.navbar .brand {
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	float: right;
	font-weight: bold;
	color: #000;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

body>.navbar .brand:hover {
	text-decoration: none;
}
.carousel-caption{
	background-color: rgba(122, 178, 211, 0.7);
}

/* Sidenav for Docs
         -------------------------------------------------- */

@media screen and (max-width: 768px) {
	.bs-docs-sidenav {
		display: none !important;
	}
}

.bs-docs-sidenav {
	width: 228px;
	margin: 80px 100px 0;
	padding: 0;
	background-color: ;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	
}


.bs-docs-sidenav>li>a {
	display: block;
	width: 200px;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
	
}

.bs-docs-sidenav>li>a.subhead {
	display: block;
	width: 168px;
	margin: 0 0 -1px;
	padding: 8px 30px;
	border: 1px solid #e5e5e5;
	
	font-size: 12px;
	color: #000;
}

.bs-docs-sidenav>li:first-child>a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav>li:last-child>a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav>.active>a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	background-color: #4A628A;
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}

.bs-docs-sidenav>li>a:hover {
	background-color: ;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
	opacity: .5
	
}

.bs-docs-sidenav.affix {
	top: 10px
	
}

.bs-docs-sidenav.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
	
}
.sectionss{
	padding-right:20px ;
}

/* Responsive
         -------------------------------------------------- */

.affix {
	top: 0px
}

.map .box_wrapp {
	position: absolute;
	margin: 15px auto;
	box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
	padding: 30px 0 30px;
	background: white;
	border-radius: 4px;
	margin-top: 25px;
}

.map .box_wrapp .box_cont {
	margin: 30px auto;
	width: 76%;
}

.section-header {
	text-align: center;
	margin-bottom: 35px;
}

.section-header h1,
.title-text {
	font-weight: bold;
	font-size: 30px;
	margin: 12.5px 0;
	font-weight: 100;
	margin-bottom: 25px;
	line-height: 55px;
}

.feature-item:hover {
	box-shadow: 0px 1px 5px 1px rgb(216, 216, 216);
}

.feature-item img {
	
	margin-left: 15px;
	margin-right: 15px;
	width: 100%;
	height: 100%;
}

.feature-
 h5 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.feature-item p {
	margin-left: 15px;
	margin-right: 15px;
}

.feature-heading {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

.feature-heading a:hover {
	text-decoration: none;
}

.feature-button {
	font-size: 16px;
	background-image: none;
	box-shadow: none;
	margin-bottom: 10px;
}

.centered {
	text-align: center;
}

.subhead {
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.span12{
	margin-top: -22px;
}
.lead {
	margin-bottom: 0px;
	font-size: 21px;
	font-weight: 200;
	line-height: 15px;
}

img.float-left {
	float: left;
	margin-top: 9px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 12px;
}

img.float-right {
	height:300px;
	width:400px;
	float: right;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 30px;
}

img.publications-thumb {
	width: 142px;
	height: 188px;
}

.caption {
	margin: 10px;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 93.5%;
	height: 93.5%;
}

.video-caption {
	margin: 10px;
}

.accordion {
	margin-bottom: 20px;
	margin-right: 40px;
}

.thumbnail>img.sponsor {
	width: 212px;
	height: 150px;
}

.item{
	width: 100%; /* Make the image responsive */
    height: 600px; /* Maintain aspect ratio */
    object-fit: cover; 
} 
img.carousel-image {
	width: 100%;
	height:750px;
	
}

li.publication {
	margin-bottom: 20px;
}
.page-header {
	align-items: center;
	
}
.page-header h3 a:hover {
	text-decoration: none;
	
	

}
.page-header p{
	
	align-items: center;
	text-align:justify
}
iframe.map-frame {
	border: none;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	height: 550px;
	width: 100%;
}

ul.sponsors {
	margin-top: 40px;
	margin-bottom: 40px;
}
.content-box{
	background-color: #ffffff; /* White background for the box */
    padding: 40px; /* Spacing inside the box */
    border: 2px solid #133E87; /* Blue border */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    max-width: 600px; /* Limit the width */
    margin: 40px auto; /* Center the section with space above and below */
    font-family: 'Arial', sans-serif; /* Modern font */
	
}
.content-box p {
    font-size: 1.1em; /* Slightly larger text for readability */
    line-height: 1.6; /* Spacing between lines */
    color: #555; /* Softer text color */
}
/* ABout us */

#about-our-lab {
    background-color: #ffffff; /* White background for the box */
    padding: 40px; /* Spacing inside the box */
    border: 2px solid #133E87; /* Blue border */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    max-width: 600px; /* Limit the width */
    margin: 40px auto; /* Center the section with space above and below */
    font-family: 'Arial', sans-serif; /* Modern font */
}

#about-our-lab p {
    font-size: 1.1em; /* Slightly larger text for readability */
    line-height: 1.6; /* Spacing between lines */
    color: #555; /* Softer text color */
}

.read_more{
	background-color: #7AB2D3; /* Button background color */
    color: white; /* Text color */
	align-items: center;
	margin-top: 20px;
    padding: 10px 20px; /* Vertical and horizontal padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Change cursor on hover */
    transition: background-color 0.3s, transform 0.2s; 
	
	
}
.read_more:hover{
	background-color: #6A9BB4; /* Darker shade on hover */
transform: scale(1.05);
}
.read_more:active {
    transform: scale(0.95); /* Slightly scale down when clicked */
}
.read_more a{
	
	text-decoration: none;
	color: #000;
}
.more {
    background-color: #f5f5f5;
	 /* Light background for contrast */
    padding: 40px; /* Spacing around the section */
    text-align: center; /* Center the content */
}

.more_content {
    max-width: 600px; /* Limit the width of the content */
    margin: 0 auto; /* Center the content within the section */
}

.more_content h3 {
    font-size: 24px; /* Font size for the heading */
    color: #333; /* Dark text color for contrast */
    margin-bottom: 20px; /* Space below the heading */
}

.read_more {
    background-color: #7AB2D3; /* Button background color */
    color: white; /* Text color */
    padding: 10px 20px; /* Vertical and horizontal padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Change cursor on hover */
    transition: background-color 0.3s, transform 0.2s; /* Smooth transition */
    text-decoration: none; /* Remove underline from link */
}

.read_more:hover {
    background-color: #6A9BB4; /* Darker shade on hover */
    transform: scale(1.05); /* Slightly scale up on hover */
}

.read_more:active {
    transform: scale(0.95); /* Slightly scale down when clicked */
}



#footer {
	z-index: 10;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 25px;
	border-top-width: 8px;
	border-top-style: solid;
	background-color: #6A9AB0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: center;
}

#footer h3 {
	font-size: 19px;
	text-transform: uppercase;
	font-family: BebasNeueRegular;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #30393C;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 25px;
	font-weight: normal;
}

#footer a img {
	margin-top: 40px;
}

#footer p,
#footer address {
	color: #3d3a3a;
	font-size: 11px;
}


@media (max-width: 768px) {
    /* Navbar Adjustments */
    .navbar .nav {
        flex-direction: column; /* Stack navbar items */
    }

    .navbar .nav li {
        width: 100%; /* Full width */
    }

    /* Adjust logo */
    .logo {
        height: 40px; /* Adjust logo height */
        margin-left: 0; /* Reset margin */
    }

    /* Adjust padding/margin in various sections */
    .content-box,
    #about-our-lab {
        padding: 20px; /* Smaller padding */
        margin: 20px auto; /* Center */
    }

    /* Section headers */
    .section-header h1,
    .title-text {
        font-size: 24px; /* Smaller font size */
    }

    .more_content h3 {
        font-size: 20px; /* Adjust heading size */
    }
}