@font-face {
    font-family: 'Didot';
    src: url('fonts/Didot.eot');
    src: url('fonts/Didot.eot?#iefix') format('embedded-opentype'),
        url('fonts/Didot.woff') format('woff'),
        url('fonts/Didot.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Didot';
    src: url('fonts/Didot-Italic.eot');
    src: url('fonts/Didot-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Didot-Italic.woff') format('woff'),
        url('fonts/Didot-Italic.ttf')  format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Didot';
    src: url('fonts/Didot-Bold.eot');
    src: url('fonts/Didot-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Didot-Bold.woff') format('woff'),
        url('fonts/Didot-Bold.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
}
body {
    margin-top: 10px;
}
a {
    color: #999;
}
a:hover {
    color: #494949;
}
.demo-1 {
    font-family: 'Didot';
    font-weight: normal;
    font-style: normal;
}
.demo-2 {
    font-family: 'Didot';
    font-weight: normal;
    font-style: italic;
}
.demo-3 {
    font-family: 'Didot';
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Didot';
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4 {
    font-family: 'Didot';
    font-weight: bold;
    font-style: normal;
}
.navbar-fixed-top .nav {
    padding: 15px 0;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    margin-top: 5px;
    margin-left: 5px;
}
.navbar-toggle {
   margin: 0 0 0 0;
}
.navbar-nav, .navbar-nav li, .navbar-nav li a {
    line-height: 26px;
}
.navbar-nav li a {
    padding-top: 0;
    padding-bottom:0;
}
.navbar-default {
    background-color: #FFF;
    border-color: #FFF;
}
.navbar-fixed-top {
    border-width: 0;
    top: 0;
}
.social {
    margin-top: 20px;
}
.custom-thumbnail {
    border-radius: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .custom-thumbnail {
        margin-bottom: 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .container-small {
        width: 960px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
