﻿.tiletextcontainer {
    padding: 3.125em;
    color: #fafafa;
    background: rgba(0,0,0,0.55);
    min-height: 350px;
}

.categories:hover .tiletextcontainer, .categories:focus .tiletextcontainer {
    background: rgba(0,0,0,.375);
}


.title {
    font-size: 2.2rem!important;
    font-weight: 700!important;
    line-height: 1!important;
    color: #fafafa!important;
}
.categories {
    position:relative;
    padding-right: 0px !important;
    padding-left: 0px !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,.4),rgba(0,0,0,.6));
    background-size: cover;
    z-index: 2;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    webkit-filter: contrast(1.1);
    -moz-filter: contrast(1.1);
    -ms-filter: contrast(1.1);
    -o-filter: contrast(1.1);
    filter: contrast(1.1);
    /*-webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;*/
    text-decoration: none !important;
}

#s4-workspace {
    overflow-x: hidden !important;
}
.tiletextcontainer .category {
    font-size: 1.5rem;
    color: #fafafa;
    font-weight: bold;
}

.large-4.columns.categories i {
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
}

