﻿h2 {
    font-size: 30px;
}

@media (max-width:600px) {
    h2.responsive {
        font-size: 24px;
    }
}

@media(min-width: 1074px) {
    .sidebar {
       /* display: none;*/
    }   
}

.sidebar {
    background-image: none;
    background-image: background: rgb(239,238,238);
    background: rgb(239,238,238);
background: linear-gradient(0deg, rgba(239,238,238,1) 12%, rgba(116,116,115,1) 83%) !important;
}
/* https://cssgradient.io/ */




.top-row {
    background-image: none;
    background-image: background: rgb(145,225,30);
background: linear-gradient(61deg, rgba(145,225,30,1) 34%, rgba(141,225,30,1) 49%, rgba(145,225,30,1) 93%) !important;
}

@media (max-width: 900px) {
    .mud-xs-table .mud-table-cell {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        padding: 14px 16px;
        text-align: start !important;
    }
}

@media (max-width: 900px) {
    .mud-xs-table .mud-table-cell {
        text-align: start !important;
    }
}

@font-face {
  font-family: 'Gruppo';
  src: url('../fonts/Gruppo-Regular.ttf') format('truetype');
}
    

