/* ------ notes --------- 

* Trying this system where css is controlled by page id. 
* All elements are the same for instance, every page has a #display div.
* In order to make sure the css targets the right #display. I'm calling it out
* by #about #display. Which makes using large chunks of code a little easier. 
* Camel Case is for anything with JavaScript Involved. this is the intention.
* Changed over to SCSS a few weeks ago October 30, 2016 this will be a hybrid of using old css non nested styles and nested styles. 
---------------------------- */
html {
  font: 16px "acumin-pro", sans-serif; }

a:link {
  color: #497878; }

a,
a:hover {
  text-decoration: none; }

figure
 {
  margin: 1em 0; }

/* ==============================================================  Header */
header {
  background: #497878;
  border-bottom: solid 0.25em #1c5050;
  height: 60px; }

header h1 {
  font-size: 1rem;
  text-transform: uppercase;
  padding: .25em 0;
  color: white;
  letter-spacing: .125em;
  float: left;
  /* border: solid white .125em; */ }
  
 header h1 a:visited
 {
  rgba(100,100,100,0.67);
 }

.navContent {
  text-align: right; }

.navContent ul {
  padding: 20px 0; }

.navContent ul li {
  display: inline;
  padding: 0 .5em;
  color: white;
  font-weight: normal;
  letter-spacing: .125em; }

.navContent ul li a,
header h1 a {
  color: white; }

.navContent ul li a:hover,
header h1 a:hover {
  color: #1c1d0f; }

.home-button {
  position: relative;
  top: -5px;
  padding-right: 10px; }

.nav-anchor {
  display: none; }
  
  .header--social
{
	margin:0px !important;
	padding:2px !important;
}

@media screen and (max-width: 1000px) {
  .nav-anchor {
    display: inline-block;
    cursor: pointer;
    color: white;
    padding: 23px 0 0 10px; }

  .nav-anchor:hover {
    color: #1c1d0f; }

  .navContent ul {
    display: none; }

  .responsive.navContent ul {
    display: block;
    background: rgba(73, 120, 120, 0.98);
    text-align: center; }

  .responsive.navContent ul li a {
    color: white;
    display: block;
    padding: 1rem; }

  .responsive.navContent ul li a:hover {
    color: #1c1d0f;
    background: #477575; }

  .responsive.navContent ul li a:active {
    color: white;
    background: #3f6868; } }
#myCarousel, .carousel-inner {
  margin: 0;
  padding: 0;
  top: 10px;
  overflow: hidden;
  height: 460px;
  background-image: url("/dr-diana-ramey-berry-home-hero-v2.jpg");
  background-size: cover; }

#myCarousel img {
  width: 100%; }

#carousel-description {
  position: absolute;
  width: 35%;
  margin-left: 85px;
  margin-bottom: 6em;
  bottom: 0px;
  left: 100px;
  z-index: 100;
  color: white;
  font-weight: lighter;
  /* text */
  font-size: 1.25rem;
  font-weight: normal; }
  #carousel-description h3 {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: .05em; }
  #carousel-description p {
    font-size: 1.3rem; }
  #carousel-description p.last {
    font-size: .75rem; }

@media screen and (max-width: 1000px) {
  #myCarousel, .carousel-inner {
    height: 300px; }

  #carousel-description {
    display: none; } }
@media screen and (max-width: 900px) {
  #myCarousel, .carousel-inner {
    height: 300px; } }
#media-logos {
  padding: 1rem 0; }

/* 
============================================================== 
* Page Title (controls all page titles)
============================================================== 
*/
#page-title {
  margin-top: 60px;
  height: 80px;
  border-bottom: thin solid rgba(0, 0, 0, 0.15); }

#page-title h1 {
  font-size: 3rem;
  font-weight: lighter;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25); }

#page-title h1::before {
  content: url(../images/general/page--header--graphic.jpg);
  padding-right: 10px;
  height: 30px;
  overflow: hidden; }

