@import url("bootstrap/css/bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("jquery-ui.css");

@import url("font-awesome.min.css");

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url(https://fonts.googleapis.com/css?family=Cedarville+Cursive);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Roboto:500, 400,100);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro);
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300');
@font-face {
  font-family: "Chronice";
  src: url("fonts/ChronicleDisp-Light.otf");
}
@font-face {
    font-family: WhitneyHTF-Black;
    src: url(fonts/HTF-Black.otf);
}
@font-face {
    font-family: WhitneyHTF-Book;
    src: url(fonts/HTF-Book.otf);
}

#header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333333;*/
    float: right;
    /*margin-top: 5px;*/
}
#header li {
    float: left;
}

#header li a {
    display: block;
    color: #a6a8ab;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;

        /*font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;*/
      font-size: 14px;
    line-height: 3.14286;
    font-weight: 400;
    letter-spacing: -.01em;

    font-family: WhitneyHTF-Book;
    src: url(fonts/HTF-Book.otf);

}

#header li a:hover {
    /*background-color: #111111;*/
}
.content_container{

}
#header{
    /*display: block;*/
    height: 50px;
}
#header_container{
    /*width: 100%;*/
    /*height: 500px;*/
    /*background-color: black;*/

    width: 100%;
    
    max-width: 1100px;
    margin-left: 42px 0;
    margin-right: 42px;
    padding-right: 50px;
    padding-left: 50px;
        margin-right: auto;
    margin-left: auto;

    font-family: WhitneyHTF-Black;
    src: url(fonts/HTF-Black.otf);

    letter-spacing: 0.33px;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    overflow: auto;
}
#masthead-name{
    position: relative;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 32px;
    line-height: 1.25em;
    letter-spacing: .02em;
    font-family: WhitneyHTF-Black;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: .25em;
    text-transform: uppercase;
    margin-left: 30px;
    margin-top: 10px;
}
#masthead-name a{
    text-decoration: none;
    color: black;
}