/*BACKGROUND COLORS*/
.bg-black {
  background-color: black;
}

.bg-white {
  background-color: whitesmoke;
}

.bg-blue {
  background-color: #3e90e2;
}

.bg-grey {
  background-color: #353636;
}

/*WIDTH SIZING*/
.link {
  color: goldenrod;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}

.twoThirds-width {
  width: 66.6666%;
}

.oneThird-width {
  width: 33.3333%;
}

/*MAIN*/
* {
  margin: 0;
}

html {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: black;
}

/*HEADING*/
#top {
  width: 100%;
  max-height: 100%;
  display: flex;
}
#top .navbar {
  height: 100%;
  width: 100%;
}
#top .navbar a img {
  width: 50%;
  height: 100%;
  margin-top: 4%;
}
#top .consult {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  height: inherit;
  color: black;
  font-family: "Roboto Slab", serif;
  z-index: 1;
}
#top .consult a {
  margin-top: 10%;
}
#top .consult a h1 {
  font-size: 4vw;
  position: relative;
}
#top .consult h3 {
  position: relative;
  font-size: 2.5vw;
}
#top .consult h4 {
  font-weight: bold;
  position: relative;
  font-size: 1.5vw;
}
#top .consult .phone-number {
  text-decoration: none;
  color: black;
  margin-top: 25%;
}
#top .consult .phone-number:hover {
  text-decoration: none;
  color: whitesmoke;
}

