@import url('https://fonts.googleapis.com/css?family=Rosario:400,500,700');

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Rosario', sans-serif;
  position: relative;
  display: block;
}
p, li {
  text-align: left;
}
#top {
  padding: 0.5rem;
}
.navbar {
  padding: 0;
  /*width: 101%;*/
  border: 0;
  margin: 0;
}
.navbar-nav li{
  padding-right: 20px;
}
.nav-link {
  font-size: 1.1em !important;
}
.nR {
/*  background-color: darkblue;*/
background-color: black;
  display: absolute;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
#n1 {
  width: calc(100vw);
}
#navButton {
  color: white;
}
#navButton:hover {
  text-decoration: underline;
  text-decoration-color: red;
}
.dropdownList {
  display: none;
  position: fixed;
  background-color: lightgray;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdownList a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: black;
}
.dropdownList .dropdownList{
  right: 180px;
  display: none!important;
  top:10px;
}

.dropdown .dropdown:hover .dropdownList{
  display: block!important;
}

.dropdown:hover .dropdownList {
  display: block;
}
.scrollDown {
  position: absolute;
  width: 32px;
  height: auto;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: calc(100vw);
}
.sticky + .content {
  padding-top: 60px;
}
.carousel {
  width: calc(100vw);
}
.carousel-inner img {
  height: 38rem;
  width: 100%;  
}
.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-caption h1 {
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 5px 5px 5px black;
}
.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 5px 5px 5px black;
}
.carousel-indicators li {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}
.btn-primary {
  background-color: blue;
  border: 3px gray;
}
.btn-primary:hover {
  background-color: #000080;
/*  border: 3px solid red;*/
  cursor: pointer;
}
.jumbotron {
  padding: 1rem;
  border-radius: 0;
}
.padding-bottom {
  padding-bottom: 2rem;
}
.footerIcon {
  /*padding-right: 3rem;*/
}
.col-xl-0, .col-lg-0, .col-md-0, .col-sm-0, .col-xs-0 {
  width: 0;
}
.padding {
  padding: 2rem;
}
.welcome {
  width: 75%;
  margin: 0;
  padding-top: 2rem;
  margin-left: 13%;
}
#containerFluidNavTop {
  padding: 0;
}
#headerPhoneInfo {
  padding: 0 0 0 16rem;
  font-weight: bolder;
}
hr {
  border-top: 2px solid gray;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}
footer {
  background-color: black;
  color: blue;
  padding-top: 2rem;
  /*width: 102%;*/
  width: calc(100vw);
  padding-top: 0;
}
hr.light {
  border-top: 1px solid white;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
.contactInput {
  margin: 0 0 2rem 0;
  height: 2.5rem;
  width: 100%;
}
.contactInputDescription {
  margin: 0 0 2rem 0;
  height: 10rem;
  width: 100%;
}
.textCenter {
  text-align: center;
}
#theFirm {
  margin-left: 1rem;
  margin-top: 1rem;
}
#miniContactForm {
  margin-top: 1rem;
  margin-right: 2rem;
  margin-left: 3rem;
  border-width: 3px;
  border-color: gray;
  border-style: groove;
  padding: 1rem;
  background-color: darkblue;
  color: white;
}
/*#iconTop {
  width: 13rem;
  height: auto;
}*/
#iconTop {
  width: 16.2rem;
  height: 2.85rem;
  padding: 0rem;
}
#iconCarousel {
  width: 80%;
  height: auto;
  padding-bottom: 3.5%;
  padding-left: 20%;
  text-transform: lowercase;
}
#iconCarousel::first-letter {
  text-transform: uppercase;
}
#scrollDown {
  height: 2.5rem;
  width: auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
#contactUsNavButton {
  background-color: gray;
  border-color: black;
  border-width: 2px;
  border-style: solid;
  border-radius: 25px;
  margin: 0 2rem 0 0;
  color: white;
}
#contactUsNavButton:hover {
  background-color: white;
  color: black;
}
/*#footerIcon {
  padding: 0 1rem 0 1rem;
}*/
#footerIcon {
  width: auto;
  height: 3rem;
}
/*#footerNavButton {
  padding-left: .85%;
  float: left;
}
*/
#footerNavBar {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding-right: 17.5%;
  padding-left: 26%;
}
#footerBelowLine {
  color: white;
}
#disclaimerLink {
  color: white;
  /*padding: 1rem 0 0 4rem;*/
  padding: 1rem 0 0 0;
}
#attorneyAddLink {
  color: white;
  /*padding: 1rem 0 0 2rem;*/
  padding: 1rem 0 0 0;
}
#allRightsRes {
  color: white;
  /*padding: 1rem 0 0 4rem; */ 
  padding: 1rem 0 0 0;
}
#attorneyCard {
  max-height: 34rem;
  max-width: 19rem;
  margin: 0 0 0 2.5rem;
  border: 0;
  padding: 0 0 0 3rem;
}
#attorneyCardText {
  margin: -1rem;
}
/*#practiceCards {
  width: 16rem;
  height: auto;
  float: left;
  padding: 0.6rem;
  margin: 0 0 0.8rem 1.35rem;
}*/
#practiceCards {
  width: 23rem;
  height: auto;
  float: left;
  padding: 0.6rem;
  margin: 0 0 0.8rem 1.35rem;
}
#practiceAreaText {
  padding: 3rem;
}
#darkBackground {
  background-color: black;
  color: white;
  width: 100%;
  height: auto;
}
#darkBackText {
  background-color: black;
  color: white;
  width: 100%;
  height: auto;
  padding-top: 3rem;
}
/*#contactUsNavBottom {
  padding: 0 40% 0 0;
}*/
/*secondary pages*/
#discAndAdd {
  background-color: black;
}
#secondaryPageImages {
  width: -webkit-fill-available;
  height: auto;
}

