/*
  Theme Name:       Casper Child
  Theme URI:        https://github.com/lacymorrow/casper-wp
  Author:           Lacy Morrow
  Author URI:       http://lacymorrow.com
  Description:      Casper Child Theme
  Version:          1.0.0
  Template:         casper
  Usage: Copy the casper-child folder into your wp-content/themes/ directory and activate it in the dashboard.
*/

/* ----- Begin Customizations Here - Enjoy :) ----- */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,700,700i,900,900i');

body, 
.blog-description, 
.post-meta, 
h1, h2, h3, h4, h5, h6, 
.widget-area, 
.blog-title, 
.main-navigation, 
.site-footer,
.form-allowed-tags,
.form-submit #submit,
#main > header.page-header,
.pagination,
.reply a {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  letter-spacing: 0.5px;
}

h3 {
  margin: 0.5em 0;
}

.blog-title {
  letter-spacing: 0.5px;
}

p, ul, ol, dl {
  font-weight: 300;
}

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 24px;
}

ul li, ol li {
  margin-bottom: 0.5em;
}

.hentry {
  word-break: normal;
  hyphens: none;
}

.main-navigation > div > div {
  display: flex;
}

.main-navigation > div > div > ul {
  margin: 0 auto;
}

.post-content img {
  padding: 0;
}