/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  color: #5a5a5a;
}

.not-homepage {
    padding-top: 2rem;
}

.pageheader {
    font-weight: 350;
}
.test {
    
}

/* Font color scheme */

p, li {
    color:#676D66;
}

h5 {
    color:#4B4F4B;
}

/* HEADER: NAV BAR
-------------------------------------------------- */

.navbar-brand {
    font-family:Georgia, serif;
    font-size: 1.5rem;
}

#wlnavbar {
    color: #D4A537;
    -webkit-text-stroke: 0.2px black;
}

/* HOME PAGE JUMBOTRON
-------------------------------------------------- */

.jumbotron {
	background: #000 url("jumbotron.jpg") center center;
    background-size: cover;
}

.jumbotron h1 {
   	font-family: Georgia;
	font-weight: bold;
	color:#EDEDED;
	text-shadow: 1px 1px 1px #000000;
    font-size: 4rem;
}

.jumbotron p {
    color:#EDEDED;
	font-family: Garamond;
	font-weight: bold;
 	text-shadow: 2px 2px 8px #000000;
}


/* HOME PAGE MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.25rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing1 {
    background: #000 url("marketing1.jpg") center center;
    background-size: cover;
}

.marketing2 {
    background: #000 url("marketing2.jpg") center center;
    background-size: cover;
}

.marketing3 {
    background: #000 url("marketing3.jpg") center center;
    background-size: cover;
}

.marketing {
    padding-bottom: 3rem;
}


/* HOME PAGE FEATURETTES
------------------------- */

.featurette-image1 {
    background: #000 url("featurette1.jpg") center center;
    background-size: cover;
}

.featurette-image2 {
    background: #000 url("featurette2.jpg") center center;
    background-size: cover;
}

.featurette-image3 {
    background: #000 url("featurette3.jpg") center center;
    background-size: cover;
}

.featurette-image4 {
    background: #000 url("featurette4.jpg") center center;
    background-size: cover;
}

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* FOOTER
-------------------------------------------------- */

footer {
    background-color: #F8F9FA;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* JUMBOTRONS - NOT MAIN PAGE
-------------------------------------------------- */

.jumbotron-notmainpage h1 {
   	font-family: Georgia;
	font-weight: bold;
	color:#ffffff;
	text-shadow: 1px 1px 1px #000000;
    font-size: 4rem;
}

.jumbotron-notmainpage p {
    color:#ffffff;
	font-family: Garamond;
	font-weight: bold;
 	text-shadow: 2px 2px 8px #000000;
}

/* ABOUT US PAGE JUMBOTRON IMAGE
-------------------------------------------------- */
.jumbotron-about {
	background: #000 url("aboutusheader.jpg") center center;
    background-size: cover;
}

/* BUSINESS LAW PAGE JUMBOTRON IMAGE
-------------------------------------------------- */
.jumbotron-business {
	background: #000 url("businessheader.jpg") center center;
    background-size: cover;
}

/* DATA PRIVACY LAW PAGE JUMBOTRON IMAGE
-------------------------------------------------- */
.jumbotron-dataprivacy {
	background: #000 url("dataprivacy.jpg") center center;
    background-size: cover;
}

/* POLITICAL LAW PAGE JUMBOTRON IMAGE
-------------------------------------------------- */
.jumbotron-political {
	background: #000 url("uscapitol.jpg") center center;
    background-size: cover;
}

/* RESOURCES PAGE JUMBOTRON IMAGE
-------------------------------------------------- */
.jumbotron-resources {
	background: #000 url("resourcesheader.jpg") center center;
    background-size: cover;
}

/* FOR CLIENTS PAGE JUMBOTRON IMAGE
-------------------------------------------------- */
.jumbotron-forclients {
	background: #000 url("forclientsheader.jpg") center center;
    background-size: cover;
}

/* CONTACT US PAGE JUMBOTRON IMAGE
-------------------------------------------------- */
.jumbotron-contactus {
	background: #000 url("contactusheader.jpg") center center;
    background-size: cover;
}

/* DATING PAGE JUMBOTRON IMAGE
-------------------------------------------------- */
.jumbotron-dating {
	background: #000 url("dating.jpg") center center;
    background-size: cover;
}