body,
html {
	height: 100%;
}


/* CUSTOM CSS FOR CRAFTGUIDE  */

@font-face {
	font-family: 'DinNextSlabPro';
	src: url('DINNextSlabPro-Medium.ttf');
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	font-family: "DinNextSlabPro";
}

h4 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
}

body {
	font-family: 'Barlow', sans-serif;
}

.container-showcase {
background-image: url("https://www.craftguide.com/media/images/Sigmund_tisch_background_2.png");
	background-size:cover;
}
.text-primary {
	color: #1A2A42!important;
}

header {
	/* position: relative; */
	background-color: black;
	height:100vh;
	min-height: 25rem;
	width: 100%;
	/* overflow: hidden; */
}
/* STANDARD CG BUTTON */

.btn-primary {
	background: #4164FF;
	background: rgba(65, 100, 255, 1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-color:rgba(65, 100, 255, 1);
}

body p {
	color: #1A2A42;
}

.navbar-toggler {
	border:none;
	padding: 0 0;
}
#ihm-logo {
	width: 150px;
}
ihm-fullwidth {
	width:100%;
}
.bg-lightgrey {
	background-color: #d3d3d3;
}

.bg-darkblue {
	background-color: #344B60!important;
}

a {
	color: #1A2A42;
}

a:hover {
	color: darkcyan;
	text-decoration: none;
}



.bg-cgblue {
	background: #1A2A42;
	background: -moz-linear-gradient(14.11% -32.42% -45deg, rgba(46, 63, 146, 1) 0%, rgba(44, 61, 137, 1) 20.06%, rgba(37, 54, 111, 1) 53.39%, rgba(27, 43, 70, 1) 95.67%, rgba(26, 42, 66, 1) 99.44%);
	background: -webkit-linear-gradient(-45deg, rgba(46, 63, 146, 1) 0%, rgba(44, 61, 137, 1) 20.06%, rgba(37, 54, 111, 1) 53.39%, rgba(27, 43, 70, 1) 95.67%, rgba(26, 42, 66, 1) 99.44%);
	background: -webkit-gradient(linear, 14.11% -32.42%, 85.89% 132.42%, color-stop(0, rgba(46, 63, 146, 1)), color-stop(0.2006, rgba(44, 61, 137, 1)), color-stop(0.5339, rgba(37, 54, 111, 1)), color-stop(0.9567, rgba(27, 43, 70, 1)), color-stop(0.9944, rgba(26, 42, 66, 1)));
	background: -o-linear-gradient(-45deg, rgba(46, 63, 146, 1) 0%, rgba(44, 61, 137, 1) 20.06%, rgba(37, 54, 111, 1) 53.39%, rgba(27, 43, 70, 1) 95.67%, rgba(26, 42, 66, 1) 99.44%);
	background: -ms-linear-gradient(-45deg, rgba(46, 63, 146, 1) 0%, rgba(44, 61, 137, 1) 20.06%, rgba(37, 54, 111, 1) 53.39%, rgba(27, 43, 70, 1) 95.67%, rgba(26, 42, 66, 1) 99.44%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E3F92', endColorstr='#1A2A42' ,GradientType=0)";
	background: linear-gradient(135deg, rgba(46, 63, 146, 1) 0%, rgba(44, 61, 137, 1) 20.06%, rgba(37, 54, 111, 1) 53.39%, rgba(27, 43, 70, 1) 95.67%, rgba(26, 42, 66, 1) 99.44%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2E3F92', endColorstr='#1A2A42', GradientType=1);
}
bg-footer {
	background-color:#1A2A42;
}
.w-10 {
	width: 10%!important;
}

/* TABS */

.sticky-top {
	top: 56px;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #1a2a42;
}

ul.tabs li {
	background: #1a2a42;
	color: white;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current {
	/*
	background: #ededed;
	color: #222;
	*/
	background: #4164ff;
	color: white;
}

.tab-content {
	display: none;
	background: white;
	padding: 15px;
}

.tab-content.current {
	display: inherit;
}


/* CARD SLIDER */

.swiper-container {
	width: 100%;
}

.bg-img {
	background-image: url("https://www.craftguide.com/media/images/slider-bg.PNG");
	background-size: cover;

}
#img-showcase {
	margin-left: auto;
	margin-right: auto;
}
/* MEDIA QUERIES */
.img-tab {
	width: 5%;
	
}
#text-tab1, #text-tab2, #text-tab3 {
	text-align:left;
}
.text-tabs {
	width: 100%;
}
.navbar-brand {
	width: 120px;
}
.slick-next {
	margin-right: 20px;
}
.slick-prev {
	margin-left: 20px;
}
@media (min-width: 404px) {
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.text-tabs {
		font-size: 0.7em;
	}
	.display-cg{
	font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
	}

}
/* */
@media (min-width: 637px){
	#text-tab1 {
		width: 34%;
		text-align: right;
	}
	#text-tab2 {
		width: 30%;
		text-align:center;
	}
	#text-tab3 {
		width: 35%;
	}
	.navbar-brand {
	width: 130px;
	}
	.display-cg{
	font-size: 4rem!important;
    font-weight: 300!important;
    line-height: 1.2!important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
		.text-tabs {
		font-size: 0.8em;
		letter-spacing:0.6px;
	}
	.navbar-brand {
	width: 140px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.text-tabs {
		font-size: 0.8em;
	}
	.navbar-brand {
	width: 150px;
	}

	.display-cg{
		font-size: 4.5rem!important;
		font-weight: 300!important;
		line-height: 1.2!important;
	}
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar-brand {
		width: 165px;
}
		.display-cg{
	font-size: 4.5rem!important;
    font-weight: 300!important;
    line-height: 1.2!important;
	}	
}
@media (min-width: 1920px) {
	.navbar-brand {
		width: 200px;
}
	.display-cg{
	font-size: 4.5rem!important;
    font-weight: 300!important;
    line-height: 1.2!important;
	}	
	
}


/* WHILE NO VIDEO IS AVAILABLE */
/* The hero image */
.hero-image-frontpage {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://www.craftguide.com/media/images/frontpage_header.jpg");
}
.hero-image-press{
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://images.pexels.com/photos/261949/pexels-photo-261949.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}
.hero-image-vr-kit {
/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://images.unsplash.com/photo-1546431756-45805075c48f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
}
.hero-image-frontpage, .hero-image-press, .hero-image-vr-kit{
  /* Set a specific height */
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hr-seperator {
	width:85px; color:blue; background-color: #4164FF; height:3px; margin-right:auto; text-align:center; border-radius: 40px;
}
footer {
	background : #1A2A42;
	background : rgba(26, 42, 66, 1);
}
/* BACK TO TOP BUTTON */
.back-to-top {
 position: fixed;
 bottom:20px;
 right:20px;
 padding:1em;
border-radius: 90%;
}
.arrow-up {
	box-sizing: border-box;
	height: 1vw;
	width: 1vw;
	border-style: solid;
	border-color: white;
	border-width: 0px 1px 1px 0px;
	transform: rotate(225deg);
	transition: border-width 150ms ease-in-out;
}
.arrow-up:hover{
	border-bottom-width: 4px;
	border-right-width: 4px;
}

.mt-section {
	margin-top:7rem;
}

/* NEW SITE */
.hr-section { 
    width: 20%; 
    height: 5px; 
    margin: 0 auto;
    color:  #4164ff;
    background: #4164ff;
	border: 1px solid #4164ff;
	border-radius: 7px 7px 7px 7px;
}
.py-8{
	padding-top: 8rem!important;
	padding-bottom: 8rem!important;
}