/*  **

CSS FOR ACCORDION TEST

** */

.logo_top {
	position:relative;
	left:calc(20vw - 20px);
}

p, h1, h2, h3 {
	padding-left: 20px;
	padding-right:20px;	
}


.accContainer {
	margin:auto;
	width: 60vw;
	min-width:300px;
	z-index:0;
	display: flex;
	flex-direction:column;
}

.tabHeader {
	width:calc(100% - 20px);
	padding-left: 20px;
	color: #f1f1f1;
	background-color: #26a8d8;	
	cursor:pointer;
	z-index:100;
}

.txt {
	width:100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;	
	
}






