/*
Theme Name: Nature Design
Author: Jan Baumann
Description: Wordpress theme developed for Nature Design
*/

@font-face {
  font-family: greatvibes;
  src: url(fonts/GreatVibes-Regular.ttf);
}

@font-face {
  font-family: arsenica;
  src: url(fonts/ArsenicaTrial-Regular.ttf);
}

body {
    --main-color: black;
    --sidebar-width: 200px;
    font-family: Arial, sans-serif;
    font-size: 14px;    
    color: var(--main-color);
}
.post-title {
    font-family: greatvibes;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
}
p {
    line-height: 1.65em;
}

img {
    border-radius: 8px; 
}

.main {
  overflow: hidden;
}

/* sidebar */
.sidebar {
    width: var(--sidebar-width); 
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    /*background-color: #83a68c;*/
    border-radius: 8px;
}

/* title */
.title {
    text-align: center;
    font-family: greatvibes;
    font-size: 500%;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    min-width: 100%;
    
}

.nobr {
    white-space: nowrap;
}

.sidebar img {
    border-radius: 20px;
    padding: 10px;
   
}

/* title links */
.title a:link,
.title a:visited {
    color: var(--main-color);
}

/* subtitle */
.subtitle {
    text-align: center;
    font-family: greatvibes;
    font-size: 40px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;   
    padding-bottom: 20px;
}


a:link,
a:visited {
    color: #006ec3;
    text-decoration: none;
}

/* General Layout */
.container {
    max-width: 960px;
    margin: auto;
    margin-top: 20px;
    margin-bottom:20px;
    
    padding: 40px;
    background-color: #d3ebd9;
    border-radius: 20px;
}

.site-header {
    border-bottom: 2px solid #999;
}

.site-footer {
    margin-top: 30px;
    border-top: 2px solid #999;
}

article.post {    
    border-bottom: 2px solid #999;
}

article.post:last-of-type {
    border-bottom: none;
}

.site-nav ul {
    margin: 0;
    padding: 0;
}

.site-header ul {
    display:flex;
    justify-content: space-between;
}

.site-nav ul:before, .site-nav ul:after {
    content: "";
    display: table;
}

.content {
    margin-top: 20px;
}

.site-nav ul:after { 
    clear:both; 
}

.site-header ul li {
    font-family: arsenica;
    font-size: 18px;
}

.site-header ul li, .site-footer ul li {
    list-style: none;
    float: left;
}

.site-header nav ul li a:link,
.site-header nav ul li a:visited {
    display: block;
    padding: 10px 18px;
    border: 1px solid #BBB;
    border-bottom: none;
    color:black;
    background-color: #83a68c;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    
}

.site-header nav ul li {
    margin-right: 10px;
}

.site-header nav ul li:last-of-type {
    margin-right: 0px;
}


.site-header nav ul li a:hover {
    background-color: #edf2df;
}

.site-header nav ul li.current-menu-item a:link,
.site-header nav ul li.current-menu-item a:visited {
    background-color:#5e7566;
    color: #eef2ce;
}

.clearfix {
  overflow: auto;
}

/* Footer Menu */
.site-footer nav {
    margin-top: 10px;
}
.site-footer nav ul li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px dotted black;
}

.site-footer nav ul li:last-of-type {
    border-right: none;
}

@media (max-width: 1050px) {
    .sidebar {
        display: none;
    }
    .site-footer .site-nav {
        display: none;
    }
}

.sidebar ul li a:link,
.sidebar ul li a:visited{
    color: black;
    display: block;
    padding: 10px 18px;
    margin: 10px;
    width: var(--sidebar-width-20px);
    background-color: #83a68c;
    border-radius: 8px;
    border: 1px solid #BBB;

}

.sidebar ul li a:hover {
    background-color: #edf2df;
}

.sidebar ul li {
    font-family: arsenica;
    font-size: 16px;
    list-style:none;
}

.sidebar ul {
    padding: 0;
}


.sidebar ul li.current-menu-item a:link,
.sidebar ul li.current-menu-item a:visited {
    background-color:#5e7566;
    color: #eef2ce;
}

/* mobile menu header text font */
.headertext {
    font-family: greatvibes;
    font-size: 32px;
}

#mobmenuleft {
    font-size: 16px;
}

#contact {
    border-bottom: 2px solid #999;
}

