html {
  scroll-padding-top: 4rem;
}

a {
	color: #0264F7;
}

body{
	/*font-family: 'open sans',sans-serif*/
	font-family: Arial,Helvetica,sans-serif;
}

p{
	font-size: 18px;
}

h2 {
	font-weight: 400;
	font-size: 42px;
	font-family: 'Raleway', sans-serif;
}

.container{
	max-width: 930px;
}


.container-fluid .left-column header{
	max-width: 250px;
	float: right;
}


.attorney-image {
    height: 222px;
}

.subpage .pad-extra .col-8{
	padding-top: 100px;
	padding-bottom: 100px;
}

.subpage .pad-extra .col-5{
	padding-top: 100px;
	padding-bottom: 100px;
}

.subpage .pad-extra .col-4{
	padding-top: 100px;
	padding-bottom: 100px;
}

.subpage .pad-extra .col-3{
	padding-top: 100px;
	padding-bottom: 100px;
}

.subpage.full-width{
	padding-top: 50px;
	padding-bottom: 50px;
}

.emph_word{
	font-weight:bold;
	display:block;
}

#home{
	color: #ffffff;
	font-size: 50px;
	background-image: url("images/bg1.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#home .left-column{
	min-height: 600px;
}

#interlude{
	color: #ffffff;
	min-height: 600px;
	background-image: url("images/bg2.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.left-column{
	padding-top: 100px;
}

#practice_areas{
	color: rgb(0, 48, 91);
}

.case {text-align: center; height: 100%;}
.case p {font-size: 14px;}
.case h3, .case a {color: #8B0000 !important;}

.light-bg{
	color: rgb(0, 48, 91);
	background-color: rgb(234, 244, 246);
}

#practice_areas h3,
#attorneys h3{
	color: #2B7A83;
	font-weight: bold;
	font-size: 18px;
}

#attorneys{
	text-align:center;
}

p.contact, #attorneys h3 {margin-bottom: 0;}

#attorneys h3 {font-size: 1.25rem;}

.dark-bg {
	color: #ffffff;
	background-color: rgb(0, 48, 91);
}

.dark-bg a {color: #ffffff;}

#insights{
	background-image: linear-gradient(0deg, rgba(0, 35, 70, 0.7), rgba(0, 35, 70, 0.7)), url("images/judge.jpg");
	background-size: cover;
	min-height: 600px;
}

/*Pop up rules*/
.carousel-inner{
	width: 70%;
	margin-left:15%;
}
.carousel-control-next, .carousel-control-prev{
	background-color: black;
	color: white;
}

footer{padding-top:1.5rem;}

/*Overwrite some breaking rules for menu*/
.navbar-nav .nav-link{
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-nav{
	flex-direction: row;
}

.navbar-nav .dropdown-menu{
	position: absolute;
}

.address{
	font-family: 'Raleway', sans-serif;
	font-variant-numeric: lining-nums;
}