



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

html {
        background:  rgba(125, 136, 149);
}


body {
    padding: 0;
    margin: 0;
    color: #000;
/*
    background: rgb(147, 207, 91);
    background: linear-gradient(180deg, rgba(147, 207, 91, 1) 4%, rgba(69, 92, 48, 1) 75%);
*/
    background: #fffff;
/*	font-family: 'Dosis', sans-serif;*/

/*    background:#103310;*/
}

h1 {
	font-family: var(--heading-font);
	font-weight:500;
    position:relative;
    z-index: 1;
    font-weight:bold
}
h2 {
	font-family: var(--heading-font);
	font-size:1.9rem;
    font-weight:bold;
}
h3 {
	font-family: var(--heading-font);
	font-size:1.5rem;
    font-weight:bold;
}
h4 {
	font-family: var(--heading-font);
}

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



main .lesson-section {
    padding-top:10px; padding-bottom:10px;
}
main .lesson-section:nth-child(even) {
    background:#e3cfc3;
    
}
.lesson-section h3 {
    font-size:1.9rem;
    font-weight:bold;
}
.lesson-section p {
    font-size:1.1rem;
    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;
    border-bottom:1px solid var(--dark-color);
    padding:2px 0;
    text-transform:uppercase;
    font-size:16px;
    display:inline-flex;
}

.lesson-section .btn-container {
    margin-bottom:20px;
}

.custom-container {
    background-color: #ffffff;
    padding:0;
    border-radius: 20px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.5) ;
    font-family: 'Dosis', sans-serif;
}



.nav-link,
.navbar-brand {
    font-size:1.3rem;
    font-family: 'Dosis', sans-serif;
    cursor: pointer;
    font-weight:bold;
    display:flex;
    background: #fffff;
    border-radius: 30px; 
    border-color: #000;

}

 
.navbar-brand#title-brand {
    min-width:220px;
    min-height:56px
}

.nav-link {
    flex-grow: 1;
    height:100%;
    justify-content: center;
    align-items:center; 
    color: #525252;
    margin-left: 1em !important;
    border-bottom:4px solid transparent;
    text-align: center;
    line-height: 1;
}

.nav-link:hover {
    color:black;
    border-color:black;
        text-decoration:none;
}

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



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

.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(218, 225, 230);
    border-color:rgba(100,100,100);
}



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

.btn-primary , .navbar-toggler {
    color: white;
    background-color: #a8631a;
    border-color: white;
    font-family: var(--heading-font);
    font-weight:bold;
    letter-spacing:.02rem;
}
.btn-primary:hover, .navbar-toggler:hover  {
    background-color:  #a8631a;
     border-color:var(--primary);
}

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

.btn-secondary {
    background-color: var(--secondary);
    border-color:var(--secondary-dark);
}

.btn-secondary:hover {
        background-color: var(--secondary-dark);
    border-color:var(--secondary);
}



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 */
}

.special-hr {
    border: none;
    border-top: 5px solid #000;
    /* Custom color and thickness */
    width: 100%;
    margin: 0;
    opacity:1;
}



.hero h1 {
    font-weight:500;
    position:relative;
    z-index: 1;
    font-weight:bold;
    
    text-shadow: 2px 2px 5px rgba(0,0,0,.5);
        
     

}


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

    text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}
.hero .btn-container {
    display: flex;
    flex-direction: row;
/*    justify-content: center;*/
    position:relative;

}



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

.row {
    position: relative;
}

.col {
/*    margin-bottom:1rem;*/
}


.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;
}

#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;
}



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

}
@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 screen and (max-width: 768px) {
     

/* .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;*/

}
