.site-header {
  border-top: 5px solid #30477e;

}
.site-title {
  font-size: 4rem;
  text-shadow: 1px 1px 5px #551033;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.site-title, .site-footer {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}
.site-footer {
  font-size:1.2rem;
}
a.page-link,
.page-link {
  color: #3c475d;
}
a.page-link,
.page-link,
.site-title,
:link.site-title {
  text-decoration: none;
  color: #3c475d;
}

body {
  font-family: 'Besley', sans-serif;
  font-size: 16px;
  background-color: rgb(57, 111, 137);
  color: #3c475d;
}

body .post-content {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
}
.main {
  margin: auto;
  width: 800px;
}

header.site-header,
footer {
  a,
  a:link,
  a:hover,
  a:focus,
  a:visited {
    color: #fff;
  }
}
.wrapper {
  max-width: -webkit-calc(1200px - (30px * 2));
  max-width: calc(1200px - (30px * 2));
  padding: 2rem;
}

.page-content .wrapper {
  background: #fff;
  color: #3c475d;
}
.centered {
  text-align: center;
}

body a,
body a:link,
body a:hover,
body a:visited {
  color: #30477e;
}
body a,
body a:hover {
  text-decoration: underline;
}
.shout-out {
  padding-bottom: 2rem;
}
.quote {
  color:#3c475d;
  font-style: italic;
  font-size:1.3rem;
}
.attribution {
  font-size: 1.1rem;
  text-align: right;
  color: #551033;
  padding-right: 1rem;
}

/* General pages */
.author-headshot {
  float: right;
  padding-left: 10px;
}
.embed {
  width: 560px;
}

/* Layout: mobile first */
.home-row {
  flex-flow: row wrap;
}
.home-left, .home-right {
  flex: 100%;
}
.home-left img {
  max-width: 70%;
}
.home-left {
  text-align: center;
}
.quote {
  font-size: 1.1rem;
}
.attribution {
  font-size: 1rem;
}
body p.callout {
  font-weight: 600;
  color: #3c475d;
  font-size: 16px;
  line-height: 1.2rem;
  font-weight: normal;
}

@media screen and (min-width: 600px) {
  .home-row {
    display: flex;
  }
  .home-right {
    flex: 0 0 54%;
    padding: 0rem 1rem 0rem 1rem;
  }
  .home-left {
    flex: 1 1 40%;
  }
  .home-left img {
    max-width: 100%;
  }
  body p.callout {
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .home-row {
    display: flex;
  }
  .home-right {
    padding: 0rem 2rem 0rem 2rem;
  }
  .home-left {
    flex: 1 1 30%;
  }
  .home-right h1 {
    padding-bottom: 2rem;
  }
  .home-right {
    flex: 0 0 60%;
  }
  body p.callout {
    font-size: 20px;
    line-height: 1.7rem;
  }
}

blockquote {
  font-style: normal;
}

/* Navigation */
nav#dropdown {
  text-align: center;
  padding: 0px;
  margin: auto;
  background: #fff;
  line-height: 34px;
}
nav#dropdown a {
  text-decoration: none;
  display: block;
}

nav#dropdown ul {
  color: #3c475d;
  background: #fff;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

nav#dropdown li {
  color: #3c475d;
  background: #fff;
  display: block;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}

nav#dropdown li a {
  color: #3c475d;
  display: block;
}

nav#dropdown li:hover,
nav#dropdown li:focus-within {
    background:rgb(245, 194, 215);
    cursor: pointer;
}

nav#dropdown li:focus-within a {
  outline: none;
}

nav#dropdown ul li ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}

nav#dropdown ul li:hover > ul,
nav#dropdown ul li:focus-within > ul,
nav#dropdown ul li ul:hover,
nav#dropdown ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

nav#dropdown ul li ul li {
  clear: both;
  width: 150%;
  border-left: 1px solid ;
  border-right: 1px solid #3c475d;
  border-bottom: 1px solid #3c475d;
}

a[href="#"] {
  cursor: default;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}

dt {
  padding-left: 1rem ;
  text-indent: -1rem ;
  margin-bottom:0.5rem;
}

.preview {
  width: 200px;
  position: relative;
  background-color: #ffffff;
  transform: rotate(-3.5deg) skewX(1deg);
  box-shadow: -35px 35px 50px rgb(0,0, 0, 0.6);
  transition: 0.5s;
}

.preview:hover,
.preview:focus {
  width: 200px;
  position: relative;
  background-color: #ffffff;
  transform: rotate(0deg) skewX(0deg);
  box-shadow: -35px 35px 50px rgb(0,0, 0, 0.9);
}

figure.book {
  display: inline-block;
  margin-left: 5rem;
}

.dropdown.dropdown-inner {
  margin-left: 100px!important;
}

.center {
  margin: auto;
  text-align: center;
}

body a:link.button {
  /* text styles */
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  /* box styles */
  display: inline-block;
  height: 19px;
  padding: 0 10px;
  border: 1px solid;
  border-color: #3c475d;
  border-radius: 21px;
  background-color: #3c475d;
  margin-bottom: 1rem;
  color: #fff !important;
}

body a:link.button:hover {
  text-decoration: none;
  border-color: #3c475d;
  background-color: #4fa6e4;
  color: #fff !important;
}

body a:link.button:active {
  border-color: #3c475d;
  background-color: #1c7ec9;
}
body a.button:visited {
  color: #fff;
}
img[src*="align-right"] {
  float:right;
}
img[src*="width-sm"] {
  width: 200px;
}
img[src*="width-md"] {
  width: 400px;
}
img[src*="padding-md"] {
  padding:0 0 1.5rem 1.5rem;
}
h2 {
  clear:both;
}
