



.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

:root {
    --app-background: #7D8895;
    --app-background-light: #819c9b;
    --black: #112122;
    --dark-color: #e7e7ef;
    --rad:4px;
    --primary:#e7e7ef;
    --primary-dark:#e7e7ef;
    --green-mid:#e7e7ef;
    --primary-light:#e7e7ef;
    --heading-font: font-family: "Arvo", serif;
     --body-font:'Lato', sans-serif;
}

.navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
  
/***** palette ******/
.dark-green {
    color: var(--green-dark);
}

.light-green {
    color: var(--green-light);
}

.light-blue-bg {
    background-color: var(--secondary-light);
}

.dark-blue-bg {
    background-color: var(--secondary-dark);
}

/**** main layout *****/
html {
        background:  rgba(57, 121, 135);
}
body {
    padding: 0;
    margin: 0;
    color:var(--dark-color);
/*
    background: rgb(147, 207, 91);
    background: linear-gradient(180deg, rgba(147, 207, 91, 1) 4%, rgba(69, 92, 48, 1) 75%);
*/
 background: linear-gradient(to bottom right, rgba(57, 121, 135, 0.9), rgba(57, 121, 135, 0.7));
/*	font-family: 'Dosis', sans-serif;*/

/*    background:#103310;*/
}

h1 {
	font-family: "Arvo", serif;
	font-weight:600;
    position:relative;
    z-index: 1;
    font-weight:bold
}
h2 {
	font-family: "Arvo", serif;
	font-size:1.8rem;
    font-weight:bold;
}
h3 {
	font-family: "Arvo", serif;
	font-size:1.6rem;
    font-weight:bold;
}
h4 {
	font-family: "Arvo", serif;
}

p, ul, li {
	font-family: var(--body-font);
	font-size:1.3rem;
    font-weight:normal;
    line-height:1.5;
}

main .lesson-section:nth-child(even) {
    background:rgba(40, 54, 64, .5);
    
}
.lesson-section h3 {
    font-size:1.9rem;
    font-weight:bold;
}
.lesson-section p {
    font-size:1.3rem;
    font-weight:400;
    line-height:1.5;
}
.lesson-section p .paragraph-headings {
    font-weight:bolder !important;
}
.lesson-section p.training-time-label{
    font-weight:600;
    padding:2px 0;
    text-transform:uppercase;
    font-size:16px;
    display:inline-flex;
}

.lesson-section .btn-container {
    margin-bottom:20px;
}
.heading-label {
    font-size:20px;
    display:flex;
    margin:1rem auto .2rem auto;
    line-height:18px;
    text-transform:uppercase
}

.interactive-thumbnail{

    margin-top:10px;
}
.custom-container {
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.5);
    color: black !important;
    box-sizing: border-box; /* Ensure padding is included in the element's total width and height */
}


.animation-container {
    background-color: #ffffff;
    
    box-shadow: 0 0 10px 0px rgba(0,0,0,.9) ;


}

.custom-padding {

        padding-right: 10px;
}

.navbar-nav {
    flex-wrap: nowrap; /* Prevent wrapping of nav items */
    overflow-x: auto; /* Enable horizontal scrolling for small screens */
}

.navbar-nav .nav-item {
    white-space: nowrap; /* Prevent text wrapping within nav items */
}

.navbar-collapse {
    flex-grow: 0; /* Disable flex-grow for the collapse element */
}

.navbar-toggler {
    order: 1; /* Move the toggler to the right */
}

.nav-link,
.navbar-brand {
    font-size:1.3em;
    font-family: "Arvo", serif;
    cursor: pointer;

}

 .navbar-brand2 img {
     padding:10px 0;
            /* Add top padding of 20px */

}

.nav-link {
    color: #ffffff;
    margin-right: 1.5em !important;
    border-bottom:4px solid transparent;
}

