/*
Theme Name: SjoerdIT Theme
Author: Sjoerd Alaerds
Description: Template for SjoerdIT website
Version: 0.0.0.1
Tags: SjoerdIT main custom style
*/
body {
    background-color: lightgrey;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
  }

.sjoerdit-mainheader{
    background-color: darkgray;

}
.sjoerdit-header {
    min-height: 100px;
    align-content: center;
    vertical-align: text-bottom;
}

.sjoerdit-header-logo{
    text-align: center;
    padding: 32.5px 0px;
}

.sjoerdit-header-content {
    /* padding-top: 25px; */
    font-size: xx-large;
    color: black;
}

.sjoerdit-header-nav {
    /* min-height: 100px; */
    align-content: center;
    vertical-align: text-bottom;
    padding: 0px;
    margin: 0px;
}

/* 
.sjoerdit-custom-menu-class {
    background-color: black;
    height: 150px;
    padding: 0px;
}  */


.sjoerdit-custom-menu-class ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    /* height: 50px; */
    /* background-color: grey; */
    margin-bottom: 0px;
    padding-inline-start: 0px;
}

.sjoerdit-custom-menu-class li {
    /* height: 50px;*/
    /* width: 100px;  */
    margin: 10px 0px;
    display: inline-block;
    /* margin-top: 25px; */
    background-color: lightgrey;
}

.sjoerdit-custom-menu-class a {
    padding: 10px 40px;
    display: block;
    width: 100%;
    color: black;
    font-size: large;
}

.sjoerdit-mainContent-class{
    /* text-align: center; */
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 25px;
    /* background-color: black; */
}

.sjoerdit-mainContent-class h1{
    text-align: center;
    /* padding-left: 20%;
    padding-right: 10%; */
    /* background-color: black; */
}

.sjoerdit-footer-class{
    text-align: center;
    height: 50px;
    /* background-color: black; */
}

/* .widget_rss{
    max-height: 100px;
} */