/*NAVIGATION BAR*/
.nav {
  width: 100%;
  background-color: whitesmoke;
  position: sticky;
  top: 0;
  z-index: 20;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
.nav .navbar {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}
.nav .navbar a {
  color: black;
  text-decoration: none;
  align-self: center;
}
.nav .navbar .nav-item {
  list-style: none;
  height: 50px;
  display: inline-flex;
}
.nav .navbar .nav-item a {
  font-size: 1.75vw;
}
.nav .navbar .dropdown .drop-menu {
  width: 30vw;
  list-style: none;
  position: absolute;
  margin-top: 50px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.15s ease-out;
}
.nav .navbar .dropdown .drop-menu .drop-item {
  background-color: #353636;
  transition: background-color 0.25s ease-out;
  font-size: 16px;
  padding: 20px 10px;
  padding-right: 5px;
  border-bottom: solid 2px black;
}
.nav .navbar .dropdown .drop-menu .drop-item a {
  color: whitesmoke;
}
.nav .navbar .dropdown .drop-menu .drop-item:hover {
  background-color: black;
  transition: background-color 0.25s ease-in;
}
.nav .navbar .dropdown:hover > .drop-menu {
  max-height: 100vh;
  transition: max-height 0.3s ease-in;
  border-right: 1px solid whitesmoke;
  border-bottom: 2px solid whitesmoke;
  border-left: 1px solid whitesmoke;
}

/*Carousel*/
.carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.carousel-inner .carousel-item .shadow-box {
  font-family: "Roboto Slab", serif;
  position: absolute;
  height: 30%;
  width: 60%;
  left: 20%;
  bottom: 45%;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 10px;
}
.carousel-inner .carousel-item .shadow-box h2 {
  font-size: 2.5vw;
}
.carousel-inner .carousel-item .shadow-box h4 {
  font-size: 1.5vw;
}
.carousel-inner .carousel-item .consultation-box {
  padding: 5%;
}
.carousel-inner .carousel-item .carousel-btn {
  font-family: "Roboto Slab", serif;
  border: none;
  position: absolute;
  bottom: 43%;
  height: 5%;
  width: 20%;
  left: 40%;
  color: whitesmoke;
  box-shadow: 5px 7px rgba(0, 0, 0, 0.7);
}
.carousel-inner .carousel-item .carousel-btn a {
  position: absolute;
  left: 0%;
  top: 25%;
  width: 100%;
  color: whitesmoke;
  font-size: 1vw;
}
.carousel-inner .carousel-item .carousel-btn a:hover {
  text-decoration: none;
  color: whitesmoke;
}

/*LAW AREAS*/
.law-areas {
  height: 100%;
  padding: 25px;
  text-align: center;
  color: whitesmoke;
  font-family: "Roboto Slab", serif;
}
.law-areas div {
  width: 30%;
}
.law-areas div h3 {
  margin-top: 15px;
}
.elastic-icon{
  font-size: 2.5vw;
}
.law-areas .icon-box h3 {
  font-size: 2.5vw;
}
.law-areas .icon-box p {
  font-size: 1.5vw;
}
.law-areas .icon-box .icon {
  color: whitesmoke;
}

/*CONTACT FORM*/
.contact-section {
  height: 100%;
  position: relative;
  display: flex;
}
.contact-section .form-container {
  background-image: url(../images/park.jpg);
  background-position: center right;
  height: 550px;
}
.contact-section .form-container .form-heading {
  text-align: center;
  position: relative;
  top: 10%;
}
.contact-section .form-container .form-heading h2 {
  color: whitesmoke;
}
.contact-section .form-container form {
  position: relative;
  top: 10%;
  left: 5%;
  width: 90%;
}
.contact-section .form-container form button {
  text-align: center;
  font-size: 1.5vw;
  position: relative;
  width: 20%;
  left: 40%;
}
.contact-section .map {
  height: 550px;
}
.contact-section .map .maps-frame {
  height: 90%;
  width: 90%;
  margin: 4%;
  margin-left: 5.5%;
}

/*DIVIDER*/
.divider {
  text-align: center;
  width: 100%;
  height: 20vh;
  background-color: black;
}
.divider h1 {
  position: relative;
  top: 40%;
  font-family: "Roboto Slab", serif;
  color: whitesmoke;
  font-size: 2.5vw;
}

/*INFORMATION SECTION*/
.info-section-container {
  height: 100%;
  width: 100%;
  background-image: url(../images/courthouse.jpg);
  background-repeat: no-repeat;
  background-size: 200%;
  background-attachment: fixed;
  overflow: hidden;
}
.info-section-container .layer {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 130%;
}
.info-section-container .areas-info {
  color: whitesmoke;
  width: 26%;
  padding-left: 5%;
  font-family: "Roboto Slab", serif;
  /*.civil-info{
      top: 6%;
  }
  .injury-info{
      top: 1%;
  }
  .religious-info{
      bottom: 4%;
  }*/
}
.info-section-container .areas-info .side-info {
  position: relative;
  margin-top: 5%;
  justify-content: space-evenly;
}
.info-section-container .areas-info .side-info ul {
  position: relative;
  right: 12%;
  list-style-type: none;
}
.info-section-container .areas-info .side-info .info-header {
  color: #3e90e2;
  text-decoration: underline 3px;
  text-decoration-color: #3e90e2;
  margin-bottom: 5%;
}
.info-section-container .areas-info .side-info .info-header .underline {
  border-bottom: solid 3px #3e90e2;
  font-size: 2vw;
}
.info-section-container .areas-info .side-info div .side-link {
  width: 78%;
  padding-left: 5px;
  background-color: none;
  transition: background-color 0.25s ease-out;
}
.info-section-container .areas-info .side-info div .side-link a {
  color: whitesmoke;
  transition: color 0.25s ease-out;
  font-size: 1vw;
}
.info-section-container .areas-info .side-info div .side-link a:hover {
  color: black;
  transition: color 0.25s ease-in;
  text-decoration: none;
}
.info-section-container .areas-info .side-info div .side-link:hover {
  background-color: whitesmoke;
  transition: background-color 0.25s ease-in;
}
.info-section-container .vl {
  position: relative;
  top: 10%;
  border-left: 2px solid #3e90e2;
  min-height: 100%;
}
.info-section-container .info-content {
  color: whitesmoke;
  height: 100%;
  width: 65%;
  padding-left: 5%;
  font-family: "Roboto Slab", serif;
}
.info-section-container .info-content .main-content {
  position: relative;
}
.info-section-container .info-content .main-content h1 {
  margin-top: 5%;
  font-size: 3vw;
}
.info-section-container .info-content .content-block {
  position: relative;
}
.info-section-container .info-content .content-block .info-title {
  margin-top: 5%;
  color: #3e90e2;
  font-size: 2vw;
}
.info-section-container .info-content .content-block p {
  font-size: 1vw;
}

/*ENDING CONTACT*/
.contact-btm {
  position: relative;
  text-align: center;
  font-family: "Roboto Slab", serif;
  height: 100%;
  width: 100%;
  color: whitesmoke;
  background-color: black;
  padding: 5%;
}
.contact-btm h2 {
  font-size: 2.5vw;
}
.contact-btm .phone-btm {
  color: #3e90e2;
  text-decoration: none;
}
.contact-btm .phone-btm h1 {
  font-size: 2.5vw;
}
.contact-btm .phone-btm:hover {
  color: whitesmoke;
  text-decoration: none;
}

/*FOOTER*/
.footer-container {
  width: 100%;
  position: relative;
  background-color: #353636;
  font-family: "Roboto Slab", serif;
  justify-content: space-between;
}
.footer-container .footer {
  width: 60%;
  position: relative;
}
.footer-container .footer img {
  padding: 2%;
  padding-left: 4%;
  width: inherit;
}
.footer-container .llc {
  color: whitesmoke;
  text-align: center;
  position: relative;
  background-color: #353636;
  right: 9.5%;
  padding: 3%;
}
.footer-container .llc h6 {
  font-size: 1vw;
}
.footer-container .llc p {
  font-size: 1vw;
}
.footer-container .llc .address {
  position: relative;
  z-index: 2;
  color: #3e90e2;
  font-size: 1vw;
}
.footer-container .llc .address:hover {
  color: #2c75be;
}
.footer-container .social-links {
  text-align: center;
  position: relative;
  background-color: #353636;
  padding: 3%;
  width: 33%;
  color: whitesmoke;
}
.footer-container .social-links h5 {
  font-size: 1.25vw;
}
.footer-container .social-links a {
  font-size: 1vw;
  color: whitesmoke;
}
.footer-container .social-links a:hover {
  color: #3e90e2;
}

/*DISCLAIMER*/
.disclaimer {
  width: 100%;
  background-color: #353636;
  border-top: 1px solid black;
  font-size: 1vw;
  position: relative;
  text-align: center;
  color: black;
  padding-left: 2%;
}

/*BOTTOM LINKS*/
.links {
  position: relative;
  padding-bottom: 3px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: px;
  background-color: #3e90e2;
}
.links .sidebar {
  border-right: solid 1px black;
  padding-right: 30px;
}
.links a {
  padding-right: -3%;
  margin: 15px;
  color: black;
  text-decoration: none;
  font-size: 1.5vw;
}
.links a:hover {
  color: black;
  text-decoration: none;
}

/*BOTTOM*/
.bottom {
  background-color: black;
  height: 30px;
  padding-top: 5px;
  position: relative;
}
.bottom .copyright {
  display: inline;
  margin-left: 10px;
}
.bottom .copyright a {
  color: #3e90e2;
  font-size: 1vw;
}
.bottom .kotadev {
  position: relative;
  left: 82%;
  bottom: 25px;
}
.bottom .kotadev a {
  color: #3e90e2;
  font-size: 1.25vw;
}
.bottom .kotadev a .kotadev-img {
  margin-left: 10px;
  width: 1.3%;
  position: relative;
  bottom: 3px;
}

/****************************************************************************************************/
/*BARS*/
.top-bar {
  width: 100%;
  text-align: center;
  font-family: "Roboto Slab", serif;
  color: whitesmoke;
  background-color: black;
  padding: 1%;
}
.top-bar h1 {
  font-size: 3vw;
}

.bottom-bar {
  width: 100%;
  text-align: center;
  font-family: "Roboto Slab", serif;
  color: whitesmoke;
  background-color: black;
  padding: 1%;
}
.bottom-bar h1 {
  font-size: 1vw;
}

#injury-divider {
  height: 110%;
  margin-bottom: -1%;
}
#injury-divider h1 {
  font-size: 2.5vw;
  position: relative;
  padding: 5% 5%;
}

