.galleryImg, .galleryImgBig {
	width: 250px;
    --border: 5px solid #e2dddd69;
    margin-bottom: 0.5rem;
}

.galleryImg:hover {
	transform:scale(1.8);
}

.galleryImgBig:hover {
	transform:scale(1.2);
}

.case-study {
    padding-top: 1rem;
    --background: radial-gradient(ellipse at right, #f5f4f4, #ffffff);
    margin: 10px 0 30px 0;
    --border-right: 5px solid #00a1de;
}

.testimonial {
    margin-top: 30px;
    --margin-bottom: 50px;
    font-size: 1.2rem;
    padding: 0.8rem 1rem;
}

.testimonial blockquote {
    font-size: 1.25rem;
    --font-style: italic;
    line-height: normal;
    position: relative;
    border: none;
}

.testimonial blockquote header {
    margin-top: 15px;
    font-size: 1.15rem;
}
blockquote header, blockquote small, blockquote .small {
    display: block;
    --font-size: 80%;
    --line-height: 1.42857143;
    color: #777;
}

blockquote header:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

.techLogo {
	background: #ebf7ff;
    border: 1px solid #67c9ea94;
	box-shadow: 0px 4px 7px #3f939a14;
	border-radius:4px;
    margin-right: 1.3rem;
    margin-top: 1.8rem;
    float: left;
    width: 8rem;
    height: 6rem;
    padding: 0.6rem;
    --max-height: 100px;
    --display: inline-block;
    --margin-top: 20px;
    position: relative;
    ---filter: grayscale(100%);
    --webkit-filter: grayscale(100%);
    --moz-filter: grayscale(100%);
    --ms-filter: grayscale(100%);
    --o-filter: grayscale(100%);
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}

.case-study p {
    margin-top: 30px;
    margin-bottom: 60px;
    line-height: normal;
    --font-size: .85em;
}
.project-column p {
   font-size: 1.3rem;
    line-height: 2rem;
}

.project-column li, .project-column li a {
    font-size: 1.4rem;
    color: #156ba5;
}

.project-column h2 {
	margin-top:0px;
	}