#secondaryBanner {
  min-width: -webkit-fill-available;
  /*max-height: 36%;*/
  height: 14rem;
}

#secPageTitle, #lineOne {
  font-weight: bolder;
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}

#bannerBox {
  max-height: 36%;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.padding-left {
  padding-left: 1.8rem;
}
.yellow {
  background-color: yellow;
  border-style: solid;
  border-width: 3px;
  color: black;
}
.error {
  color: red;
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 0;
}






/* Tabs section on homepage */
/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: auto;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 350px;
}




@media (max-width: 992px) {
  #footerNavBar {
    padding-right: 0;
    padding-left: 15%;
  }
}
@media (max-width: 961px) {
  #n1 {
    font-size: small;
  }
  #navbarResponsive {
    height: 2.9rem;
  }
  #footerNavBar {
    padding-right: 0;
    padding-left: 15%;
  }
}
@media (max-width: 852px) {
  #n1 {
    font-size: x-small;
  }
}
@media (max-width: 783px) {
  #iconCarousel {
    padding-left: 17%;
  }
  #footerNavBar {
    padding-right: 0;
    padding-left: 14%;
  }
}
@media (max-width: 774px) {
  #footerNavBar {
    padding-right: 0;
    padding-left: 13%;
  }
}
@media (max-width: 768px) {
  #iconCarousel {
    padding-left: 14%;
  }  
  #footerNavBar {
    padding-right: 0;
    padding-left: 3%;
  }
  #navBotA {
    width: 9rem;
  }
  #navBotB {
    width: 16rem;
  }
  #navBotC {
    width: 24rem;
  }
  #navBotD {
    width: 36rem;
  }
  #navBotE {
    width: 43rem;
  }  
}
@media (max-width: 767px) {
  #iconCarousel {
    padding-left: 14%;
  }
  .navBottom {
    width: 100%;
  }
  #navBotA {
    padding-left: 3rem;
    position: absolute;
  }
  #navBotB {
    padding-left: 9.5rem;
    position: absolute;
  }
  #navBotC {
    padding-left: 16rem;
    position: absolute;
  }
  #navBotD {
    padding-left: 24rem;
    position: absolute;
  }
  #navBotE {
    padding-left: 36rem;
    position: absolute;
  }
  #containerFluidNavTop {
    background-color: black;
  }
  .navbar-toggler-icon {
    background-color: white;
    border-color: darkblue;
    border-style: double;
    border-width: 5px;
    height: 40px;
    width: 40px;
    padding: 0 2rem 0 0;
  }
}
@media (max-width: 700px) {
  #footerNavBar, #n1, .sticky, .carousel, footer {
    width: calc(104vw);
  }
}
@media (max-width: 655px) {
  #navBotA {
    padding-left: 0;
  }
  #navBotB {
    padding-left: 6.5rem;
  }
  #navBotC {
    padding-left: 13rem;
  }
  #navBotD {
    padding-left: 21rem;
  }
  #navBotE {
    padding-left: 33rem;
  }
  #footerNavBar, #n1, .sticky, .carousel, footer {
    width: calc(108vw);
  }
}
@media (max-width: 646px) {
  #footerNavBar{
    padding-right: 0;
  }
  #navBotA {
    padding-left: 0;
    position: absolute;
  }
  #navBotB {
    padding-left: 5.5rem;
    position: absolute;
  }
  #navBotC {
    padding-left: 12rem;
    position: absolute;
  }
  #navBotD {
    padding-left: 20rem;
    position: absolute;
  }
  #navBotE {
    padding-left: 32rem;
    position: absolute;
  }
  #footerNavBar, #n1, .sticky, .carousel, footer {
    width: calc(110vw);
  }  
}
@media (max-width: 600px) {
  #footerNavBar, #n1, .sticky, .carousel, footer {
    width: calc(116vw);
  }
}
@media (max-width: 576px) {
  #iconCarousel {
    padding-right: 4%;
    padding-left: 0;
  }  
  #footerNavBar, #n1, .sticky, .carousel, footer {
    width: calc(120vw);
  }
}
@media (max-width: 525px) {
  #footerNavBar, #n1, .sticky, .carousel, footer {
    width: calc(132vw);
  }
}
@media (max-width: 525px) {
  #footerNavBar, #n1, .sticky, .carousel, footer {
    width: calc(132vw);
  }
}
@media (max-width: 525px) {
  #footerNavBar, #n1, .sticky, .carousel, footer {
    width: calc(136vw);
  }
}