/* ------------------------------------ Preview */
#preview {
  background-color: rgba(124, 110, 84, 0.1);
  padding: 40px 0; }

#preview h3 {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 2em;
  border-bottom: solid 20px #497878;
  letter-spacing: 3px;
  padding-bottom: .25rem; }

/*  ------------------------------------ News Module */
#preview .latest-news-body h2 {
  font-size: 1.5rem;
  font-weight: lighter;
  padding-right: 10%; }

#preview .latest-news-body img {
  width: 75%;
  height: auto; }

/*  ------------------------------------ Event Module */
#latest-event h2 {
  font-size: 1rem !important; }

#preview #latest-event h3 {
  border-bottom: solid 20px #497878; }

#latest-event img {
  width: 100%;
  height: auto;
  background: gray; }

#latest-event .event {
  margin-bottom: 2em; }

#latest-event .event-date {
  padding: .5rem 0;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px; }

#latest-event .event-info {
  font-size: 1.1rem;
  padding-bottom: .25em; }

#latest-event .event-place {
  font-size: .75rem; }

/*  ------------------------------------ Media Module */
section#preview {
  background-color: #e6e6e6; }

#preview #latest-media h3 {
  border-bottom: solid 20px #497878; }

#preview #latest-media .media-channel h1 {
  font-size: 1rem;
  margin: 1rem 0 0 0;
  font-weight: 600; }

#preview #latest-media .media-channel h2 {
  font-size: 1rem;
  margin: .25rem 0 0 0; }

#preview #latest-media .media-channel h3 {
  font-size: 1rem;
  text-transform: capitalize;
  border-bottom: none;
  margin: .25rem 0 0 0; }

#preview #latest-media .media-body {
  font-size: .90rem;
  font-weight: normal;
  margin: 0;
  padding: 0; }

#preview #latest-media img {
  width: 100%;
  height: 100%; }

#preview a:link {
  color: #497878; }

/* ------------------------------------ Latest Publication */
#latest-publication {
  background-color: #73063c;
  color: white; }
  #latest-publication h2 {
    text-transform: uppercase;
    font-size: 1em; }
  #latest-publication a {
    color: #b9d4d4; }
    #latest-publication a:hover {
      color: white; }

/* ------------------------------------ Image */
#the-seperation {
  max-width: 100%; }

/* ------------------------------------ Current Title */
#current-title h3 {
  font-size: 3em;
  font-weight: 100; }

#current-title p {
  font-size: 1.5em;
  font-weight: 100; }

/*  ------------------------------------ Purchase Button */
.purchase-button {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: .12em;
  margin-top: 2em; }

.purchase-button a {
  display: block;
  width: 100%;
  color: #73063c !important;
  background-color: white;
  padding: 2rem;
  border: solid 0.125em rgba(255, 255, 255, 0);
  text-decoration: none; }

.purchase-button a:hover {
  background: none;
  border: solid 0.125em white;
  color: white !important; }

.purchase-button a:active {
  border: solid 0.125em rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5); }

.purchase-button a:visited {
  background-color: rgba(255, 255, 255, 0.5); }

/*  ------------------------------------ Latest Publication */
#latest-publication-body {
  font-size: 1.5em;
  font-weight: 100; }

#latest-publication-reviews h3 {
  font-size: 1em;
  letter-spacing: .125em;
  font-weight: 100; }

#latest-publication-reviews p {
  font-size: 1em;
  font-weight: 100; }

.review-author {
  text-transform: uppercase; }

#quotation {
  opacity: 0.05;
  width: 10%; }

/* 
============================================================== 
* Basic or About
============================================================== 
*/
/* -- 
I did this when i thought this would be the shell of all of the pages. 
 --*/
#basic {
  background-color: white;
  font-size: 1.25em; }

#basic #display {
  background-color: white; }

#basic #display figure {
  max-height: 300px;
  overflow: hidden; }

#basic #display figure img {
  width: 100%; }

/* ---------------------------------------- #about */
#basic #about {
  padding: 2rem 0; }

#basic #about h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600; }

