:root {
    --mainHeaderColor: #185886;
    --darkColor: #fff;
    --footerColor : #223350;
    --mindmapProductColor: #aa8bcf;
    --diagramProductColor: #648d7c;
    --pdfProductColor: #e7616c;
    --contentProductColor:  #878bc2;
    --cbProductColor:  #e97f7f;
    --docProductColor:  #7fc7e9;
    --calProductColor:  #cecd83;
    --kanProductColor:  #3ac999;
    --projProductColor:  #8895a0;
    --sheetsProductColor:  #6adb8c;
    --dbProductColor:  #9b9191;
  }

  .docHeader{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .docHeader h2{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .docHeader p{
    font-size: 1.25rem;
  }

  .docHeader img{
    height: 50%;
  }

  .products{
    display: flex;
    flex-direction: column;
  }


.products .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}

/* .productContainer{
    display: flex;
    flex-direction: column;
    justify-content: center; 
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 5px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
} */


.products .productContainer{
    max-width: 900px;
    padding: 1.5em;
    border-radius: 10px;
    margin: 20px, 20px;
    margin-top: 20px;
    margin-bottom: 20px; 
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 5px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }

.products .productContainer img{
    border-radius: 10px;
 } 


.productDetail .container{ 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.productDetail h3{
    text-align: center;
}

.productImage{
    text-align: center;
}

.productImage img{
    border-radius: 10px;
}

.headerImage img{
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}


.productDetail h3 {
    align-self: center;
    margin-top: 20px;
    font-size: 1.75rem;
    font-weight: bold;
    color: black;
}

.productDetail .container p{
    font-size: 1.25rem;    
    color: black;
    text-align: center;
} 


.productFooter{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.productFooter a{
    color: black;
}

.mindmapProductContainer{
    background-color: var(--mindmapProductColor);
}


.mindmapProductContainer .btn:hover{
    background-color: #4a3c5c !important;
}

.diagramProductContainer{
    background-color: var(--diagramProductColor);
}

.diagramProductContainer .btn:hover{
    background-color: #24332d !important;
}

.kanProductContainer{
    background-color: var(--kanProductColor);
}

.kanProductContainer .btn:hover{
    background-color: #103d2e !important;
}

.sheetsProductContainer{
    background-color: var(--sheetsProductColor);
}

.sheetsProductContainer .btn:hover{
    background-color: #315c3d !important;
}

.docProductContainer{
    background-color: var(--docProductColor);
}

.docProductContainer .btn:hover{
    background-color: #3d5f6e !important;
}

.contentProductContainer{
    background-color: var(--contentProductColor);
}

.contentProductContainer .btn:hover{
    background-color: #3d3e55 !important;
}

.cbProductContainer{
    background-color: var(--cbProductColor);
}

.cbProductContainer .btn:hover{
    background-color: #613737 !important;
}

.calProductContainer{
    background-color: var(--calProductColor);
}

.calProductContainer .btn:hover{
    background-color: #4d4c31 !important;
}

.projProductContainer{
    background-color: var(--projProductColor);
}

.projProductContainer .btn:hover{
    background-color: #3b4146 !important;
}

.pdfProductContainer{
    background-color: var(--pdfProductColor) !important;
}

.pdfProductContainer .btn:hover{
    background-color: #79282f !important;
}

.dbProductContainer{
    background-color: var(--dbProductColor);
}

.dbProductContainer .btn:hover{
    background-color: #4b4646 !important;
}


.btn{
    font-weight: bold !important;
    border-width: 2px !important;
}



@media screen and (min-width: 480px){
    

}

@media screen and (min-width:990px){
    
    .learnSection h2{
        font-size: 10px;
    }

}

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

    .products .container{
        flex-direction: column;  
        max-width: 500px;     
        justify-content: space-between; 
    }


    .productFooter a{
        font-size: 1rem;
    }

    .productContainer{
        flex-direction: row;
        max-width: 600px;
    }

    .products .container .mindmapProductContainer{
        flex-direction: column-reverse;
    }

    .products .container .kanProductContainer{
        flex-direction: column-reverse;
    } 

    .products .container .cbProductContainer{
        flex-direction: column-reverse;
    } 

    .products .container .sheetsProductContainer{
        flex-direction: column-reverse;
    } 

    .products .container .calProductContainer{
        flex-direction: column-reverse;
    } 

    .productContainer img{
        max-width: 90%;
        min-width: 90%;
    }

}  



/* @media screen and (min-width: 1200px){

    .productContainer{
        flex-direction: row;
        max-width: 75%;
        min-width: 75%;
    }

    .productContainer img{
        max-width: 30%;
        min-width: 30%;
    } 

    .productFooter a{
        font-size: 1.5rem;
    }  
}  */




