
.patros-canvas-header{ 
    position: relative;
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* background : orange; */
}


.patros-canvas-level-one{
    position: relative; 
    display: flex;
    flex-wrap: wrap; 
    flex-direction: row;
    justify-content:space-around;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* background : green; */
}

.patros-canvas{ 
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden ;
}

.patros-canvas-carousel{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    height: auto;
    animation: scroll 40s linear infinite;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-330%); }
}

.patros-spacer{
    height: 100px !important; 
    width: 100%;
    /* background: green; */
}

.patros-canvas-separator{
    position: relative;
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    
}

.patro-title{
    font-family:AvenirBold; 
    font-size:1.5em; 
    color:white;
}

.patro-title-separator{
    font-family:AvenirBold; 
    font-size:1.5em; 
    color:white;
}

.patro-container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.patro-image{
    margin :15px;
}

.patro-image-carousel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 20px;
}

