/* Homepage */

.body .cols {
	margin: 0 0 3.5% 0;
}

.tongue {
	position: relative;
}

.tongue .text {
	background: #B000B0;
	filter: drop-shadow(0 0.45em 0.45em rgba(0,0,0,0.2));
	font-family: Sancreek, sans-serif;
	font-weight: 400;
	left: 1.35em;
	padding: 0 0.675em;
	position: absolute;
	text-transform: uppercase;
	top: -0.45em;
	z-index: 2;
}

.tongue .text > * {
	position: relative;
	z-index: 2;
}

.tongue .text:before {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDgiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxwYXRoIGQ9Ik0wIDAgOCAwIDQgOCIgZmlsbD0iI0IwMDBCMCIvPjwvc3ZnPg==") no-repeat 0 0/100% 100%;
	content: '';
	height: 1.35em;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1;
}

.three:nth-child(2n) .tongue .text {
	background: #0095cc;
}

.three:nth-child(2n) .tongue .text:before {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDgiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxwYXRoIGQ9Ik0wIDAgOCAwIDQgOCIgZmlsbD0iIzAwOTVjYyIvPjwvc3ZnPg==") no-repeat 0 0/100% 100%;
}

.info .three {
	text-align: center;
}

.info .three .text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8em;
	text-transform: uppercase;
}

.ribbony {
	background: #FFF;
	border-radius: 0.675em 0 0 0;
	color: #02A1ED;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8em;
	margin: 0 0 1.35em -0.675em;
	padding: 0.45em 1.35em;
	position: relative;
	text-transform: uppercase;
	vertical-align: bottom;
}

.ribbony * {
	padding: 0;
}


.ribbony .title, .ribbony h1, .ribbony h2, .ribbony h3, .ribbony h4, .ribbony h5, .ribbony h6 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8em;
}

.ribbony:before {
	background: linear-gradient(-45deg, #02A1ED 0%, #02A1ED 50%, #FFF 50%, #FFF 100%);
	background: radial-gradient(circle at 100% 100%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 66%, #FFF 66%, #FFF 100%);
	content: '';
	height: 0.675em;
	left: 0;
	position: absolute;
	width: 0.675em;
	top: 100%;
}

.ribbony:after {
	border: 1.35em solid transparent;
	border-bottom-color: #FFF;
	border-left: none;
	border-top-color: #FFF;
	content: '';
	left: 100%;
	position: absolute;
	top: 0;
}

.tongue .text ::selection {
	background-color: #FFF;
	color: #B000B0;
}

.external {
	padding-left: calc((96% - 760px) / 2);
	padding-right: calc((96% - 760px) / 2);
}

.external .left, .external .right {
	padding: 1px 0 0 0;
}

@media (max-width: 750px) {

	.tongue .text {
		left: 0.675em;
		padding: 0 0.45em;
	}
	
	.tongue .text p {
		padding: 0.225em 0;
	}

	.tongue .text:before {
    	height: 0.675em;
	}

	.ribbony, .ribbony .title, .ribbony h1, .ribbony h2, .ribbony h3, .ribbony h4, .ribbony h5, .ribbony h6, .info .three .text {
		font-size: 1rem;
	}
}

@media (max-width: 500px) {
	
	.info .three {
		display: inline-block;
		float: none;
		margin: 0 0 0 4%;
		width: 48%;
	}
	
	.info .three:nth-child(2n + 1) {
		margin-left: 0;
	}
	
	.body .three {
		float: none;
		margin: 0 0 4% 0;
		width: auto;
	}

}

section {
	opacity: 1;
}
