/* start font  */
@charset "utf-8";
@font-face {
    font-family: 'KlinicSlabBook';
    src: url('http://www.geocities.ws/gra310_ramirez/font/KlinicSlabBook.otf');
}
@font-face {
    font-family: 'KlinicSlabBookIt';
    src: url('http://www.geocities.ws/gra310_ramirez/font/KlinicSlabBookIt.otf');
}
/*0End Font   */

/* start set font tags  */
h1, h2, h3 {
    font-family: 'KlinicSlabBook';
}
p {
    font-family: 'KlinicSlabBookIt';
}
p {
    font-size: 18px;
}
/* end font set tags  */
h1, h2, h3, p {
    color: #3C1F1C;
}
/*Navigation*/  
nav {
    padding-bottom: 20px;
    text-align: center;
}
#navmenu {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #5e1211;
}
#navmenu li {
    background-color: #5e1211;
    display: inline;
    float: left;
    width: 200px;
    font-size: 34px;
    font-family: 'KlinicSlabBook';
    font-weight: bold;
}
#navmenu li a {
    text-align: center;
    display: block;
    color: #d7c5b7;
    padding: 8px 16px;
    text-decoration: none;
}
#navmenu li a:hover {
    background-color: #555;
    color: white;
}
#logo {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    margin-right: -30px;
    /* background-size: 180px 75px;
                    width: 200px;
                    height: 75px;*/
                    
    background-size: contain;
    width: 100%;
    height: 75px;
    max-width: 200px;
}
/* End Nav  */
#mainimage {
    background-image: url('../images/main.jpeg');
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
}
/* Start body style  */
main {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
#mainBlock {
    text-align: center;
}
#mainBlock img {
    display: inline-block;
    margin: auto;
    max-width: 200px;
    height: auto;
}
body {
    background-color: #d7c5b7;
}
/* End body style  */
