﻿@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

a {
	color: #b21f24;
}

body {
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
}
.btn-red {
	color: #fff;
	background-color: #e1261f;
	border-color: #e1261f;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
	color: #e1261f;
	background-color: #fff;
}

.carousel-caption h2 {
	font-weight:600;
	font-size: 40px;
}
.carousel-caption p {
	font-weight: bold;
	margin-top: 20px;
}
.center-text-block {
	text-align: center;
}
.center-text-block p {
	text-align: justify;
	margin-top:40px;
}
#civil-litigation {
	background-image: url('../images/civil-litigation-home.jpg');
	background-repeat: no-repeat;
}
#corporate-business-law {
	background-image: url('../images/corporate-business-law-home.jpg');
	background-repeat: no-repeat;
}

.dropdown-item {
	color: #000;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #fff !important;
	color: #000 !important;	
}
.dropdown-menu {
	background-color: #fff !important;
	border: none !important;
}

.elem {
	padding: 20px 5px;
	margin: 5px;
	background-color: #f0f0f0;
	clip-path: polygon(50% 0%, 100% 25%, 100% 70%, 50% 100%, 0% 70%, 0% 25%);
	transition: background-color 0.3s ease;
	cursor: pointer;
	border: 0;
	font-family: Arial, sans-serif;
	display:flex;
	flex: 1;
}
.elem:hover {
	background-color: #61CE70;
}
.elem span {
	font-size: 19px;
	font-weight:500;
	line-height: 1em;
	box-sizing:border-box;
	margin: auto;
	color:#54595F;
}
.elem-control, .elem-control .col-md-2 {
	display:flex;
}

.fixed-top {
	background-color: #fff;
}
.foot-links a {
	color: #000;
	text-decoration: none;
}
.foot-links a:hover, .foot-links a:active, .foot-links a:focus {
	color: #000;
}

footer {
	color: #000;
}
footer a {
	color: #000;
}
footer .nav-link {
	color: #000;
	padding-top: 0 !important;
	font-weight:600;
}

.gray-bg {
	background-color: #eee;
}

.header-color{
	background-color: #0c324a;
}

main {
	margin-top: 112px;
}
.marketing-inside {
	overflow: hidden;
	border-radius: 4px;
	color: #fff;
	position:relative;
}
.marketing-inside .block {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0px;
	padding: 4px;
	position: absolute;
}
.marketing-inside span {
	display: block;
}
.marketing-inside .title {
	text-transform: uppercase;
}
.mobile-only {
	display: block;
}

.nav-link {
	color: #000;
}
.navbar {
	padding-top: 0;
}
.navbar-brand {
	color: #fff !important;
	font-family: 'Lora', serif;
	font-size: 18px;
	text-transform: uppercase;
}
.navbar-nav .nav-link.active, .nav-link:active, .nav-link:hover, .nav-link:focus {
	color: #000 !important;
}
.navbar-toggler {
	background-color: #fff;
}
.no-mobile {
	display: none;
}

.phone {
	background-color: #0a1e2b;
	padding: 4px 20px;
}
.phone a {
	color: #fff;
	text-decoration: none;
}
#probate-estate {
	background-image: url('../images/probate-estate-law-home.jpg');
	background-repeat: no-repeat;
}
.pw {
	display: none;
}

#real-estate {
	background-image: url('../images/real-estate-law-home.jpg');
	background-repeat: no-repeat;
}
.red {
	color:red;
}

.slider-description {
	font-size: 20px;
}

.testimonial {
	background-color: #eee;
	padding: 15px;
	margin: 15px 0;
	display: block;
	border-radius: 5px;
}
.title-one {
	font-weight:bold;
	font-size:18px;
	margin-bottom:50px;
}

@media (min-width: 720px) {
	.mobile-only {
		display: none;
	}
	.nav-link {
		padding: 13px 20px !important;
		font-size: 16px;
	}
	.no-mobile {
		display:block;
	}
}

@media (min-width: 1200px) {
	.carousel-caption {
		bottom: 500px;
	}
	.carousel-caption h5 {
		font-size: 40px;
	}
	.carousel-caption p {
		font-size: 18px;
	}
	main {
		margin-top: 136px;
	}
	.marketing-inside {
		height: 300px;
	}
	.marketing-inside .tag {
		font-size: 14px;
	}
	.marketing-inside .title {
		font-size: 18px;
	}
	.navbar-brand {
		font-size: 35px;
	}
	.navbar-brand img {
		height: 110px;
	}
}