.nav-link:hover {
    color: #c0b5ce;
    text-decoration:none;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link {
    position: relative;
	display: inline-block; /* Ensure the links are displayed as blocks */
    padding: 20px 20px; /* Adjust padding as needed */
}


.navbar-nav .nav-link::before {
    content: "\2022"; /* Add the dot before the link */
    color: transparent; /* Set the color to transparent initially */
    margin-right: 5px; /* Adjust spacing between dot and text */
    position: absolute; /* Position the dot */
    left: 0; /* Align the dot to the left of the link */
    top: 50%; /* Align the dot vertically */
    transform: translateY(-50%); /* Center the dot vertically */
}

.navbar-nav nav-link.active::before,
.navbar-nav nav-link:hover::before {
  content: "\2022";
  color: #f47621;
  margin-right: 10px;
}

.navbar-nav .nav-link.active {
    color: #c0b5ce; /* Change the color to white */
}


.nav-link.active::before,
.nav-link:hover::before {
    content: "\2022";
    color: #f47621;
    margin-right: 5px;
}

.navbar-nav .nav-link:hover::before {
    color: #f47621; /* Change the color of the dot on hover */
}

.navbar-nav .nav-link:hover {
    color: #c0b5ce; /* Change the color of the link on hover */
}

.nav-link-current{
	content: '';
    position: absolute;
    bottom: -3px; /* Adjust the distance of the dot from the link */
    left: 50%;
    transform: translateX(-50%);
    width: 10px; /* Width of the dot */
    height: 10px; /* Height of the dot */
    background-color: transparent; /* Initially transparent */
    border-radius: 50%; /* To make it a circle */
    transition: background-color 0.3s ease; /* Smooth transition */
}

.header {
        background-color: #ffffff;
    

}

.subpage-header, .hero, main {
    position:relative;


}


.full-width {
    width: 100%;

}

.wrap {
    width: 80%;
    max-width: 24em;
    margin: 0 auto;
    padding: 0.25em 0.625em;
}

.align-center {
    align-items: center;
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

* .description {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
    text-align: center;
}

.description h1 {
    color: #0f2129;
    font-family: "Arvo", serif;
}

.description p {
    color: #000;
    font-size: 1.7rem;
    line-height: 1.5;

}

.features {
    margin: 4em auto;
    padding: 1em;
    position: relative;
}

.feature-title {
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.features img {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
}

/*footer logos */
.footer-container {
    padding-top: 10px;
    background-color: #ffffff;
}

.logos-flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    /*justify-content: space-evenly;*/
}

.logos-flex-item {
    display:inline-flex;
    width:40%;
    min-width: 200px;
    height:auto;
    margin:5px auto;
    padding: 5px;
    text-align: center;
}

.logos-flex-item img {
    text-align: center;
    height: auto !important;
    width: 100%;
    object-fit: contain;

}

.card, .list-group-item {
    background-color: rgba(192, 181, 206, 0.4);
    border-color:rgba(100,100,100);
}

#example1 {
    border: none;
    background: url(example-weeds.png);
    background-size: 240px 192px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
}
.bg-primary {
        background-color: var(--primary) !important;
}
.link-primary{
    color:var(--primary) !important;
    display:inline-flex;
    align-items: center;
}
.link-primary:hover {
    color: #0c2a36 !important;
}
.link-primary span {
    font-size:inherit;
}
.badge.rounded-pill {
    display:flex;
    align-items: center;
    font-size:1rem;
}
.badge.rounded-pill span {
    margin-left:5px;
}

.btn {
    display:inline-flex;
    align-items: center;
    justify-content: center;transition:all .5s ease;
}
a.btn:hover {
    text-decoration: none;
}

a {
   color: #403361; /* This sets the color of links to a purple shade */

}

.background-image {
    background-image: url('documents/animation-half.jpg'); /* Change the path to your image */
    background-size: cover;
    background-repeat: no-repeat;

}

.btn-primary , .navbar-toggler {
    background-color: #dcdbed;
    border-color: black;
    border-radius: #5ca49e;
    font-family: var(--heading-font);
    font-weight:bold;
    letter-spacing:.02rem;
}
.btn-primary:hover, .navbar-toggler:hover  {
    color: #6e738a;
    background-color: var(--primary-light);
     border-color:var(--primary);
}

.btn-primary:active, .navbar-toggler:active  {
  
    background-color: #403361;
     border-color:var(--primary-light);
    transform: scale(.95);
}


.btn-secondary {
    background-color: #412b7c;
    border-color: #412b7c;
    border-radius: #f47621;
    font-family: var(--heading-font);
    font-weight:bold;
    letter-spacing:.02rem;
}


.btn-secondary:active, {
  
    background-color: #f47621;
     border-color:var(--primary-light);
    transform: scale(.95);
}


.navbar-toggler {
    margin-left: auto;
}



.btn-secondary:hover {
    background-color: #f47621;
    border-color: #f47621;
}


.card.rounded {
    border-radius: 40px;
    /* Adjust the value to control the amount of rounding */
    overflow: hidden;
}

a {
    color: var(--primary);
    text-decoration: none;
    /* Remove underline by default */
}

a:hover {
    color: #8999ad;
    /* Darker green color on hover */
    text-decoration: underline;
    /* Underline on hover */
}


p, li, ul {
    color: white;

}

h1, h2, h3, h4 {
    color: white;
    font-family: "Arvo", serif;
}


.share-buttons {
 display:flex;
    flex-flow:row;
    justify-content: flex-start;
    align-items: center;
    margin:auto 5px;
    display:none;
   
}
a.share-button  {
    display:flex;
   margin:auto 0 auto 10px;  
}
.share-button img{
    width:22px;
    height:auto;
}
.special-hr {
    border: none;
    border-top: 5px solid var(--primary);
    /* Custom color and thickness */
    width: 100%;
    margin: 0;
    opacity:1;
}

.hero {
    position:relative;
    padding: 5rem 0rem;
    color:white;
}
.hero:before {
    position:absolute;
    display:block;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgb(170,170,170);
    background-image:url(documents/itips-banner--Sp.jpg);
    background-position: center;
    background-size: cover;
    z-index:0;
}

.hero h1 {
    font-weight:700;
    position:relative;
    z-index: 1;
    font-weight:bold
    font-family: "Arvo", serif;

}
.hero p {
    font-size:1.7rem;
    position:relative;
    z-index: 1;

}
.hero .btn-container {
    display: flex;
    flex-direction: row;
/*    justify-content: center;*/
    position:relative;

}


.hero-internal {
    position:relative;
    padding: 5rem 0rem;
    color:white;
}
.hero-internal:before {
    position:absolute;
    display:block;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgb(170,170,170);
    background-image:url(documents/itips-thin-es.jpg);
    background-position: center;
    background-size: cover;
    z-index:0;
}

.hero-internal h1 {
    font-weight:700;
    position:relative;
    z-index: 1;
    font-weight:bold
    font-family: "Arvo", serif;

}
.hero-internal p {
    font-size:1.7rem;
    position:relative;
    z-index: 1;

}
.hero-internal .btn-container {
    display: flex;
    flex-direction: row;
/*    justify-content: center;*/
    position:relative;

}



.hero-es {
    position:relative;
    padding: 5rem 0rem;
    color:white;
}
.hero-es:before {
    position:absolute;
    display:block;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgb(170,170,170);
    background-image:url(documents/itips-banner--Sp.jpg);
    background-position: center;
    background-size: cover;
    z-index:0;
}

.hero-es h1 {
    font-weight:700;
    position:relative;
    z-index: 1;
    font-weight:bold
    font-family: "Arvo", serif;

}
.hero-es p {
    font-size:1.7rem;
    position:relative;
    z-index: 1;

}
.hero-es .btn-container {
    display: flex;
    flex-direction: row;
/*    justify-content: center;*/
    position:relative;

}


.hero-es-internal {
    position:relative;
    padding: 5rem 0rem;
    color:white;
}
.hero-es-internal:before {
    position:absolute;
    display:block;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgb(170,170,170);
    background-image:url(documents/itips-banner-thin.jpg);
    background-position: center;
    background-size: cover;
    z-index:0;
}

.hero-es-internal h1 {
    font-weight:700;
    position:relative;
    z-index: 1;
    font-weight:bold
    font-family: "Arvo", serif;

}
.hero-es-internal p {
    font-size:1.7rem;
    position:relative;
    z-index: 1;

}
.hero-es-internal .btn-container {
    display: flex;
    flex-direction: row;
/*    justify-content: center;*/
    position:relative;

}


.subpage-header {
    position:relative;
    background-color:#262626;
	font-family: "Arvo", serif;
    color:#ffffff;
    padding: 5rem 3rem;

}
.subpage-header:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(255,255,255,.2);
    content:'';
    display:block;
    opacity:.2;
    z-index:0;
    padding: 5rem 3rem;
}
.subpage-header * {
    position:relative;
}

