/*
Theme Name: OIIwebtheme - Connected Life v2
description: OIIwebtheme child
Author: John Gilbert
Template: oiiwebtheme
Version: 1.0.0

*/

	.site-logo{
		background-image: url("/wp-content/themes/oiiwebtheme-connectedlife2/assets/logos/cl-2026-logo.png");		
		background-size:cover;
		background-color:transparent!important;
		background-repeat:no-repeat;
	}

	.logo-text{
		border-left: 2px solid black;
		padding-left: 20px;
	}
	
	#logo-text-words{
		font-size:0.6em!important;
		margin-left: 10px!important;
	}
	
@media screen and (min-width:992px){
	#logo-text-words{
		font-size:0.85em!important;
		margin-left: 10px!important;
	}
	
	
}


	
	.button-container{
	    position: absolute;
		bottom: 0px;
		right: 0px;
		width: 100%;
		height: 80px;
	}

	.box button.btn-primary, button.btn-primary{
		font-size: 0.8em;
		background: #002147;
		font-weight: 500;
		transition: background 0.5s, color 0.5s;
		border-radius: 10px!important;
		margin-top: 10px;
		color: #ffffff;
		font-weight: 500;
		transition: background 0.5s, color 0.5s;
		border: 0px solid white;
		padding: 10px!important;
		height: 40px;
		white-space: normal;
		line-height: 14px;
		font-family:Roboto;
	}		

	.button-container button.btn-primary{
		bottom:30px;
		left:30px;
		position:absolute;
	}

	.isic h2, .isic h3, .isic h4{
		color:#c4b5d1;
	}
	
	.carousel-slide h3 {
		font-size: 1.3em!important;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}


	.carousel-slide img{
		border-bottom:3px solid #665b91;
	}
	
		.carousel-container .carousel-slide img{

		margin-left:0vw;

	
	}
	
	@media screen and (min-width:768px){
	.carousel-container{
		height:25vw;
		margin-bottom:0px;
	
	}
}


@media screen and (min-width:1200px){
	.carousel-container{
		height:25vw;
	}
}


@media screen and (min-width:1500px){
	.carousel-container{
		height:27vw;

	}
}

p{
	font-size:1em;
}
	
	.purple-background{
		background:#140821;
	}
	
	.block .container-xl{
		padding-top:20px;
		padding-bottom:20px;
		
	}
	
	#about-info{
		padding: 10px;
		border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
		margin-bottom: 30px;
		border:#3b3069 solid 3px;
		background:#f5f5f5;
		padding-left:20px;
		padding-top:15px;
		border-top-right-radius: 10px;
		width: calc(100% + 30px);
		margin-left: -20px;
		margin-top: -4px;
		border-top-right-radius:0px;
		padding-bottom: 15px;
	}	
		#about-info p{

	}
		
@media screen and (min-width:575px){
	#about-info{
		width: 100%;
		margin-left: 0px;
		margin-top: -15px;

		border-top-left-radius:0px;

	}

}	
@media screen and (min-width:768px){
	#about-info{
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
		border-top-left-radius:10px;
	}

}	



			
			.introduction-block.text-block h2:first-of-type{
				margin-top:0px!important;
			}

	.footnotes h2{
		color:#3b3069;
	}
	
	
	.single-people .main-picture img, .single-post .main-picture img{
		border-left:8px solid #3b3069;
		border-top-right-radius:10px;
		border-bottom-right-radius:10px;

	}		
	
	.single-people .text-block, .single-post .text-block{
		margin-top:-20px;
	}
	
	h2 {
	margin-top:0!important;
	margin-bottom:10px!important;

}
	
	.box button.btn-primary {
		font-size: 0.8em;
		background: #002147;
		font-weight: 500;
		transition: background 0.5s, color 0.5s;
		border-radius: 10px!important;
		margin-top: 10px;
		color: #ffffff;
		font-weight: 500;
		transition: background 0.5s, color 0.5s;
		border: 0px solid white;
		padding: 5px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		height: 40px;
		/* padding-top: 20px; */
		border-top-left-radius: 100px;
		border-top-right-radius: 0px;
		/* padding-left: 30px; */
		/* padding-right: 15px; */
		width: 110px;
		white-space: normal;
		line-height: 14px;
	}	
	
	.data-summary{
		color:#e5ddf3;
	}
	
	.box a .box-interior, .box .box-interior{
		position: relative;
		min-height:200px;
		float:left;
		width:100%
	}	