p {
   font-family: ubuntu,sans-serif;
   font-weight: 100;
	font-size: 17px;
}
  

h1, h2, h3, h4, h5, {
    color: #0fbe7c;
    font-family: ubuntu,sans-serif;
    font-weight: 200;
    padding-bottom: 18px;
}

h6 {
  	color: #666666;
  	font-size: 11px;
    font-family: ubuntu,sans-serif;
    font-weight: normal;
    padding-bottom: 18px;
}

h4 {
	font-size:20px;
	line-height:21px;
}

img {
  margin-bottom:4px;
}

#site-title a {
    color: #0fbe7c;
	font-weight: lighter;
    font-size: 26px;
}

#header-text-nav-wrap {
    padding-bottom: 0;
    padding-top: 0;
}

#header-text-nav-wrap {
  	padding-bottom: 0;
  	padding-top: 15px;
}

#header-text-nav-container {
    border-bottom: 0 solid #eaeaea;
}

#site-description {
  	color: #0fbe7c;
  	font-size: 50px;
  	line-height: 24px;
  	font-weight: normal;
  	padding-bottom: 0;
}

#featured-slider {
    border-bottom: 0 solid #eaeaea;
}

#featured-slider .entry-description-container {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem 1.5rem;
}

#featured-slider .slider-read-more-button {
    background-color: rgba(14, 190, 124, 0.8);
    color: #ffffff;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    margin-top: 15px;
    padding: 1rem 1.5rem;
    text-align: center;
}

.small-menu a {
    color: #666666;
    display: block;
    float: left;
    font-size: 16px;
    height: 21px;
    padding: 5px 0 0 16px;
}

.header-post-title-class {
    font-size: 30px;
    padding-bottom: 0;
}

.header-post-title-container {
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
    padding: 10px 0;
}

.elastic-video {
    position: relative;
    padding-bottom: 56.25%;
	height: 0;
    overflow: hidden;
}
.elastic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.elastic-video-wrapper {
    width: 560px;
    max-width: 100%;
}


