html * {
  font-weight: 500;
  line-height: 1.3;
  color: #403F40;
  font-family: "Avenir LT W02 35 Light", "Helvetica", Arial, sans-serif;
}

body{
    font-family: "Avenir LT W02 45 Book", "Helvetica", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857129;
    color: #403f40;
    background-color: #F3F4F4;
    height: 100vh;
    overflow-x: scroll;
}

/*! set navbar background color */
.navbar{
    background-color: #f7f8fc;
}

/* on small screens, add padding to data column */
@media screen and (max-width: 768px) {
    .data-column {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.subtitle{
    font-size: 1.8rem !important;
    font-weight: 500;
    line-height: 1.2;
    color: #403F40;
}

.hero-image{
    background-image: url(https://theme.zdassets.com/theme_assets/233487/b717e5eb4502e3d8e69e0662dff91dacc760975b.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.card-height{
    min-height: 150px;
}

.columns-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}

.columns{
    margin-left: 0px;
    margin-right: 0px;
}

.custom-card{
    display: flex;
    flex-direction: column;
    height: 300px;
}

.custom-card-large{
    display: flex;
    flex-direction: column;
    min-height: 350px;
}

.logo-styling{
    max-height: 50px;
}

.hero-title-style{
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
}

.text-label-left{
    text-align: left;
    margin-bottom: 0px !important;
}

.text-label-right{
    text-align: end;
    margin-bottom: 0px !important;
}

.text-label-center{
    text-align: center;
    margin-bottom: 0px !important;
}

.text-label-bottom-left{
    position: absolute;
    bottom: -20px;
    left: 13px;
}

.text-label-bottom-right{
    position: absolute;
    bottom: -20px;
    right: 10px;
}

.input-container{
    position: relative;
    margin-top: 20px;
}

.title-container{
    margin-top: 25px;
}

.data-column{
    margin-bottom: 20px;
}

.table-header{
    background-color: #F9F9F9 !important;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
}

.table-header h2{
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-row{
    border-bottom:1px solid #F3F4F4 !important;
    margin-bottom: 20px;
}

.pagination-link{
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 0px;
    margin: 0px;
    border: 0.5px solid #F3F4F4;
}

.pagination-link.is-current {
    background-color: #FF6F00;
    border-color: #FF6F00;
    color: #fff;
}

.is-large{
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 30px;
    font-size: 15px !important;
}

.centered-img-sm{
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.no-padding{
    padding: 0px !important;
}

.no-margin{
    margin: 0px !important;
}

.button-large{
    height: 40px;
    width: 90%;
    font-size: 15px;
    margin-bottom: 10px;
}

.pagination{
    margin:0px !important;
}