/*DIVIDER*/
.divider {
  text-align: center;
  width: 100%;
  background-color: black;
}
.divider h1 {
  position: relative;
  font-family: "Roboto Slab", serif;
  color: whitesmoke;
}

/****************************************************************************************************/
/*ATTORNEY PROFILES PAGE*/
.attorney-container {
  margin: 0;
  padding: 0%;
  width: 100%;
  height: 100%;
  background-color: #E9E9E9;
  background-image: url(../images/gavel.jpg);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: top;
  background-attachment: fixed;
}
.attorney-container .options-side-menu {
  width: 30%;
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 1.75%;
}
.attorney-container .options-side-menu .menu-heading {
  width: 100%;
  padding: 10% 5%;
  background-color: #353636;
  text-align: center;
  border: 1px solid whitesmoke;
}
.attorney-container .options-side-menu .menu-heading h3 {
  position: relative;
  top: 30%;
  font-size: 2.5vw;
}
.attorney-container .options-side-menu .menu-heading h3 a {
  color: #3e90e2;
  font-family: "Roboto Slab", serif;
  margin: 0 auto;
}
.attorney-container .options-side-menu .menu-heading h3 a:hover {
  text-decoration: none;
  color: whitesmoke;
}
.attorney-container .options-side-menu .menu-options {
  width: 100%;
}
.attorney-container .options-side-menu .menu-options .options {
  text-align: center;
  border: 1px solid whitesmoke;
  border-top: none;
  padding: 10% 5%;
  background-color: black;
  transition: background-color 0.25s ease-out;
}
.attorney-container .options-side-menu .menu-options .options a {
  color: whitesmoke;
  font-family: "Roboto Slab", serif;
  transition: color 0.25s ease-out;
}
.attorney-container .options-side-menu .menu-options .options a h4 {
  font-size: 2vw;
}
.attorney-container .options-side-menu .menu-options .options a:hover {
  text-decoration: none;
}
.attorney-container .options-side-menu .menu-options .options:hover {
  background-color: whitesmoke;
  transition: background-color 0.25s ease-in;
}
.attorney-container .options-side-menu .menu-options .options:hover a {
  color: black;
  transition: color 0.25s ease-in;
}
.attorney-container .profiles-container {
  width: 60%;
  margin-top: 5%;
  margin-bottom: 5%;
  position: relative;
  top: 5%;
  left: 7%;
  font-family: "Roboto Slab", serif;
  background-color: rgba(0, 0, 0, 0.8);
}
.attorney-container .profiles-container .profiles-head {
  width: 100%;
  padding: 5%;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  text-align: center;
}
.attorney-container .profiles-container .profiles-head h2 {
  color: #3e90e2;
  font-size: 3vw;
}
.attorney-container .profiles-container .profile-block {
  color: whitesmoke;
  padding: 5%;
  font-family: "Roboto Slab", serif;
}
.attorney-container .profiles-container .profile-block .profile-name {
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
  padding: 2%;
  text-align: center;
}
.attorney-container .profiles-container .profile-block .profile-name h4 {
  color: #3e90e2;
  font-size: 2vw;
}
.attorney-container .profiles-container .profile-block p {
  margin-top: 2%;
  font-size: 1.5vw;
}
.attorney-container .profiles-container .profile-block h4 {
  color: #3e90e2;
  font-size: 2vw;
}
.attorney-container .profiles-container .profile-block ul li {
  font-size: 1.5vw;
}
.attorney-container .profiles-container .profile-block ul ul li a {
  color: goldenrod;
  font-family: "Roboto Slab", serif;
  font-size: 1.5vw;
}