#basic #about p {
  font-weight: 300;
  line-height: 1.5em; }

#about aside {
  font-size: .75em; }

#basic #about aside p {
  font-size: .90em;
  line-height: 1.5em; }

#about aside ul {
  text-indent: none;
  padding: 0; }

#basic #about aside ul li {
  display: block;
  padding: .40em 0; }

.about-image {
  float: left;
  padding: 0 2rem 0 0; }

.about-image::after {
  content: "click image for larger photo";
  display: block;
  font-size: x-small;
  text-align: center;
  padding: .25rem 0 .5rem;
  border-bottom: thin solid #73063c; }

/* 
============================================================== 
* Publications 
============================================================== 
*/
/* for book images in hero row */
#books .hero.container {
  margin: 20px auto; }

/* 
* not working, save for later
* October 16, 2016
** /

#books .hero.container > img
{
  -webkit-box-shadow: 5px 5px 20px 1px rgba(0,0,0,0.6);
-moz-box-shadow: 5px 5px 20px 1px rgba(0,0,0,0.6);
box-shadow: 5px 5px 20px 1px rgba(0,0,0,0.6);
   
}
*/
#books #display {
  background-image: none; }

#books #display .row {
  background-color: #497878;
  /*currently unsure of why this is*/ }

#books #display figure {
  max-height: 200px;
  overflow: hidden; }

/* @media and screen (max-width:1000px) 
{
    {
        width:75%; 
    }
}
*/
#books #display figure img {
  width: 100%;
  overflow: hidden; }

#books article {
  margin-bottom: 2em;
  padding: 2em 0 3em 0;
  background: rgba(73, 120, 120, 0.1); }

#books article:hover {
  background: rgba(73, 120, 120, 0.3); }

/* --------------------------------- publications --*/
#publications {
  background-color: rgba(0, 0, 0, 0.1); }

#publications p {
  font-size: .75em; }

#publications figure img {
  width: 300px; }

.publications-individual {
  margin-top: 90px; }

.publications-individual p {
  font-size: 15px !important;
  color: #886328;
  padding-left: 5em; }

/** TO DELETE October 16, 2016
.publications-individual button {
    margin-left: 8px;
    padding: 7px 5px 5px 7px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .60em;
}**/
#publications .container {
  margin-top: 1rem; }

#publication-copy {
  padding-top: 25px; }

.publication-title {
  font-size: 2em; }

.publication-author {
  font-size: 1.5em; }

.publication-publisher {
  font-size: 1.25em;
  margin-top: -10px; }

.publication-description {
  font-size: 1.25em;
  padding: .5em 0; }

#reviews {
  margin-top: 15px;
  margin-bottom: 20px; }

#reviews h3 {
  text-transform: uppercase;
  font-size: .80em;
  letter-spacing: .10em;
  color: #656565; }

#reviews p {
  padding-right: 10px; }

/* Purchase Button */
#publications .default-button a {
  background: #497878;
  color: white;
  border: solid 0.125em #497878; }

#publications .default-button a:hover {
  background: white;
  color: #497878;
  border: solid 0.125em #497878; }

#publications .default-button a:active {
  color: rgba(73, 120, 120, 0.5);
  border: solid 0.125em rgba(73, 120, 120, 0.5); }

#publications .default-button a:visited {
  color: white;
  border: solid 0.125em rgba(73, 120, 120, 0.5);
  background: rgba(73, 120, 120, 0.5); }

/* ---------------- Other Publication -- Responsive for Device 1200 Max */
@media screen and (max-width: 1200px) {
  #publications figure img {
    max-width: 250px; }

  .publications-individual {
    margin-top: 90px; }

  .publications-individual p {
    padding-left: 5em; }

  .publications-individual button {
    margin-left: 0px;
    padding: 7px 5px 5px 7px;
    font-size: .60em; } }
