﻿/*========================================
    Genreal
========================================*/
.serviceP {
    padding-top: 1.5em;
    margin-right: 13em;
}

.serviceDeets {
    padding: 3em !important;
    margin: 2em 1em 1em 1em;
    background-color: #f4f4f4;
}
.serviceH1 {
    font-size: 1.1em;
    line-height: 1.2;
    color: #8e161f;
    text-transform: none;
    padding-top: 0;
    cursor: pointer;
}
.serviceList h2 {
    margin: .5em 0;
}
.serviceList {    
  width: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
}
.serviceList  a {
    display:block;
    text-decoration: none;
    padding: 1em;
    position:relative;
    width:100%;
    height:100%;
}
.serviceList li {
    list-style: none;
    text-decoration: none;
    margin: 1em;
    flex: auto;
    width:100%;
    height:100%;
    flex: 0 2 30%;
    background-color: #f4f4f4; 
}
/*.serviceList li:hover {
    background-color: #e0e0e0;
    transform: scale(1.02);
    transition: all .2s ease-in-out;
    height: 100%;
    width: 100%;
}*/


.serviceEntryDeets {
    padding: 0 8em !important;
}


/*--SPECIFIC--*/
.serviceMargin {
    margin-top: 2em;
}

.servicePage 
.colRowFlex
.imageOverlay {
    padding-right: 0 !important;
}