body {
    background-color: #4C3626;
    font-size: 17px;
    color: #C6C5C4;
    text-align: left;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}
    
ul,li {
    list-style:none;
    margin:0;
    padding:0;
    }
    
a {
    color: #F7BE85;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #C6774D;
}
    
h2 {
    font-size:18px;
    margin:3px;
    padding:2px;
    }
    
p  {
    margin:5px;
    padding:5px;
    }

.top-right {
    float:right;
    height: 45px; 
    line-height: 45px; 
}

.top-right a {
    display:inline-block;
    padding: 0 12px; 
    box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.25);
}

.neutral-title {
    background-color: #6A3500;
    clear: both;
    text-align: left;
    color: #FFF7ED;
    font-weight: bold;
    padding: 9px;
    border-bottom: 2px solid #692500;
    margin: 7px;
}

.h1-bar {
    background-color: #6A3500;
    color: #FFF7ED;
}

.infos, .categoryes {
    box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.25);
    margin:6px 3px;
    padding:10px 5px;
}

.h1-bar {
    text-align: left;
    width: 100%;
    margin: 48px 0 5px 0;
}

.h2 {
    display:block;
    padding:12px 0;
    max-width:300px;
    }

h1 { 
    display:inline-block;
    font-size:19px;
    margin:5px;
    padding:5px;
    }

.top-menu {
    background-color: #692500;
    box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.top-menu a {
    text-decoration:none;
    color:#fff;
}

.top-menu a:hover {
    color:#C6C5C4;
}

.logo {
    float:left;
    margin-bottom:-5px;
}

.logo a { 
    background: url(/img/home.svg) no-repeat center;
    display: block; 
    padding: 0 15px; 
    width:35px;
    height:45px;
    box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.25);
}

.logo a:hover { 
    background: url(/img/homehover.svg) no-repeat center;
}

.content { 
    margin: 0 auto; 
    width: 100%; 
    max-width:1400px;
    }

.neutral {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    margin: 0 auto;
    }
    
.thumbs { 
    display:block;
    margin:2px 5px;
    }

.thumbs a { 
    text-decoration:none;
    font-weight:normal;
    font-size:16px;
    }

.thumbs img { 
    width: 100%; 
    border-radius:5px;
    width:300px;
    height:420px;
    }

.categoryes li {
    margin: 2px;
    background-color: #692500;
    display: inline-block;
    border-radius: 5px;
    box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.25);
}

.categoryes li a {
    color: #FFF7ED;
    display: inline-block;
    padding: 8px 10px;
    font-weight: normal;
    text-decoration:none;
}

.categoryes li a:hover {
    background-color: #A0754F;
    color: #FFF7ED;
}

.footer {
    color: #FFF7ED;
    background: #692500;
    padding:12px 8px;
}
    
.footer a { 
    text-decoration: none; 
}
    
@media all and (min-width:1020px) {
.foot {
    margin: 0 auto; 
    width: 996px; 
    }
}

@media screen and (max-width: 430px) {
.thumbs {
    width:100%;
}
.thumbs img{
    width:100%;
    height:auto;
    
}

.new {
    width:45%;
    height:auto;
}

.h2{
    margin:0 8px;
    max-width:100%;
    }
}