.subpage-header h2 {
    font-size:2rem;
    font-weight:bold;
    font-family: "Arvo", serif;
}

.subpage-header p {
    color: black;
}

.btn-container .btn {
    margin: auto 3% auto 0;
}

.row {
    position: relative;
}
.album {
    border-radius:none;
}


.plant-bg:before {
    position: absolute;
    background-image: url('images/microgreens-bunch-short.png');
    background-size:auto 50px;
    background-repeat: repeat-x;
    width: 100%;
    height:50px;
    content: '';
    top:-50px;
    left:0;
    right:0;
    
}



#home-cards-section {
    background:var(--green-mid);

}
.caption {
    margin: 5px auto;
}
.col {
/*    margin-bottom:1rem;*/
}

.card-image {


}

#home-cards-section .card-image {

    overflow:hidden;
    position:relative;
}

#home-cards-section .card-image:before { 
    content:'';
    display:block;
padding-top:53%;
}



#home-cards-section .card-image img {
    position:absolute;
    top:0;
    width:100%;
    height:auto;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow:hidden;
}


.video-container.vertical { 

    padding-bottom: 177.78%;
}

.video-container.ratio_4_3 { 

    padding-bottom: 75%;
}


.card .video-container {
    border-bottom:4px solid var(--primary);
}
.video-caption {
    margin:2px 0 5px;
        color:#343;
}
.video-title {
    font-size:1.5rem;    
}
.video-caption p {
    font-size:1rem;
    color:#6a705c;
}
.video-container iframe,
.video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



