
:root {
	--color-primary: #460d8d;
	--color-secondary: #ac3f43;
	--gradient-primary: linear-gradient(29deg, #460d8d 34%, #ac3f43);
}

body {
	background: #fafbfd;
	cursor: default;
	font-family: 'Montserrat', sans-serif;
}

a {
	color: var(--color-primary);
	transition: color 0.2s ease;
}

a:hover {
	color: var(--color-secondary);
	text-decoration: none;
}

hr {
	color: var(--color-primary);
	background: var(--color-primary);
}

.site-icon {
	border-radius: 2px;
}

.bg-primary {
	background-color: var(--color-primary);
	background: var(--gradient-primary);
}

.btn {
	overflow: hidden;
	appearance: none;
	position: relative;
}

.btn span {
	position: relative;
	pointer-events: none;
}

.btn:hover {

}

.btn::before {
	--size: 0;
	content: '';
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: radial-gradient(circle closest-side, var(--color-secondary), transparent);
	transform: translate(-50%, -50%);
	transition: width .2s ease, height .2s ease;
}

.btn:hover::before {
	--size: 300px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
	background-color: var(--color-primary);
	border: 0;
}

pre {
	background-color: #353942;
	border-radius: 3px;
	font-family: monospace;
	color: #78868f;
	padding: 1.5rem;
}

pre .key {
	color: #f8f8f2;
}

pre .string {
	color: #66d9ef;
}

pre .boolean {
	color: #35a572;
}

pre .number {
	color: #50a14f;
}

.link-card {
	background-color: #fff;
	border: 1px solid #f0f2f3;
	border-radius: 3px;
	height: 202px;
	color: #212529;
	text-decoration: none;
	position: relative;
	--link-theme-color: #000;
	margin-bottom: 1rem;
}

.link-card:hover {
	color: #212529;
	text-decoration: none;
}

.link-card:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--link-theme-color);
	opacity: 0;
	content: "";
	border-radius: 3px;
	pointer-events: none;
	transition: opacity 0.2s ease-in-out;
	z-index: 99;
}

.link-card:hover:before {
	opacity: 0.05;
}

.link-card .link-img {
	width: 200px;
	height: 200px;
	border-radius: 3px 0 0 3px;
	object-fit: cover;
}

.link-card .col-content {
	padding-top: 1rem;
}

.link-card .col-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 3.3rem;
}

.link-card .col-content p {
	margin-bottom: 0.5rem;
}

.link-card .col-content .col-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 3rem;
}

.link-card .col-content .link-site {
	position: absolute;
	bottom: 0;
	left: 1rem;
	right: 1rem;
}

.link-card .col-content .link-site img {
	width: 1rem;
	height: 1rem;
	position: relative;
	top: -2px;
}

.form-control {
	background-color: #fff;
	border: 1px solid #f0f2f3;
}

.form-control.text-larger {
	font-size: 2rem;
}

.btn-info {
	background-color: #5dabde;
}

.img-icon {
	border-radius: 10px;
	mask: url(../img/img-corners-mask.svg) top left;
	-o-mask: url(../img/img-corners-mask.svg) top left;
	-ms-mask: url(../img/img-corners-mask.svg) top left;
	-webkit-mask: url(../img/img-corners-mask.svg) 0 0 no-repeat;
	-o-mask-size: cover;
	-ms-mask-size: cover;
	-webkit-mask-size: 100%;
	float: left;
	margin-right: 1rem;
}

.navbar {
	transition: background-color 0.2s ease-in-out;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.navbar-transparent {
	background: transparent !important;
}

.navbar-brand,
.navbar-toggler {
	color: #fff;
	font-weight: 100;
}

.nav-item {
	margin-left: 0.5rem;
}

.nav-link {
	color: #fff;
	font-weight: 100;
	transition: background-color 0.1s ease-in-out;
	border-radius: 5px;
}

.nav-link.btn {
	background: rgba(0, 0, 0, .1);
}

.nav-link:hover {
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.nav-pills .nav-link {
	background-color: #f0f0f0;
	color: #666;
	padding: 0.1rem 0.5rem;
}

.nav-pills .nav-link.active {
	background-color: var(--color-primary);
}




.page-header {
	max-height: 1050px;
	padding: 0;
	color: #FFFFFF;
	position: relative;
	background-position: center center;
	background-size: cover;
	height: 45vh;
	min-height: 200px;
}

.page-header.tiny {
	height: 5vh;
	min-height: 85px;
}

.page-header .page-header-image {
	position: absolute;
	background-size: cover;
	background-position: 50% 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.page-header[filter-color="blue"] {
	background: rgba(0,164,255, 0.2);
	background: linear-gradient(0deg, rgba(0,164,255, 0.2), rgba(0,164,255, 0.6));
}

.page-header .container {
	height: 100%;
	z-index: 1;
	text-align: center;
	position: relative;
}

.page-header .container .content-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 0 15px;
	color: #FFFFFF;
	width: 100%;
	max-width: 880px;
}

.page-header h1 {
	font-size: 3rem;
}

.page-header h1, .page-header h2 {
	margin-bottom: 1.5rem;
}

.page-header-sep {
	margin-top: -4.65vw;
	position: relative;
	z-index: 99;
}

.page-header-sep svg {
	vertical-align: bottom;
}


.on-homepage {
	
}

.product-info {
	
}

.product-info .nav-pills {
	margin-bottom: -10px;
	margin-right: 1rem;
	position: relative;
	z-index: 99;
}

.product-info h2 {
	line-height: 50px;
	font-size: 2.3rem;
	margin-bottom: 0.8rem;
	font-weight: 700;
}






footer {
	background: url(https://cdn.dribbble.com/users/42361/screenshots/263238/pic2_27.jpg);
	color: #e0e0e0;
}

footer h3 {
	font-size: 1rem;
	font-weight: 100;
}

footer ul {
	padding-left: 1rem;
}

footer li {
	list-style: none;
	position: relative;
}

footer li:before {
	content: "›";
	position: absolute;
	color: #c0c0c0;
	top: 0;
	left: -0.9rem;
}

footer a {
	color: #fafbfd;
}