/*BOTTOM CONTACT FORM*/
.injury-contact {
  width: 100%;
  padding: 5%;
  background-image: url(../images/park.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
  font-family: "Roboto Slab", serif;
}
.injury-contact .form-container {
  width: 60%;
  height: 400px;
  position: relative;
  left: 20%;
  text-align: center;
}
.injury-contact .form-container .form-heading {
  background-color: rgba(0, 0, 0, 0.4);
}
.injury-contact .form-container .form-heading h2 {
  color: whitesmoke;
  font-size: 3vw;
}
.injury-contact .form-container button {
  width: 20%;
  position: relative;
  font-size: 2vw;
}

/****************************************************************************************************/
/*CIVIL LITIGATION PAGE*/
.civil-container {
  margin: 0;
  padding: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/courthouse.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
.civil-container .options-side-menu {
  width: 30%;
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 1.75%;
}
.civil-container .options-side-menu .menu-heading {
  width: 100%;
  padding: 10% 5%;
  background-color: #353636;
  text-align: center;
  border: 1px solid whitesmoke;
}
.civil-container .options-side-menu .menu-heading h3 {
  position: relative;
  top: 30%;
  font-size: 2.5vw;
}
.civil-container .options-side-menu .menu-heading h3 a {
  color: #3e90e2;
  font-family: "Roboto Slab", serif;
  margin: 0 auto;
}
.civil-container .options-side-menu .menu-heading h3 a:hover {
  text-decoration: none;
  color: whitesmoke;
}
.civil-container .options-side-menu .menu-options {
  width: 100%;
}
.civil-container .options-side-menu .menu-options .options {
  text-align: center;
  border: 1px solid whitesmoke;
  border-top: none;
  padding: 10% 5%;
  background-color: black;
  transition: background-color 0.25s ease-out;
}
.civil-container .options-side-menu .menu-options .options a {
  color: whitesmoke;
  font-family: "Roboto Slab", serif;
  transition: color 0.25s ease-out;
}
.civil-container .options-side-menu .menu-options .options a h4 {
  font-size: 2vw;
}
.civil-container .options-side-menu .menu-options .options a:hover {
  text-decoration: none;
}
.civil-container .options-side-menu .menu-options .options:hover {
  background-color: whitesmoke;
  transition: background-color 0.25s ease-in;
}
.civil-container .options-side-menu .menu-options .options:hover a {
  color: black;
  transition: color 0.25s ease-in;
}
.civil-container .civil-main {
  width: 65%;
  height: 120%;
  margin: 5% 0;
  padding: 2%;
  position: relative;
  left: 4%;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.8);
}
.civil-container .civil-main .civil-block h3 {
  color: #3e90e2;
  font-size: 3vw;
}
.civil-container .civil-main .civil-block h3 a {
  color: #3e90e2;
}
.civil-container .civil-main .civil-block h3 a:hover {
  color: goldenrod;
}
.civil-container .civil-main .civil-block p {
  font-size: 2vw;
}
.civil-container .civil-main .civil-block ul {
  position: relative;
  right: 5%;
}
.civil-container .civil-main .civil-block ul li {
  margin: 3%;
  font-size: 1.25vw;
  display: inline-block;
}
.civil-container .civil-main .civil-block ul li a {
  color: #3e90e2;
}
.civil-container .civil-main .civil-block ul li a:hover {
  color: goldenrod;
}

/****************************************************************************************************/
/*PERSONAL INJURY PAGE*/
.injury-container {
  margin: 0;
  padding: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/courthouse.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
.injury-container .options-side-menu {
  width: 30%;
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 1.75%;
}
.injury-container .options-side-menu .menu-heading {
  width: 100%;
  padding: 10% 5%;
  background-color: #353636;
  text-align: center;
  border: 1px solid whitesmoke;
}
.injury-container .options-side-menu .menu-heading h3 {
  position: relative;
  top: 30%;
  font-size: 2.5vw;
}
.injury-container .options-side-menu .menu-heading h3 a {
  color: #3e90e2;
  font-family: "Roboto Slab", serif;
  margin: 0 auto;
}
.injury-container .options-side-menu .menu-heading h3 a:hover {
  text-decoration: none;
  color: whitesmoke;
}
.injury-container .options-side-menu .menu-options {
  width: 100%;
}
.injury-container .options-side-menu .menu-options .options {
  text-align: center;
  border: 1px solid whitesmoke;
  border-top: none;
  padding: 10% 5%;
  background-color: black;
  transition: background-color 0.25s ease-out;
}
.injury-container .options-side-menu .menu-options .options a {
  color: whitesmoke;
  font-family: "Roboto Slab", serif;
  transition: color 0.25s ease-out;
}
.injury-container .options-side-menu .menu-options .options a h4 {
  font-size: 2vw;
}
.injury-container .options-side-menu .menu-options .options a:hover {
  text-decoration: none;
}
.injury-container .options-side-menu .menu-options .options:hover {
  background-color: whitesmoke;
  transition: background-color 0.25s ease-in;
}
.injury-container .options-side-menu .menu-options .options:hover a {
  color: black;
  transition: color 0.25s ease-in;
}
.injury-container .injury-main {
  width: 65%;
  height: 120%;
  margin: 5% 0;
  padding: 2%;
  position: relative;
  left: 4%;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.8);
}
.injury-container .injury-main .injury-block h3 {
  color: #3e90e2;
  font-size: 3vw;
}
.injury-container .injury-main .injury-block h3 a {
  color: #3e90e2;
}
.injury-container .injury-main .injury-block h3 a:hover {
  color: goldenrod;
}
.injury-container .injury-main .injury-block p {
  font-size: 2vw;
}
.injury-container .injury-main .injury-block ul {
  position: relative;
  right: 5%;
}
.injury-container .injury-main .injury-block ul li {
  margin: 3%;
  font-size: 1.25vw;
  display: inline-block;
}
.injury-container .injury-main .injury-block ul li a {
  color: #3e90e2;
}
.injury-container .injury-main .injury-block ul li a:hover {
  color: goldenrod;
}
.injury-container .injury-main img {
  float: left;
  width: 30%;
  margin-right: 5%;
}

/****************************************************************************************************/
/*BANKRUPTCY PAGE*/
.bankruptcy-container {
  margin: 0;
  padding: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/courthouse.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
.bankruptcy-container .options-side-menu {
  width: 30%;
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 1.75%;
}
.bankruptcy-container .options-side-menu .menu-heading {
  width: 100%;
  padding: 10% 5%;
  background-color: #353636;
  text-align: center;
  border: 1px solid whitesmoke;
}
.bankruptcy-container .options-side-menu .menu-heading h3 {
  position: relative;
  top: 30%;
  font-size: 2.5vw;
}
.bankruptcy-container .options-side-menu .menu-heading h3 a {
  color: #3e90e2;
  font-family: "Roboto Slab", serif;
  margin: 0 auto;
}
.bankruptcy-container .options-side-menu .menu-heading h3 a:hover {
  text-decoration: none;
  color: whitesmoke;
}
.bankruptcy-container .options-side-menu .menu-options {
  width: 100%;
}
.bankruptcy-container .options-side-menu .menu-options .options {
  text-align: center;
  border: 1px solid whitesmoke;
  border-top: none;
  padding: 10% 5%;
  background-color: black;
  transition: background-color 0.25s ease-out;
}
.bankruptcy-container .options-side-menu .menu-options .options a {
  color: whitesmoke;
  font-family: "Roboto Slab", serif;
  transition: color 0.25s ease-out;
}
.bankruptcy-container .options-side-menu .menu-options .options a h4 {
  font-size: 2vw;
}
.bankruptcy-container .options-side-menu .menu-options .options a:hover {
  text-decoration: none;
}
.bankruptcy-container .options-side-menu .menu-options .options:hover {
  background-color: whitesmoke;
  transition: background-color 0.25s ease-in;
}
.bankruptcy-container .options-side-menu .menu-options .options:hover a {
  color: black;
  transition: color 0.25s ease-in;
}
.bankruptcy-container .bankruptcy-main {
  width: 65%;
  height: 120%;
  margin: 5% 0;
  padding: 2%;
  position: relative;
  left: 4%;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.8);
}
.bankruptcy-container .bankruptcy-main .bankruptcy-block h3 {
  color: #3e90e2;
  font-size: 3vw;
}
.bankruptcy-container .bankruptcy-main .bankruptcy-block h3 a {
  color: #3e90e2;
}
.bankruptcy-container .bankruptcy-main .bankruptcy-block h3 a:hover {
  color: goldenrod;
}
.bankruptcy-container .bankruptcy-main .bankruptcy-block p {
  font-size: 2vw;
}
.bankruptcy-container .bankruptcy-main .bankruptcy-block ul {
  position: relative;
  right: 5%;
}
.bankruptcy-container .bankruptcy-main .bankruptcy-block ul li {
  margin: 3%;
  font-size: 1.25vw;
  display: inline-block;
}
.bankruptcy-container .bankruptcy-main .bankruptcy-block ul li a {
  color: #3e90e2;
}
.bankruptcy-container .bankruptcy-main .bankruptcy-block ul li a:hover {
  color: goldenrod;
}
.bankruptcy-container .bankruptcy-main img {
  float: left;
  width: 30%;
  margin-right: 5%;
}

/****************************************************************************************************/
/*CONTACT PAGE*/
#contact {
  width: 100%;
  height: 100vh;
  background-image: url(../images/baltimore.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#contact .form-container {
  position: relative;
  width: 80%;
  top: 10%;
  left: 10%;
  font-family: "Roboto Slab", serif;
  color: whitesmoke;
  text-align: center;
}
#contact .form-container h2 {
  font-size: 54px;
  color: whitesmoke;
}

