@import "compass/css3";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
*, *::before, *::after {
  box-sizing: border-box;
}
.content {
  max-width: 36em;
}
.banner {
  font-size: 30px;
  position: relative;
  z-index: 1;
}
.img-bg {
  height: 400px;
  max-height: 900px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.img-bg-content {
  bottom: 0;
  opacity: 1;
  width: 100%;
  min-height: 400px;
}
.img-bg-content > .content {
  width: 50%;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  float:right;
  padding: 120px 20px;
}

.img-src {
  background-position: left top;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.img-blurred {
  opacity: 0.1;
}
.title {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
  margin-top: 0;
  text-shadow: 0 0 20px rgba(1, 1, 1, .6);
}

.byline {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(1, 1, 1, .6);
  
}
.byline a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  padding-left: 10px;
  text-shadow: 0 1px 1px rgba(1, 1, 1, .6);
}



@media (min-width: 768px) and (max-width: 1024px) {
  .title {
    font-size: 44px;
    line-height: 0.85;

}

.img-bg-content {
  bottom: 0;
  opacity: 1;
  right: 0;
  width: 100%;
}

.img-bg-content > .content {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    float: right;
    width: 50%;
    padding: 120px 20px
}

}


@media (max-width: 640px) {
 .title {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
    margin-top: 0;
    text-shadow: 0 0 20px rgba(1, 1, 1, .6);
}

.img-bg-content {
  bottom: 0;
  opacity: 1;
  right: 0;
  width: 100%;
}

.img-bg-content > .content {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    float: right;
    width: 50%;
    padding: 66px 20px;
}


.img-bg {
    height: 30vh;
    max-height: 900px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

}


@media (min-width: 320px) and (max-width: 480px) {

 .title {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
    margin-top: 0;
    text-shadow: 0 0 20px rgba(1, 1, 1, .6);
}

.img-bg-content {
  bottom: 0;
  opacity: 1; 
  right: 0;
  width: 100%;
}

.img-bg-content > .content {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    float: right;
    width: 100%;
    padding: 96px 20px;
  }


.img-bg {
    min-height: 300px;
    max-height: 900px;
    min-height:300px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}



}
@media (min-width: 1200px) {
  .title {
    font-size: 30px;
    line-height: 0.85;
  }
}
.byline {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(1, 1, 1, .6);
  
}
.byline a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  padding-left: 10px;
  text-shadow: 0 1px 1px rgba(1, 1, 1, .6);
}

.more {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-top: 12px;
}
.more a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.more img {
  border-radius: 100%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-bottom: -10px;
  margin-right: 8px;
  opacity: 0.5;
  width: 30px;
}
.more:hover img {
  opacity: 1;
}
.post {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01rem;
  line-height: 1.5;
}
.pull-right {
  float: right;
  margin-left: 2em;
}
.pull-left {
  float: left;
  margin-right: 3em;
}




}
