
.gallery-heading-container {
    margin-top: 30px;
}

.gallery-title {
    font-size:28px;
}

.gallery-subtitle {
    font-size:20px;
}



.gallery-container
{
    margin-top: 100px;
    font-family: 'Caladea';
}

.gallery-flex {
    margin-top:50px;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
}

.job-title {
    font-size: 16px;
    text-align:center;
}
.job-title:link {
    color:black;
}

.job-link-title {
    color:black;
    text-align:center;
    text-decoration: none;    
}
.job-link-title:hover {
    color:blue;
    cursor:pointer;
}

.jobs-container
{
    width: 18%;
}
.job-image
{
    width: 100%;
    max-width:300px;
    max-height:300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.job-image-image
{
    display: block;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
}