body{
    overflow-x: hidden;
    font-family: 'Georgia', serif;
}

html {
    font-family: 'Open Sans', serif;
}

body {
    font-family: 'Open Sans', serif;
}

pre, code, kbd, samp {
    font-family: monospace;
}

input, button, select, optgroup, textarea {
    font-family: inherit;
}

.h1,.h2,.h3,
h1,h2,h3{
    font-family: 'Open Sans', serif;

}

.tooltip {
    font-family: 'Open Sans', serif;
}

.popover {
    font-family: 'Open Sans', serif;
}

.text-monospace {
    font-family: monospace;
}

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

html,
body {
overflow-x: hidden; /* Prevent scroll on narrow devices */
height: 100%;
}


/*** LOGO ***/

.m-logo-main{
    height: 50px;
    width: 200px;
    background:url('../images/labart_logo.svg') no-repeat left center;
    background-size: contain;
    overflow: hidden;
    text-indent: 10000px;
}

.m-logo-main--home{
    background:url('../images/labart_logo.svg') no-repeat left center;

}
.sticky .m-logo-main--home{
    background:url('../images/labart_logo.svg') no-repeat left center;

}

/**/

/*** NAVIGATION ***/

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  
  .nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
  }
  
  .nav-underline .nav-link:hover {
    color: #007bff;
  }
  
  .nav-underline .active {
    font-weight: 500;
    color: #343a40;
  }

  .navbar.fixed-top.sticky{
    background-color: #042560;
}



