@font-face { font-family: "Montserrat"; src: url('../fonts/montserrat.woff'); font-weight:normal; font-style:normal;}
@font-face { font-family: "OGCourier"; src: url('../fonts/OGCourier.woff'); font-weight:normal; font-style:normal;}
@font-face { font-family: "Whitney SSm"; src: url('../fonts/whitney-normal.woff'); font-weight:normal; font-style:normal;}
@font-face { font-family: "Whitney SSm"; src: url('../fonts/whitney-normal-italic.woff'); font-weight:normal; font-style:italic; }
@font-face { font-family: "Whitney SSm"; src: url('../fonts/whitney-bold.woff'); font-weight:bold; font-style:normal; }
@font-face { font-family: "Whitney SSm"; src: url('../fonts/whitney-bold-italic.woff'); font-weight:bold; font-style:italic; }
@font-face { font-family: "Whitney Condensed"; src: url('../fonts/whitney-condensed.woff'); font-weight:normal;}
@font-face { font-family: "Whitney Small Caps"; src: url('../fonts/whitney-smallcaps.woff'); font-weight:normal; font-style:normal; }

/* Default Typography */
#content {font-family:'Whitney SSm',Sans-Serif;font-weight:normal;}
#content {background-color:#fff;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}

/* nav  */
nav {text-align:right;line-height:2em;text-transform:uppercase;letter-spacing:1px;font-weight:normal;}
nav a, nav a:visited{text-align:center;text-decoration:none;color:#888;/*border-bottom:solid 4px #F2F0ED*/}
nav a:hover{color:#333;text-decoration:none;border-bottom:solid 2px #CF3621;}


/* header */
header {}
header .logo {font-family:"Montserrat",Sans-Serif;font-size:3rem;}
header .description {font-family:'Whitney Small Caps',Sans-Serif;font-size:1.1em;color:#CF3621;}
header a, header a:visited {text-decoration:none;color:#333;}
header a:hover {text-decoration:none;color:#333;}

/* sections page and post */
/*.title {font-family:'Whitney Condensed',Sans-Serif;text-transform:capitalize;letter-spacing:3px;font-size:2em;color:#333;}*/
main{border-top:2px solid #AAA;}
.title {text-transform:capitalize;font-size:2em;color:#333;}
.post_title time, .post_title span {font-family:'Whitney Small Caps',Sans-Serif;text-transform:capitalize;font-size:0.85em;color:#888;}
.post_title a, .post_title a:visited {text-decoration:none;color:#333;}
.post_title a:hover {text-decoration:none;color:#333;}
.post::after {content:' ';display:block;width:50px;height:25px;position:relative;bottom:25px;background-image:url('../images/leaf.svg');background-size:cover;-webkit-transform:rotate(330deg);transform:rotate(330deg);margin: 0 auto;}

/* links */
.links {text-align:center;}

/* footer */
footer {border-top:2px solid #AAA;text-align:center;font-size: 0.85rem;color:#888;}


