.column {
    float: left;
    width: 20%;
    padding: 5px;
    text-align: center;
    font-size: 25px;
    color: #595959;
}

.column p {
  text-align: center;
  width: 100%;
}

.columnImage {
  width: 100%;
}

/* Text styles */

#pull-quote {
  margin-right: 0 ;
  width: 90%;
  font-size: 1.75rem;
  color: #99A67F; /* This is Cuttsy green */
}

.related-articles {
  font-size: 1.5rem;
}

.author {
  font-size: 1.75rem;
  color: #99A67F;
}

.numbers {
  font-family: 'fs_meregular';
  color: #99A67F;
  font-size: 1.2em;
}

.recipe {
  padding-left: 0;
}

.ingredients {
  border-bottom: 1px dashed #99A67F;
  padding-bottom: 7px;
  padding-top: 7px;
  margin-right: 40px;
}

h5 {
  color: #99A67F;
}

h1 {
  width: 100%;
}

.br-mobile {
  display: none;
}

#method {
  margin-top: 55px;
}

.method {
  padding: 7px 0;
  list-style-type: decimal;
  margin-left: 14px;
  text-indent: -14px;
}

.method-list {
  padding-left: 0;
}

.number { /* This is for numbered lists */
  padding: 7px 0;
  list-style-type: decimal;
  margin-left: 14px;
  text-indent: -14px;
  font-size: 1.1em;
  font-family: 'fs_melight';
  line-height: 1.6em;

}

.number span {
  color: #8da07d;
}


.numbered-list { /* This is for numbered lists */
  padding-left: 0;
}

.blog-subhead {
  margin-right: 0 ;
  width: 90%;
  font-size: 1.75rem;
  color: #99A67F; /* This is Cuttsy green */
}



.blog-section {
  border-bottom: 1px solid #99A67F;
}

.top-tip {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #99A67F;
}

.blog-bullet ul { /* This is for bulleted lists */
  list-style-position: outside;
  padding: 0;

}

.blog-bullet li {
  padding-bottom: 10px;
  padding-right: 100px;
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-family: 'fs_melight';
  list-style: none;
  margin-left: 14px;
  text-indent: -14px;
}


.blog-bullet li::before {
  color: #99A67F;
  content: "\2022";
  font-size: 1em;
  padding-right: 1rem;
}


.reference {
  font-size: 1em;
  font-family: 'fs_meregular';
  color: #595959;
  line-height: 1.2em;
}

.reference a {
  color: #8da07d;

}

s {
  font-family: 'fs_melight';
}

#lower-para {
  padding-top: 30px;
}


/* Image styles */

.jumbotron {
  margin: 0;
  padding: 0;
}
.banner-img {
  width: 100vw;
}

.inline-image {
  width: 70px;
  padding-right: 20px;
}

.col-img {
  width: 90%;
  margin-bottom: 30px;
  padding-left: 40px;
  clear: right;
}

.col-img-small {
  width: 60%;
  margin-bottom: 30px;
  padding-left: 0px;
  clear: right;

}

.col-img-person {
  width: 80%;
  padding-left: 0px;
  clear: right;
  margin-top: 30px;
}

.img-float {
  float: right;
  width: 40%;
  margin-left: 40px;
}

.img-float-left {
  float: left;
  width: 40%;
  margin-right: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#left-hand-img {
  padding-left: 0;
  margin-bottom: 20px;
}

#tallimage {
  max-height: 400px;
  width: auto;
  margin-bottom: 40px;
}

.section-break{
  margin: 40px 0;
}

.blog-img {
  margin-bottom: 50px;
  max-width: 100%;
}

#mobile-banner {
  display: none;
}

.icon-img {
  margin-bottom: 40px;
}

.placeholder-img {
  background-color: grey;
}

#stat-img {
  max-height: 350px;
  width: auto;
}

.icon-img-sm {
  width: 100px;
  margin-right: 20px;
}

/* Video styles */

.blog-video {
  margin-bottom: 50px;
  height: 300px;
  padding-right: 20px;
}

.blog-video-large {
  margin-bottom: 50px;
  padding-right: 20px;
  clear: both;
}

.blog-video-large iframe{
  width: 810px;
  height: 455.625px;
}

.bold {
  font-family: 'fs_meregular';
  color: #99A67F;
}


/* Grid styles */

.col-sm-10 {
  margin: 0;
  padding: 0;
}

.col-lg-11 {
  padding-left: 0;
  margin-bottom: 0;
}

.col-lg-12 {
  padding-left: 0;
}

.col-lg-8 {
  padding-left: 0;
}

.col-lg-4 {
  padding: 0;
}

.col-sm-6 p.body-copy{
  margin-right: 0;
  padding-right: 0;
}

.blog-content {
  margin-bottom: 50px;
}

#short-blog {
  margin-bottom: 50px;
}

#spacer {
  margin-bottom: 75px;
}

/* Button styles */

.tag {
  font-size: 1em;
  background-color: #E2E2E1;
  color: #7D7C7D;
  border-radius: 30px;
  width: 150px;
  border: none;
  margin-right: 20px;
  padding: 7px;
}

.tag:hover {
  background-color: #99A67F;
	color: white;
}


.col-lg-1 {
  padding: 0;
}


.icon-bullet {
  clear: both;
}



@media only screen and (max-width: 767px) {

  #main {
    margin-top: 30px;
  }

  .webcontent{
    margin-top: 40%;
  }

}
