@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
body {
    background-image: url(../images/fon.jpg);
    background-attachment: fixed;
    background-position: 0px -80px;
    background-size: cover;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}
#content .page-header{
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #AC3F15;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #F1DAB6;
}
.dropdown-menu > ul > li a{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    white-space: normal;
    display: block;
    padding: 5px;
    color: #AC3F15 !important;
}
#header {
    padding-top: 100px;
}
#navigate {
    padding-top: 40px;
}

.navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    color: #AC3F15;
    font-size: 26px;
}
.navbar-nav > li > a:hover {
    background-color: #E7B881 !important;
    color:#5a2100;
}
#content {
    font-family: 'Comic Sans MS';
    font-size: 14pt;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(242, 219, 187, 0.4);
    padding-left: 10px;
    padding-right: 10px;
}
#footer {
    background-image: url(../images/footer1.jpg);
    padding: 20px;
}
#footer p{
    font-family: 'Comic Sans MS';
    font-size: 14pt;
    font-weight: bold;
    color: #fff;

}

.btn-primary {
    color: #fff;
    background-color: #AC3F15;
    border-color: #9d3e15;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,  .btn-primary:active:focus {
    color: #fff;
    background-color: #AC3F15;
    border-color: #9d3e15;
}
.bloglink, .bloglink:hover {
    color: #AC3F15;
}
.gallery-content img{

    /* ensures padding at the bottom of the image is correct */
    vertical-align:bottom;

    /* hide the images until the plugin has run. the plugin will reveal the images*/

}