/*
Theme Name: Nudl Theme
Theme URI: https://www.sottile-pasta.ch
Author: Alexandre Favarger
Author URI: https://www.packschuss.ch
Description: Default Theme for Nudl the Nudl Pasta Website
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*{
    outline: 1px green solid;
}
*/

/* importimng fonts */


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap');

html{
    max-width: 1200px;
    margin: -10px;
}

.blog, 
.page,
.page-template-page-about,
.single {
    background-color: #393132;
}
header {
    position: sticky;
    z-index:10;
    margin: -10px;
    background-color: #832a27;
    
}
.logo-bug {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.logo-bug > img{
    max-width: 25%;
}
.menu {
  
    display:flex;
    flex-flow: row;
    flex-wrap: nowrap;
    list-style-type: none;
    justify-content: center;
}
.menu > li {
    flex-basis: 1;
    margin-right: 2rem;
    font-family: oswald;
    font-weight: 400;
    font-size: 1.5rem;
}
.sub-menu{
    list-style-type: none;
}
li > a {
    color: #f4deb8;
    text-decoration: none;

}
.menu-menu-1-container{
    background-color: #832a27;
}
main {
    display: flex;
    flex-direction: column;
}
.main-landing-flex{
    display:flex;
    flex-direction: column;
    max-width:100%;
}
.main-landing-cnt1{
    display:flex;
    flex-direction: row;
}
.main-landing-cnt1-col_left{
    width:25%;
}
.main-landing-cnt1-cn1-col_right{
    width:25%;
}
h1{
    font-family: Oswald;
    font-size: 3rem;;
}

