/*--
canvas{
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}

	body {
  background: url('/static/images/3ek3.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

 @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');   --*/

@import url(fonts.css) ;
html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Nunito Sans', sans-serif;
    color: #222;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


.navbar {
    padding: .8rem;
}

.navbar-nav li {
    padding-right: 30px;
}


.navbar-nav > .active > a {
                color: #01A6A5;
            }

.navbar-nav .nav-item .nav-link:hover {
  color: #01A6A5;
}

.nav-link {
    font-size: 1em !important
}

.title {
    color: black;
}

a {
  text-decoration: none;
  color: #008CBA;
}

.changejumbo {
    /* background: url('/static/images/logo_QBIOL.svg') no-repeat right center; */
    background: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #ffffff;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-color: #F4F4F4;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    min-height: 15vh; /* 20% of viewport height, adjust as needed */
    height: auto;     /* Let content define height */
    padding: 2rem 2rem 2rem 2rem;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* margin-bottom: 0.5rem; */
}

.qbiol-title {
    font-family: 'Anokha','Skateblade', normal;
    font-size: clamp(2rem, 8vw, 7rem); /* Responsive, min 2rem, max 7rem */
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.1em;
    text-shadow:
    0 0 4px #0d4899,   /* soft glow */
    0 0 8px #fff;
    margin-bottom: 0.2em;
}

.qbiol-subtitle {
    font-size: 1rem;
    margin-top: 0;
}
.qbiol-logo {
    height: clamp(60px, 15vw, 200px);
    max-width: clamp(60px, 15vw, 200px);
    object-fit: contain;
}

@media (max-width: 576px) {
    .header-flex {
        flex-direction: row;
        align-items: center;
    }
    .qbiol-title {
        font-size: 4rem;
    }
    .qbiol-logo {
        height: 100px;
        max-width: 100px;
    }
}

.form-container {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000;
}




.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer {
    background-color: #f9f9f9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    clear: both;
    padding: 5px;
    height: 75px;
    margin: auto;
    width: 100%;
    border-color: #F4F4F4;
    border-style: solid;
    border-width: 1px;
    line-height: 2;

    display: flex;
    justify-content: space-between;
    align-items: center;

}

.footer a{
    display:contents;
}
.footer div i{
    vertical-align: middle;
    justify-content: space-between;
    padding:3px;

}
.footer img {
    border: none !important;
    width: auto !important;
    height:auto;
    max-width:80%;
    max-height: 80% !important;
    cursor: pointer;
    margin: 20px;
    }



.publication{
  padding: 1.25em;
  margin-bottom: 1em;
 }
.publication p{
  text-indent: 50px;
  text-align: justify;
}
.publication publi::before{
    content: "\2014\00A0";
    }
.publication publi{
  text-indent: 50px;
  text-align: justify;
  display: block;
  font-size: 100%;
  color: #6c757d;
  padding:10px;
}
.team{
}
.team table{
    background-color: #f8f9fa;;
}
.team p{
  text-indent: 2px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1em;
}


ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

ul:not(.browser-default)>li {
    list-style-type: none;
}

p {
    font-family: 'Nunito Sans', sans-serif;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
*/


/*Small (sm) devices (landscape phones,
576px and up) */

@media (min-width: 576px) {
    .applis-container {
        -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
    }
}

@media (max-width: 576px) {
    .applis-container {
 -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
     }
}


/* Medium (md) devices (tablets,
768px and up) */

@media (min-width: 768px) {
    .applis-container {
 -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
    }
}


/*Large (lg) devices (desktops,
992px and up) */

@media (min-width: 992px) {
    .applis-container {
         -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
    }
}


/*Extra (xl) large devices (large desktops,
1200px and up) */

@media (min-width: 1200px) {
    .applis-container {
         -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
    }
}