/***/
  
  @media (max-width: 991.98px) {
    .offcanvas-collapse {
      position: fixed;
      top: 56px; /* Height of navbar */
      bottom: 0;
      left: 100%;
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: #343a40;
      transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out, visibility .3s ease-in-out;
      transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse.open {
      visibility: visible;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  



  /*** HELPERS ***/
.text-white-50 { color: rgba(255, 255, 255, .5); }
.text-darkblue {color:#042560;}

.bg-purple { background-color: #6f42c1; }
.bg-white{ background-color: #FFFFFF; }

.bg-beige{
    background-color: #EFE9DF;
}

.bg-darkblue{
    background-color: #27313C;
}

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.h-vp-res{
    height: 50vh;
}

@media (min-width: 992px){
	.h-vp-res{
		height: 100vh;
	}
}

.fs-4{
    font-size: 4rem;
}

.gap{
    height: 106px;
}

/***/

.layer{
    position: absolute;
}


.h10{ height: 10vh;}
.h20{ height: 20vh;}
.h30{ height: 30vh;}
.h40{ height: 40vh;}
.h50{ height: 50vh;}
.h60{ height: 60vh;}
.h70{ height: 70vh;}
.h80{ height: 80vh;}
.h90{ height: 90vh;}
.h100{ height: 100vh;}

.z-0{ z-index: 0; }
.z-1{ z-index: 1; }
.z-2{ z-index: 2; }

.text-size-normal{ font-size: 14px;}
.text-size-large{ font-size: 18px;}
.text-size-xlarge{ font-size: 22px;}
.text-size-xxlarge{ font-size: 28px;}
.text-size-xxxlarge{ font-size: 36px;}

.btn-secondary{
    color: #0006A3;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-secondary:hover{
    color: #0006A3;
    background-color: #D1d2d3;
    border-color: #D1d2d3;
}

.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active{
    color: #0006A3;
    background-color: #D1d2d3;
    border-color: #b1b1b1;
}


/*** BANNER-1 ***/

.banner-1{
    position: relative;
}

.banner-1-bg-container{
    width: 100%;
    
}
.banner-1-bg-container>img{
    width: 100%;
}

.banner-1-content{
    width: 100%;
    height: 50vw;
    position: absolute;
    top:0;
    text-align: center;
}


.banner-1-content>.container,
.banner-1-content .row{
    height: 100%;
}

.banner-1-spot{
    font-size: 18px;
    color: #FFF;
    font-weight: 300;

}
@media (min-width: 321px){
.banner-1-spot{
    	font-size: 24px;
	}
}

@media (min-width: 992px){
/*
    .banner-1-content{
        height: 100vh;
    }
	*/
	.banner-1-spot{
    	font-size: 36px;
	}
}

/***/

/*** BANNER-2 ***/

.banner-2{
    position: relative;
	height:500px;
}

.banner-2-no-res{
	height:auto!important;
	margin-bottom:100%;
}

.banner-2-bg-container{
    width: 100%;
    
}
.banner-2-bg-container>img{
    width: 100%;
}

.banner-2-content{
    width: 100%;
    height: 50%;
    position: absolute;
    top:0;
    text-align: center;

}

.banner-2-content>.container,
.banner-2-content .row{
    height: 100%;
}

.banner-2-spot{
    font-size: 24px;
    color: #FFF;

}

.banner-2 .h2, h2{
	font-size: 1.2rem;
}
@media (min-width: 321px){
	.banner-2{
		height: 600px;
	}

}
@media (min-width: 482px){

	.banner-2-spot{
		font-size: 54px;
	}
	
		.banner-2-no-res{
		margin-bottom:40%;
	}

	
	.banner-2{
		height: auto;
	}
	.banner-2-content{
		height: 50vw;
	}
}
@media (min-width: 656px){
	
			.banner-2-no-res{
		margin-bottom:30%;
	}
}

@media (min-width: 992px){
	.banner-2 .h2, h2{
		font-size: 2rem;
	}
	.banner-2-spot{
		font-size: 94px;
	}
	
	.banner-2-no-res{
		margin-bottom:0;
	}
}

@media (min-width: 1026px){

	.banner-2-spot{
		font-size: 124px;
	}
}

/***/

/*** CAROUSEL SLIDER ***/

.carousel{
    background-attachment: scroll;
}

.carousel-item .carousel-bg{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,.3);
    background-blend-mode: multiply;
}

.carousel-caption h2{
    font-size:32px;
}



@media (min-width: 992px){
  .carousel-caption h2{
    font-size:72px;
  }

}

.carousel-caption{
    top:12.5%;
    left:12.5%;
}

.carousel-control-next,
.carousel-control-prev{
    z-index: 12;
    justify-content:flex-start;
}

.carousel-control-next{
    justify-content:flex-end;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
    background-color: #FFF;
    background-image: url('../images/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px auto;
    width: 42px;
    height: 42px;
    transform:rotate(180deg);
}

.carousel-control-prev-icon{
    transform:rotate(0deg);

}

.carousel-indicators {
    position: absolute;
    right: 0;
    top: 50px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 4px solid transparent;
    border-radius: 100%;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators li.active{
    background-color: #fff;
}
/***/

/*** GRID CONTENT I ***/
.grid-content-1{

}

.grid-content-1 .grid-content-1-image{
}

.grid-content-1 .grid-content-1-image>img{
    border-radius: 30% 30% 30% 0% / 50% 50% 50% 60%;
    width: 100%;

}


.grid-content-3 .grid-content-3-image{
    position: relative;
    height: 140px;
    background-color: #c4d7dd;
    border-radius: 30% 30% 30% 0% / 50% 50% 50% 60%;
    width: 100%;
    margin-top: 80px;
}


.grid-content-3 .grid-content-3-image>img {
    position: absolute;
    height: 150%;
    bottom: 15%;
    left: 10%;
}
.grid-content-4{

}

.grid-content-4 .grid-content-4-image{
}

.grid-content-4 .grid-content-4-image>img{
    border-radius: 30% 30% 30% 0% / 50% 50% 50% 60%;
    width: 100%;

}
/**/


/*
*/

footer{
}
footer .social-nav{
    flex-direction: row;
    justify-content: right;
}

footer .social-nav .nav-link{
    padding: 0 1rem;
}


.navbar-light .navbar-nav .nav-link{
    color:rgba(255, 255, 255, 1);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:rgba(200, 200, 0, 1);
}

.navbar-light.sticky .navbar-nav .nav-link{
    color:rgba(255,255,255,1);
}
.navbar-light.sticky .navbar-nav .active>.nav-link, .navbar-light.sticky .navbar-nav .nav-link.active, .navbar-light.sticky .navbar-nav .nav-link.show, .navbar-light.sticky .navbar-nav .show>.nav-link,
.navbar-light.sticky .navbar-nav .nav-link:focus, .navbar-light.sticky .navbar-nav .nav-link:hover{
    color:rgba(200, 200, 0, 1);
}

.dropdown-menu{
    border:none;
    background-color: transparent;
    color:rgba(255, 255, 255, 1);
}

.dropdown-item{
    background-color: transparent;
    color:rgba(255, 255, 255, 1);
}


.dropdown-item:hover{
    background-color: transparent;
    color:rgba(200, 200, 0, 1);
}


.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
    color:rgba(200, 200, 0, 1);
}


.navbar-light.sticky .navbar-nav .dropdown-menu{
    border:none;
    background-color: #042560;
    color:rgba(255, 255, 255, 1);
}

.navbar-light.sticky .navbar-nav .dropdown-item{
    background-color: transparent;
    color:rgba(255, 255, 255, 1);
}


.navbar-light.sticky .navbar-nav .dropdown-item:hover{
    background-color: transparent;
    color:rgba(200, 200, 0, 1);
}


.navbar-light.sticky .navbar-nav .dropdown-item.active,
.navbar-light.sticky .navbar-nav .dropdown-item:active{
    background-color: transparent;
    color:rgba(200, 200, 0, 1);
}


@media (max-width: 991.98px){
    .offcanvas-collapse {
        background-color: #EFE9DF;
        top:96px;
    }
    .offcanvas-collapse .nav-link{
        font-size:1.5rem;
        padding: 1rem;
    }
}


/*
    LAYOUT-1
*/

.m-layout-1-row{
    margin: 2rem 0;
    min-height: 100vh;
    align-items: center;

}
.m-layout-1-bg{
    height: 100%;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 70% auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-layout-1-image{
    width: 100%;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.m-layout-2-row{
    margin: 2rem 0;
    align-items: center;
    min-height: 100vh;
}

.m-layout-2-image{
    width: 75%;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}




/*
-----------------------
*/


/*
FULL WIDTH IMAGE
*/

.m-fullwidth-image{
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 500px
}




/*
PAGE HEADER CONTENT
*/

.m-page-header-image{
    width: 50%;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin:2rem auto;
}
.m-page-header h1{
    text-transform: uppercase;
    font-size:4rem;
    padding-left: 1rem;
}

@media (min-width: 992px){
    .m-page-header-image{
        margin:0 auto;
    }

    .m-page-header h1{
        font-size:6rem;
        padding-left: 2rem;
    }
  
  }


/*
MULTI IMAGE LAYOUT 1
*/
.m-mi-layout-1-row{
    margin: 2rem 0;
    align-items: center;

}

.m-mi-layout-1-part{
    height: 75vh;
}

.m-mi-layout-1-bg{
    height: 100%;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 70% auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-mi-layout-1-image{
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px){
    /* .m-mi-layout-1-row{
        height: 100vh;
    }
    .m-mi-layout-1-part{
        height: 75%;
    } */
    .m-page-header-image{
        margin:0 auto;
    }

    .m-page-header h1{
        font-size:6rem;
        padding-left: 2rem;
    }
  
  }

/*
MULTI IMAGE LAYOUT 2
*/

.m-mi-layout-2-row{
    margin: 2rem 0;
    align-items: center;

}

.m-mi-layout-2-part{
    height: 100vh;
}

.m-mi-layout-2-part2{
    height: 37.5vh;
}

.m-mi-layout-2-part3{
    height: 30vh;
}
.m-mi-layout-2-part4{
    height: 30vh;
}

.m-mi-layout-2-bg{
    height: 100%;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 70% auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-mi-layout-2-image{
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}




@media (min-width: 992px){
    .m-mi-layout-2-part{
        height: 75vh;
    }
  
  }


/*
  CIRCLE IMAGE
*/

.m-circle-showcase-item{
    border-radius: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    
  }

  .m-circle-showcase-item-image{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0; left:0;
    opacity: 1;
    transition: all .24s ease-in-out 0s;
    background-size: cover;
    background-color: rgba(0,0,0,0);
    background-blend-mode: multiply;
    
  }

  .m-circle-showcase-item-caption{
    display: flex;
    position: absolute;
    top:0; left:0;
    transform: translateY(100%);
        
    
        opacity: 0;
    height: 100%;
    width: 100%;
    color:#FFF;
    font-size:1.2rem;
    text-align: center;
    transition: all .24s ease-in-out 0s;
    
    justify-content: center;
    align-items: center;
  }
  .m-circle-showcase-item:hover .m-circle-showcase-item-image{
    background-color: rgba(0,0,0,.3);

  }
  .m-circle-showcase-item:hover .m-circle-showcase-item-caption{
      transform: translateY(0%);
      opacity: 1;
  }


  @media (min-width: 992px){
    .m-circle-showcase-item-caption{
        
    }
  
  }


/* PLAIN TEXT */

.plain-text h2{
    font-weight: 700;
}

@media (min-width: 412px){
	.grid-content-3 .grid-content-3-image{
		margin-top: 180px;
		height: 300px;
	}
}

@media (min-width: 992px){

	.grid-content-3 .grid-content-3-image{
		margin-bottom: 200px;
	}
	

}

/* FEATHERS */

.feather{
	position:fixed;
	z-index:100;
	background-size: contain;
	background-repeat: no-repeat;
}

.feather-1{
	background-image:url('../images/LABART_WEB_2022-09.png');
	width:20vw;
	height:20vw;
	bottom:10vh;
	right:5vw;
}