/*
Theme Name: Ameli Rhodes
Theme URI: http://www.ameliarhodes.com
Author: Kedron Rhodes
Author URI: http://www.kedronrhodes.com/
Description: Personal blog of Amelia Rhodes
Version: 0.7``
*/

@import "./stylesheets/site.css";

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
    margin: 30px 0px 10px 0;
    font-weight: bold;
}

.post p {
  line-height: 23px;
}

.post ul,
.post ol {
  line-height: 28px;
  margin-left: 35px;
}
.post li {
  line-height: 28px;
}
.post .lead {
  line-height: 35px;
}
.thumbnail.pull-right {
  margin-left: 10px;
  margin-bottom: 10px;
}
.text-uppercase {
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  .emailImage {
    height:auto !important;
    max-width:600px !important;
    width: 100% !important;
  }
}

.newsletter {
  color: #fff;
  background: rgba(0, 0, 0, 0.015);
  padding: 20px 40px 5px 20px;
  margin: 40px 0; 
}