@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italc,400,400italic,500,700);

@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/PlayfairDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('/fonts/RobotoCondensed-Bold.woff2') format('woff2');
    font-style: bold;
    font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/PlayfairDisplay-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/PlayfairDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font: 18px/1.6 'Open Sans', sans-serif;
}


@media (max-width: 325px) {
  html {
    font: 17px/1.6 'Open Sans', sans-serif;
  }
}

body {
  /* margin: 2rem 0 5rem; */
  color: #222;
  font-family: 'Playfair Display';
}

@media (min-width: 30rem) {
  body {
    /* margin-top: 5rem; */
  }
}

a {
  color: #0074d9;
  /* From http://clrs.cc */
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}







.footerText {
  text-align: center;
  font-size: 0.75em;
  font-style: italic;
}




blockquote {
  margin-left: 0.75rem;
  margin-right: 0;
  padding: 0rem 0.8rem;
  border-left: .3rem solid #ccc;
  color: #555;
}


.center {
  display: inline-block;
  margin: 0 auto;
}

hr {
  border: none;
  margin: 1.5rem 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  top: -1px;
}

.img,
.container iframe {
  max-width: 100%;
}

a {
  word-wrap: break-word;
}

.container img {
  margin: 2em auto 2em auto;
  display: block;
  max-width: 75%;
}

@media (max-width: 635px) {
  .container img {
    max-width: 100%
  }
}

table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

td,
th {
  padding: .25rem .5rem;
  border: 1px solid #ccc;
}

pre,
code {
  font-family: monospace;
  background-color: #eee;
}

pre {
  padding: .5rem 1rem;
  font-size: 0.8rem;
}

code {
  padding: .1rem .25rem;
}

pre>code {
  padding: 0;
}

.container {
  max-width: 725px;
  margin: 2rem auto;
  padding: 0 0.75rem;
}

.sharing {
  text-align: center;
}

.date {
  text-align: right;
  font-size: 75%;
  font-style: italic;
}

@media (max-width: 635px) {
  .sharing {
    font-size: 85%;
  }
}

/* This gets Google to fall into place */
.social {
  text-align: right;
}

.topsocial {
  margin-bottom: 5em;
}

/* This gets Facebook to fall into place */
.social iframe {
  vertical-align: middle;
}

/* Set an optional width for your button wrappers */
.social span {
  display: inline-block;
  width: 110px;
}

/* Adjust the widths individually if you like */
.social .google {
  width: 75px;
}

.button {
  margin-top: 2em;
  margin-left: 1em;
  display: inline-block;
  border: 2px solid #111;
  border-radius: 0.4em;
  padding: 0.1em 0.75em;
  font-size: 17px;
  color: #111;
  text-align: center;
}

.button:hover {
  color: white;
  background-color: #111;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s;
}

.Facebook {
  transform: scale(1.25);
}

.sharing-buttons {
  width: 100%;
}

.row {
    display: flex;
    align-items: center;
  justify-content: center;
}

.box {
    border: #0074d9 2px dashed;
  padding: 0.5rem; 
}

.row1 {
    height: 6rem;
    display: flex;
    align-items: center;
  justify-content: center;
}

.title {
    font-family: 'RobotoCondensed';
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    color: #0074d9;
  }
  
  .subtitle {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 1.25rem;
    font-style: italic;
  }

  .topic {
    color: #222;
    font-family: 'RobotoCondensed';
    text-align: center;
    text-transform: uppercase;
  }
  
  .topic:hover {
    text-decoration: none;
    color: #0074d9;
  }

.content {
    font-family: 'Playfair Display';
    font-weight: 500;
}