
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900|Merriweather:400,400i,700,700i|Poppins:300,400,500,600,700');


.section-title {
    font-weight: 300;
    text-transform: uppercase;
}

.no-margin {
    margin: 0px;
}

.split-section-bordered {
    border: 1px solid rgba(72, 72, 72, 0.1);
    padding: 2em;
    border-radius: 1.0rem;
    background: rgba(96, 96, 96, 0.05);
}

footer p.copyright
{
	color: rgba(100, 100, 100, 0.6) !important;

}


footer h4
{
	color: rgba(225, 225, 225, 0.9);
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .02em;

}

footer h5
{
	color: rgba(225, 225, 225, 0.9);
	font-weight: 200;
	letter-spacing: .02em;
}


a[href^=tel] {

}

.team-bordered {
    border: 1px solid rgba(72, 72, 72, 0.1);
    padding: 2em;
    border-radius: 1.0rem;
    background: rgba(96, 96, 96, 0.05);
}

blockquote {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    line-height: 1.5;
    font-size: 1.8rem;
    margin: 4.0rem 0;
    padding: 0;
    border: none;
}