.interactive-container {
    position: relative;
    width: 100%;
    min-width: 964px;
    height: 0;
    min-height: 540px;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.interactive-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.youtube-video {
  aspect-ratio: 16/9;
  width: 100%;
}



.game-container {
   position: relative;
   width: 100%;
	height: 0;
  overflow: hidden;
   padding-top: 40%; /* 16:9 aspect ratio (height:width) */
 }


.game-iframe {
   position: absolute;
   top: 0;
   left: 0;
    width: 100%;
	height: 100%;
	 border: 0;
        }
        
        
        

img.responsive {
    width: 100%;
    height: auto;
}
#interactive .img-container {
    overflow:hidden;
    display:flex;
    align-items: center;
    justify-content: center;
    min-height:300px;
    max-height:400px;
    background:rgba(10,30,10,.4)
}
#interactive .img-container a  {
    background:var(--green-dark);
    position:absolute;
    display:flex;
    top:0;
    left:0;
    right:0;
    bottom:0;
    justify-content: center;
}

.img-container a .overlay-icon  {
   opacity:.5;
    position:absolute;
   display:flex;
    align-items:center;
    justify-content: center;
    left:0;
    right:0;
    top:0;
    bottom:0;
    height:100%;
    z-index:1;
    
    transition:all.5s ease;
    
}
.img-container a .overlay-icon span {
    font-size:170px;
    color:white;
}
.img-container a img {
    opacity:.7;
    transition:opacity .5s ease;
/*    filter: blur(1px);*/
}

.img-container a:hover img {
    opacity:1;
}
.img-container a:hover .overlay-icon {
    opacity:.7;
    transform:scale(1.1);
}

img.responsive-height {
    height:300px;
    width:auto;
}

.section-heading {
    text-transform:uppercase;
    font-size:1.4rem;
}


.info-section {

    
}
.info-section.light-shade {
    background:rgba(255,255,255,.2);
}
.info-section  h2 {
    line-height:1.3;
    font-weight:500;
}
.info-section  h3 {
    font-size:1.5rem;
    font-weight:600;
}
.info-section  p {
    line-height:1.7;
}
.info-section  p.lead {
    font-size:1.6rem;
    color:inherit;
}
.info-section  li {
    margin:1rem 0;
}
.info-section > div {
    margin:auto;;
}
.info-section .row {
    align-items: center;
}

.info-section .row.row-grid {
    align-items:stretch;
}

.info-section .white-box { 
    padding:1rem;
    border-radius:6px;
    background:rgba(238, 240, 230, 1);
    box-shadow:0 0 2px 0px rgba(0,0,0,.2);
}

