/*
Feature-specific styles for Bonne Chemistry.

1001 kudos to the amazing work of Marie-Michelle Dupuis
on Fancy Me: https://www.behance.net/gallery/13640807/FANCY-ME-%28free-font%29
as well as her generosity for releasing it for free. Thanks!
*/

@font-face {
  font-family: "Pressura";
  src: url("http://www.bu.edu/cdn/fonts/Pressura-Regular/Pressura-Regular.eot");
  src: url("http://www.bu.edu/cdn/fonts/Pressura-Regular/Pressura-Regular.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Pressura-Regular/Pressura-Regular.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Pressura-Regular/Pressura-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: "Escrow-Light";
  src: url("http://www.bu.edu/cdn/fonts/Escrow-Light/8f33a745-3b5f-4440-a595-68c6f26d3037-2.eot");
  src: url("http://www.bu.edu/cdn/fonts/Escrow-Light/8f33a745-3b5f-4440-a595-68c6f26d3037-2.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Escrow-Light/8f33a745-3b5f-4440-a595-68c6f26d3037-3.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Escrow-Light/8f33a745-3b5f-4440-a595-68c6f26d3037-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Escrow-Italic";
  src: url("http://www.bu.edu/cdn/fonts/Escrow-Italic/b1f50b86-55a1-4007-897d-a547ab6647a3-2.eot");
  src: url("http://www.bu.edu/cdn/fonts/Escrow-Italic/b1f50b86-55a1-4007-897d-a547ab6647a3-2.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Escrow-Italic/b1f50b86-55a1-4007-897d-a547ab6647a3-3.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Escrow-Italic/b1f50b86-55a1-4007-897d-a547ab6647a3-1.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}

#feature-content .feature-container {background: url(pattern.png); }

#feature-headers {
    background: #ffffff url("pattern2.png") repeat fixed;
    height: 523px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

#feature-headers {
  text-align: left;
}

.feature-text p {color:#666666; max-width:600px; margin: 20px; auto;}

#feature-headers h1,
#feature-headers .author {
  font-family: "Escrow-Light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 45px;
  font-weight: normal;
  line-height: 50px;
  position: relative;
  text-align: left;
  padding-top: 150px;
  margin-bottom:30px;
}



#feature-headers h1 span {
  background-color: #ffdd00;
  position: absolute;
  top: 50%;
  right: 222px;
  line-height: 1.5;
  display: inline-block;
  padding: 5px 10px 1px;
  margin-top: -13px;
}

#feature-headers h2 {
  font-family: "BrandonText-Light", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  font-weight: normal;
  color: #000;
  max-width: 500px;

}

#feature-headers .author {
  font-size: 16px;
  letter-spacing: .01em;
  color: #569F88;
  text-align: left;
  line-height: 5.5;
}

p.intro {
  color: #000000;
  font-family: "Escrow-Light", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.4;
}

.feature-text .dropcap {
  font-family: "Escrow-Light", Helvetica, Arial, sans-serif;
  font-size: 145px;
  line-height: 1;
  height: 145px;
  margin: 0px 30px 0 0;
  color:#FFD32F;
  border: 1px solid;
  padding:20px 60px;

}

.image {
  position: relative;
  margin: 20px auto;
  float:right;
  left:60px;
}

.image p.caption {margin-left:0px;}


.blockquote {
  font-family: "BrandonText-Regular", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #8851bb;
  text-transform: uppercase;
  width: 385px;
  line-height: 1.3;
  position: absolute;
  top: 45px;
  right: 0;
}

.blockquote em {
  font-family: "BrandonText-Black", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  display: block;
}

.caption {
  text-align: left;
  margin-right:0px;
  width: 500px;
  font-weight:normal !important;
  font-size:13px !important;
}

img.feature-met {
  position:absolute;
  top:0px;
  margin-left: 385px;
}

.image.portrait { width:366px; left:40px;}

.image.portrait .caption {width:366px;}

.text a {color:#569F88;}