/* ---------------- Other Publication -- Responsive for Device 1000 Max */
@media screen and (max-width: 1000px) {
  #publications figure img {
    max-width: 200px; }

  .publications-individual {
    margin-top: 110px; }

  .publications-individual p {
    padding-left: 3.5em;
    line-height: 1em; }

  .publications-individual button {
    margin-left: 3em;
    padding: 7px 5px 5px 7px;
    font-size: .50em; } }
/* ----------------Other Publication -- Responsive for Device 740 Max */
@media screen and (max-width: 740px) {
  #publications figure img {
    max-width: 400px;
    margin-left: 60px;
    align-content: center; }

  .publications-individual {
    margin-top: 1em; }

  .publications-individual p {
    text-align: center;
    padding-left: 0; }

  .publications-individual button {
    margin: 0 0 2em 6.25em;
    padding: 7px 5px 5px 7px;
    font-size: .50em;
    text-align: center; } }
/* 
============================================================== 
* Media
============================================================== 
*/
#media
 {
  background: rgba(0, 0, 0, 0.1);
  font-weight: normal;
  letter-spacing: 1px; }

/*
* hold off for now
* October 16, 2016
** /
------------------------
#media .container > .row
{
    background: rgba(0,0,0,0.10)
}
------------------------
*/
#media article {
  padding: 2em;
  margin: 2em 0;
  background-color: rgba(255, 255, 255, 0.9); }

#media article figure {
  max-height: 400px;
  overflow: hidden; }

#media article img {
  width: 100%; }

#media article h1::after, #media article h2::after {
  content: " / "; }

#media em {
  font-style: italic !important;
  font-weight: lighter !important; }

/* 
======================================================
Writings
======================================================
*/
.flex article {
  padding: 1em;
  border-left: thin solid rgba(0, 0, 0, 0.2); }

#writings article:hover {
  background: rgba(0, 0, 0, 0.1); }

#writings article img {
  width: 100%; }

#writings article h3 {
  font-weight: 100; }

/* All used in Kirby CMS, wont see on page */
.editorial, .writings, .articles, .reviews {
  color: white;
  width: 100%;
  padding: 2%;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .125em;
  margin-bottom: .50rem; }

/* Colors for Category Heading */
.editorial {
  background: #73063c; }

.writings {
  background: #497878; }

.articles {
  background: #b77451; }

.reviews {
  background: #644f76; }

/* --- */
.writing-title {
  font-size: 1.25rem;
  font-weight: 100; }

.writing-publication {
  font-size: .75rem;
  text-transform: uppercase; }

.writing-body {
  font-size: 1rem; }

/* above css specifically to control the media page */
/*
====================================================
MEDIA
====================================================
*/
.media {
  background: #73063c;
  color: white;
  padding: 1rem;
  font-size: 1.25rem;
  /* the rest fall in line em's */
  font-weight: 100; }

.media h1, .media h2, .media h3 {
  display: inline-block;
  padding-right: .25em;
  font-weight: 100; }

.media h1 {
  text-transform: uppercase;
  font-size: 1em; }

.media h2 {
  font-size: .90em;
  letter-spacing: .09em;
  word-spacing: .0em; }

.media h3 {
  text-transform: uppercase;
  font-size: .60em;
  letter-spacing: .125em; }

/* link */
.media a:link {
  color: white; }

.media a:hover {
  color: rgba(255, 255, 255, 0.5); }

.media a:visited {
  color: white; }

.media-body {
  color: #73063c;
  /* purple */
  padding: 1rem 0;
  font-size: 1.1rem;
  font-weight: 100; }

.media-body h2 {
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .125em; }

.media-body em {
  font-weight: 600 !important;
  font-style: normal; }

#latest-media figcaption {
  padding-top: 2em; }

/* ----------------Other Publication -- Responsive for Device 740 Max */
@media screen and (max-width: 740px) {
  #latest-media figcaption {
    display: none; }

  .media {
    padding: 1em; } }
/* 
============================================================== 
* SCHOLARLY
============================================================== 
*/
#scholarly {
  background: rgba(0, 0, 0, 0.1); }

#scholarly article {
  border-bottom: 0.125em solid rgba(0, 0, 0, 0.2);
  padding: 2rem 0; }

