h1 {
	line-height: normal;
}
.yak-primary-color {
	color:#00d1b2
}
.gradient-border {
  border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
  border-width: 2px;
  border-style: solid;
  padding: 5px;
}
.icon-box.big {
	width: 60px;
	height: 60px;
	padding: 16px;
	border-radius: 50%;
	background-image: linear-gradient(180deg, #fff, #ededff);
	box-shadow: 0 1px 2px 0 rgba(48, 54, 77, 0.3);
	margin: auto;
	margin-bottom:15px;
}
.yb0 {
	font-weight: 600;
	margin-bottom: 15px;
}
.is-size-45rem {
	font-size: 4.5rem;
}
.column-item {
	display: block;
	padding: 2em;
	border-right: 1px solid lightslategray;
	border-bottom: 4px solid lightslategray;
	border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
}

 #red-dot {
	background:#fb5555
}
#yellow-dot {
	background:#ffd531
}
#green-dot {
	background:#50c060
}
.dots {
	height: 100%;
	text-align: left;
	padding: 3px 5px 3px 8px;
}
.dot {
	height: 10px;
	width: 10px;
	border-radius: 5px;
	display:inline-block
}
.console-head {
	height: 25px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #ededed
}
.console-body{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: white;
	text-align:left;
	padding: .01em .5em 1em 2em;
	font-weight: 400;
	min-height: 130px;
	white-space: pre-line;
}
.console {
	max-width: 500px;
	margin: auto;
}
#typed {
	color:#5c5a5a;
	font-size: .9em;
	font-family: monospace;
	margin-right: 2px;
}

@media screen and (max-width: 768px) {
	.column-item {
		border-right: none;
	} 
}
.footer {
	background-image: linear-gradient(160deg, #00d1b2, #3a4ed5);
}
.gradient-text {
	background-image: linear-gradient(160deg, #00d1b2, #3a4ed5);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
.tabs li.is-active a {
	color:#00d1b2
}
.tab-content {
    display: none;
    list-style: none;
}

.tab-content.is-active {
    display: block;
}
.pricing-feature {
	background-image: url("../img/favicon.png");
	background-position: 0%;
	background-repeat: no-repeat;
	background-size: 12px;
	align-items: center;
	padding-left: 24px;
	display: flex;
	margin:5px;
	margin-left: 0px;
}
.pricing-card {
	max-width: 500px;
	margin: auto;
	margin-bottom: 20px;
}