.map {
  height: 500px;
  padding: 2%;
}
.map .maps-frame {
  height: 90%;
  width: 90%;
  margin: 1% 4% 4% 4%;
}

#contact-divider {
  height: 150px;
}
#contact-divider h1 {
  position: relative;
  top: 32%;
}

/****************************************************************************************************/
/*SERVICES PAGE*/
.services-container {
  width: 100%;
  background-image: url(../images/law.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.services-container .options-side-menu {
  width: 30%;
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 1.75%;
}
.services-container .options-side-menu .menu-heading {
  width: 100%;
  padding: 10% 5%;
  background-color: #353636;
  text-align: center;
  border: 1px solid whitesmoke;
}
.services-container .options-side-menu .menu-heading h3 {
  position: relative;
  top: 30%;
  font-size: 2.5vw;
}
.services-container .options-side-menu .menu-heading h3 a {
  color: #3e90e2;
  font-family: "Roboto Slab", serif;
  margin: 0 auto;
}
.services-container .options-side-menu .menu-heading h3 a:hover {
  text-decoration: none;
  color: whitesmoke;
}
.services-container .options-side-menu .menu-options {
  width: 100%;
}
.services-container .options-side-menu .menu-options .options {
  text-align: center;
  border: 1px solid whitesmoke;
  border-top: none;
  padding: 10% 5%;
  background-color: black;
  transition: background-color 0.25s ease-out;
}
.services-container .options-side-menu .menu-options .options a {
  color: whitesmoke;
  font-family: "Roboto Slab", serif;
  transition: color 0.25s ease-out;
}
.services-container .options-side-menu .menu-options .options a h4 {
  font-size: 2vw;
}
.services-container .options-side-menu .menu-options .options a:hover {
  text-decoration: none;
}
.services-container .options-side-menu .menu-options .options:hover {
  background-color: whitesmoke;
  transition: background-color 0.25s ease-in;
}
.services-container .options-side-menu .menu-options .options:hover a {
  color: black;
  transition: color 0.25s ease-in;
}
.services-container .info-content {
  width: 65%;
  height: 120%;
  margin: 5% 0;
  padding: 2%;
  position: relative;
  left: 4%;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.7);
}
.services-container .info-content .content-block {
  margin-top: 2%;
}
.services-container .info-content .content-block h5 {
  color: #3e90e2;
}

/****************************************************************************************************/
/*PRIVACY POLICY PAGE*/
.privacy-container {
  width: 100%;
  padding: 5%;
}
.privacy-container h1 {
  color: #3e90e2;
  font-size: 3vw;
}
.privacy-container h3 {
  color: #3e90e2;
  font-size: 2vw;
}
.privacy-container p {
  color: whitesmoke;
  font-size: 1.5vw;
}
.privacy-container ul {
  color: whitesmoke;
}
.privacy-container ul li {
  font-size: 1.25vw;
}
.privacy-container .bold {
  font-weight: 800;
}

/*# sourceMappingURL=master.css.map */
