﻿@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: #b21f24;
	border-color: #b21f24;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
	color: #b21f24;
	background-color: #fff;
}

.carousel-caption h5 {
	text-transform: uppercase;
}
.carousel-caption p {
	font-weight: bold;
}
#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: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #0c324a !important;
	color: #88a6af !important;	
}
.dropdown-menu {
	background-color: #0c324a !important;
	border: none !important;
}

.foot-links a {
	color: #fff;
	text-decoration: none;
}
.foot-links a:hover, .foot-links a:active, .foot-links a:focus {
	color: #2f7b89;
}

footer {
	background-color: #0a1e2b;
	font-size: 14px;
	color: #88a6af;
}
footer a {
	color: #fff;
}
footer .nav-link {
	color: #fff;
}

.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: #fff;
}
.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: #88a6af !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;
}

.testimonial {
	background-color: #eee;
	padding: 15px;
	margin: 15px 0;
	display: block;
	border-radius: 5px;
}

@media (min-width: 720px) {
	.mobile-only {
		display: none;
	}
	.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: 165px;
	}
	.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;
	}
}