.info-section .white-box .list-group {  
    margin-left:-1rem; margin-right:-1rem;
    border-radius:0;
    position:relative;
}
.info-section .white-box .list-group-item span.material-symbols-rounded
{
    background-color:var(--primary);
    color:white;
    padding:2px 3px;
    height:100%;
    border-radius:4px;
}

.info-section .white-box .list-group-item:hover {
    background-color:rgb(230,220,230);
}

.info-section .white-box .list-group-item:hover span.material-symbols-rounded {
    background-color:var(--primary-light);
}

.info-section .white-box h3 { 
    text-transform:uppercase;
    font-size:92%;

}
.info-section .row.row-grid .row {
    align-items:flex-start;
}
.info-section .row.row-grid .card {
    height:100% !important;
}

.img-container.black-border, .video-container.black-border {
   box-shadow:  0px 0px 0 8px rgba(0, 0, 0, 1);
    
}


.info-section .img-container {
    margin:auto;
    width:100%;
    padding-top:calc(100%);
    height:100%;
    position:relative;
    overflow: hidden;
    background:rgba(0,0,0,.1);
}
.info-section .img-container:after {
   content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.info-section .img-container img { 
    position:absolute;
    top:0;
    height:100%;
    width:auto;
    z-index:0;
}
.img-container.inset-gradient-right:after {
/*   background: linear-gradient(90deg, rgba(235,243,219, 1) 0%, rgba(235,243,219, 0) 75%);*/
}
.img-container.inset-gradient-left:after {
/*   background:  linear-gradient(270deg, rgba(235,243,219, 1) 0%, rgba(235,243,219, 0) 75%);*/
  
}
.card-list-section .card {
   background:rgba(21, 136, 194,.9);
    border-color:rgba(0,0,0,.1);
}
.card-list-section .card .img-container { 
    margin-top:1rem;
    border:2px solid white;
    width:90%;
    right:-5%;
    padding-top:90%;
    

}
img.fit-horizontal { 
    height:auto !important;
    width:100% !important;
}

img.fit-vertical {
    height:100% !important;
    width:auto !important;
}

.itips {
    font-size: 2em; /* Adjust the font size for the "ITIPS" part */
    font-weight:700;
}

.itips-es {
    font-size: 1.8em; /* Adjust the font size for the "ITIPS" part */
    font-weight:700;
}


.food-safety {
    font-size: 0.9em; /* Adjust the font size for the "Food Safety" part */
    padding-right: 15px;
    font-weight:500;
}

.seguridad {
    font-size: 0.7em; /* Adjust the font size for the "Food Safety" part */
    padding-right: 45px;
    font-weight:500;
}

@media screen and (max-width: 999px) {

}

@media (max-width: 1000px) {
    .hero:before {
        background-image: url(documents/itips-smaller.jpg);
    }
}

@media (max-width: 1000px) {
    .hero-internal:before {
        background-image: url(documents/itips-smaller.jpg);
    }
}


@media screen and (min-width: 1280px) {
    .logos-flex-item {
    width:30%;
    max-width: 400px;
    max-height:180px;
    height:auto;
    margin:20px auto;
    padding: 5px;
}
}

@media (max-width: 999px) {
    .navbar-nav .nav-link::after {
        display: none; /* Hide the dot */
    }
}



@media screen and (max-width: 768px) {
    .hero {
        padding:3rem;
    } 
    .hero .btn-container {
    flex-direction: column;
    }
    
    .hero .btn-container .btn {
     margin:auto auto 10px 0;
    }
    
    .hero-internal {
        padding:3rem;
    } 
    .hero-internal .btn-container {
    flex-direction: column;
    }
    
    .hero-internal .btn-container .btn {
     margin:auto auto 10px 0;
    }
    
    .card {
        margin-bottom:1rem;
    }
    
    .resource-thumbnail.img-container {
    padding-top:42%;
        overflow:hidden; 
    }
    .resource-thumbnail.img-container .img-responsive {
    width:100%;
        height:auto;
        top:-12%;
    }
    
    .lesson-section div:first-child  {
        order:2;
    }

}


/* .flex-item img {
  width:200px;
}
 */
/*footer-container .img {
  display: flex;
flex-flow: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: auto;
width: 100%;
max-width: 960px;
    }
/* .item {
  padding: 10px;*/

}