.scholarly-link {
  width: 100%;
  height: 100px; }

.scholarly-link figure {
  width: 175px; }

.scholarly-link figure img {
  width: 100%; }

@media screen and (max-width: 1300px) {
  .scholarly-link {
    width: 100%;
    height: 100px; }

  .scholarly-link figure {
    float: left;
    padding-right: 1rem; }

  #scholarly .writing-publication {
    margin-top: 0;
    padding-top: 0; } }
/* 
============================================================== 
* Current Publication (latest publication page)
============================================================== 
*/
#current-publication {
  background-color: white;
  margin-bottom: 2rem;
  color: black; }

#current-publication .container {
  padding-top: 2rem;
  padding-bottom: 4rem; }

#current-publication h1 {
  font-weight: 100; }

#current-publication h2 {
  font-weight: 100;
  text-transform: none;
  margin-top: 0;
  font-size: 1.25em; }

#current-publication h3 {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: .05em; }

#current-publication p {
  font-weight: 100;
  font-size: 1.25em;
  letter-spacing: .05em; }

#current-publication img {
  margin: 1rem 0;
  max-width: 50%;
  float: left;
  margin-right: 1em; }

#current-content .book-tour > div, #current-content .book-media > div, #current-content .latest-book-reviews
> div {
  border-bottom: solid 1px #497878;
  margin-bottom: 1rem; }
#current-content h3 {
  padding: 1em;
  text-align: center;
  color: white;
  font-weight: normal;
  letter-spacing: .125em; }
#current-content p {
  font-size: .90rem;
  font-weight: normal;
  letter-spacing: normal; }

.book-tour h3 {
  background-color: #b77451; }
.book-tour ul {
  list-style-type: none;
  margin-left: -11%; }
.book-tour .event {
  margin-bottom: 2em; }
.book-tour .event-date {
  font-weight: bolder;
  color: #b77451;
  text-transform: uppercase;
  letter-spacing: 2px; }

.book-media h3 {
  background-color: #73063c; }

.latest-book-reviews h3 {
  background-color: #644f76; }

/* ==============================================================  News 
==============================================================
*/
#news {
  background-color: rgba(0, 0, 0, 0.1); }

#news #latest-news article {
  background: white;
  padding: 2rem;
  border-left: solid 2rem #73063c; }

#news #latest-news h2 {
  font-size: 1em; }

#news #latest-news h3 {
  font-size: 3em;
  font-weight: 100;
  line-height: 1em;
  padding-bottom: 1rem;
  margin: 0 0 1.50rem 0;
  border-bottom: dotted 0.05rem #73063c;
  letter-spacing: .02em; }

#news #latest-news h4 {
  font-weight: normal; }

#news .latest-news-body p {
  line-height: 1.5em;
  font-size: 1.1em; }

#news .latest-news-body .body-link {
  padding-top: 1.5em; }

/* ---------------- Events*/
/* you styled independently from the events 
* on the landing  page. #smart move.
*/
#event {
  color: #497878;
  padding: 1rem; }

#event li {
  padding-bottom: .5rem; }

#event .year {
  padding-bottom: 1em;
  margin-right: 19em; }

#event .month {
  padding: 0 0 1em 0;
  text-transform: uppercase;
  font-size: .90em; }

#event .date {
  padding-bottom: .25em;
  font-size: 1.1em;
  font-weight: 100; }

#event .event {
  border-bottom: dotted #497878 thin;
  margin: .5rem 0;
  padding-bottom: 1em; }

#event .place {
  text-transform: uppercase;
  font-size: .77em;
  letter-spacing: .05em;
  padding: .40em 0 1em; }

/* ---------------- Latest News -- Responsive for Device 1200 Max */
@media screen and (max-width: 1200px) {
  .events {
    border-top: thin solid #886328;
    margin-top: 40px;
    padding-top: 20px; }

  .event-year {
    padding-bottom: 0;
    margin-right: 19em; }

  .event-month {
    padding: 0 0 1.5em 0; }

  .event-date {
    padding-bottom: .25em;
    font-size: 1.1em;
    font-weight: 100; }

  .event-place {
    text-transform: uppercase;
    font-size: .77em;
    letter-spacing: .05em;
    padding: .40em 0 1em;
    border-bottom: 0.125em solid #886328; }

  div.events > .row {
    padding-bottom: 0; } }
/* ---------------- Latest News -- Responsive for Device 1000 Max */
@media screen and (max-width: 1000px) {
  .event-year {
    padding-bottom: .5em; }

  .event-month {
    padding: 1em 0 1.5em 0; } }
/* ============================================================== Contact
==============================================================
*/
#contact {
  background-color: rgba(73, 120, 120, 0.5);
  padding: 1rem; }

#contact form {
  margin: 4rem 0; }

#contact form .btn-primary {
  background-color: aqua; }

#text {
  margin-bottom: 2rem; }

/* ============================================================== Footer */
footer {
  background-color: #497878;
  color: white; }

footer a {
  color: white !important; }

footer a:hover {
  color: #383b1e !important; }

footer p {
  padding-bottom: 20px; }

#copyright {
  font-size: .75em; }

P.timeline-Tweet-text {
  color: white !important; }

/* ---------------- Footer -- Responsive for Device 740 Max */
@media screen and (max-width: 740px) {
  footer {
    font-size: .75em; } }
/* 
============================================================== 
ERROR
==============================================================
*/
#error {
  text-align: center;
  margin-bottom: 6em; }

/* ============================================================== General Classes */
.hideme {
  opacity: 0; }

em.book {
  font-style: italic; }

.section-intro {
  font-size: 1em;
  padding-bottom: 1em;
  margin-bottom: 4em;
  border-bottom: solid thick #886328; }

.row.padded
 {
  padding: 4em 0 8em 0; }

/* Links & hovers */
.body-link a {
  color: #886328; }

.body-link a:hover {
  border-bottom: dotted #886328 0.125em;
  padding-bottom: 5px; }

.txt-col-2 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 20px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 20px;
  /* Firefox */
  column-gap: 20px; }

/* button defaults */
.btn-default {
  display: block;
  color: #73063c;
  background-color: white;
  padding: 2rem;
  border: solid 0.125em rgba(255, 255, 255, 0);
  text-decoration: none; }

.btn-default:hover {
  background: none;
  border: solid 0.125em white;
  color: white; }

.btn-default:active,
.btn-default:focus {
  border: solid 0.125em rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

/* Purchase Button */
/*  ------------------------------------ Purchase Button */
.default-button, .in-copy--button {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: .12em;
  margin-top: 2em; }

.default-button a, .in-copy--button {
  display: block;
  width: 100%;
  color: #73063c;
  background-color: white;
  padding: 2rem;
  border: solid 0.125em rgba(255, 255, 255, 0);
  text-decoration: none; }

.in-copy--button {
  width: 25%;
  float: left;
  margin-right: 1em;
  padding: 1em 0;
  background-color: #497878;
  color: white;
  font-size: .25rem;
  font-weight: normal; }

.default-button a:hover, .in-copy--button:hover {
  background: none;
  border: solid 0.125em white;
  color: white; }

.default-button a:active, .in-copy--button:active {
  border: solid 0.125em rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5); }

.default-button a:visited, .in-copy--button:visited {
  background-color: rgba(255, 255, 255, 0.5);
  color: #497878; }

/* ============================================================== Bootstrap Tools ---*/
.no-padding > [class*='col-'] {
  padding: 0 !important;
  margin: 0 !important; }

/* -- 
=========================
Breadcrumbs
========================= 
--*/
.breadcrumb ul li {
  display: inline-block;
  text-decoration-style: none; }

/* -- 
=========================
Events
========================= 
--*/
#event ul, #latest-event ul {
  margin-left: -2.5rem; }

#event li, #latest-event li {
  list-style: none; }

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