/*
 Theme Name:   Twenty Seventeen Nigredo Child
 description:  Nigredo
 Author:       Shuulak
 Template:     twentyseventeen
 Version:      1.0.4
*/
.html{
  height:100%;
}

.body,
.site-header{
  /*background-color: #0B0F16;*/
  	background-image: url("https://shuulak.nl/wp-content/uploads/2019/10/panel-texture3.jpg");
  	background-repeat: tile;
  	background-attachment: fixed;
  	background-size:512px 384px;
}

/*===============navbar to top===============*/
  .has-header-image .custom-header-media img,
  .has-header-video .custom-header-media video,
  .has-header-video .custom-header-media iframe,
  .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img{
    margin-top: 70px;
}

.navigation-top {
    background-color: #070604;
  	/*background-image: url("https://shuulak.nl/wp-content/uploads/2019/10/panel-texture3.jpg");*/
  	background-repeat: tile;
  	background-attachment: fixed;
  	background-size:512px 384px;
    border: none;
    width: 100%;
    height: 70px;
    top: 0;
    font-size: 120%;
    font-family: 'Marcellus SC', serif;    
    text-transform: uppercase;    
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 7;
}

.main-navigation ul{
    text-align: right;
  	position: fixed;
  	right: 50px;
}

.navigation-top .current-menu-item a, .navigation-top .current_page_item a,
.main-navigation ul,
.main-navigation ul li,
.main-navigation ul li a{
    color: #e3e3e3; /*#6F7B90;*/
    background-color: transparant;
  	padding-top:2px;
  	padding-bottom:2px;
  	padding-left:6px;
  	padding-right:6px;
	outline: none;
  	border:none;

}

.main-navigation ul li a:hover,
.main-navigation ul li a:active{
	color: #fff; 
  	background-color: transparant;
  	outline: none;
  	border:none;

}


.site-header .menu-scroll-down{
  display: none;
}

.admin-bar .navigation-top{
  top: 32px;
}

/*===============Pagelay-out===============*/

div.panel-content,
.site-footer,
.site-content-contain
{
    /*background: #0B0F16 !important;*/
  	background-image: url("https://shuulak.nl/wp-content/uploads/2021/07/panel-texture4.jpg");
  	background-repeat: tile;
  	background-attachment: fixed;
  	background-size:512px 384px;
    /*font-family: 'Philosopher', sans-serif;*/
}

.site-info{
  text-align: center;
}

body,
button,
input,
select,
textarea {
    background-color: #000;
    color: #cccccc;
    font-family: 'Philosopher', sans-serif;
    font-size: 20px;/*15px;*/
    font-size: 1.111rem;/*0.9375rem;*/
    font-weight: 400;
    line-height: 1.4;
}

.wp-caption, .gallery-caption{
    color: #e3e3e3;
}

.page .panel-content .entry-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fffac6; /*#e3e3e3;*/
    font-family: 'Marcellus SC', serif;   
  	letter-spacing: 0.12em;
    text-transform: uppercase;
}

h1,
h2 {
	font-size: 1.8em;
	color: #fffac6;
	letter-spacing: 0.12em;
  	text-align: center;
}

#mc_embed_signup label {
	color: #fffac6;
  	font-family: 'Marcellus SC', serif;
  	text-transform: lowercase;
  	letter-spacing: 0.12em;
  
}

.entry-header{
    display: none;
}


.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong,
.entry-content a:hover, .entry-summary a:hover, .widget a:hover, .site-footer .widget-area a:hover, .posts-navigation a:hover, .widget_authors a:hover strong,
a,
a:hover,
a:active {
	color: #D1D3D6;
        text-decoration: none !important;
}

/*===============social menu=============*/

.social-navigation{
  text-align:center;
}

.social-navigation a{
    background-color: #333;
    
}
.social-navigation a:hover, .social-navigation a:focus{
    background-color: #585858;    
}

/*===logo in menu===*/

.navigation-top .custom-logo-link {
 /*display:none;*/
}

 .site-branding .custom-logo-link {
   display:none;
   position:relative;
 }

 .site-branding .custom-logo-link img{
   position: fixed;
   top: 0;
   height: auto;
   width: auto;
   z-index:-1;
}
 
 .navigation-top .custom-logo-link{
     float: left;
     position: fixed;
   	 top: 20px;
   	 left:30px;
 }
 .custom-logo-link img{     
 	height: 80px;
   	width: auto;
 }
 
.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus
{    
    width: 200px;
    height: 70px;  	
    color : transparent;
    background-image: url("http://shuulak.nl/wp-content/uploads/2018/05/cropped-shuulak_logo_color-2.png");
    background-size: 180px, 65px;
    background-repeat:no-repeat;
    background-position: center;
    
}
.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: 2px solid #222;
}

@media screen and (min-width: 30em){
.page-one-column .panel-content .wrap {
    max-width: 900px;
  }  
}
  
@media screen and (max-width: 48em){
    .site-content-contain
    {
        margin-top: 70px;        
    }
    
    .navigation-top .custom-logo-link {
      display:none;
    }
    
    .main-navigation ul{
    text-align: center;
    }
    
    /*====remove white borders from menu====*/
  	.main-navigation,
    .main-navigation li,
    .main-navigation li li,
    .main-navigation li:last-child,
    .main-navigation > div > ul,
    .navigation-top
    .main-navigation a{
      	background-image: url("https://shuulak.nl/wp-content/uploads/2019/10/panel-texture3.jpg");
  		background-repeat: tile;
  		background-attachment: fixed;
  		background-size:512px 384px;
        border-top:none;
        border-bottom: none;
        padding-top: 0px;
      	padding-bottom: 0px;
      	text-align: center;
      	width:100vw;
      	position:relative;      	
    }
    
    
    .custom-header-media:before {
    /*background: none;*/
}
  
  
  /*=================header image for mobile======================*/
    .has-header-image.twentyseventeen-front-page .custom-header,
  .has-header-video.twentyseventeen-front-page .custom-header,
  .has-header-image.home.blog .custom-header,
  .has-header-video.home.blog .custom-header{
    height: calc(100vh - (100vh - 75vw))
  }
  
  .has-header-image .custom-header-media img, 
  .has-header-video .custom-header-media video, 
  .has-header-video .custom-header-media iframe, 
  .has-header-image:not(.twentyseventeen-front-page):not(.home) 
  .custom-header-media img {
  height: 0% !important;
  object-fit: fill !important;
  width: 100%;
  max-height: 100% !important;
  display: block !important;
  position: relative !important;
  }
  
  .site-content-contain{
	margin-top: 0px;
  
}
  
  /*==========================MORE ICONS===============================*/
  
  /*old code
  .has-header-image .custom-header-media img, 
  .has-header-video .custom-header-media video, 
  .has-header-video .custom-header-media iframe, 
  .has-header-image:not(.twentyseventeen-front-page):not(.home) 
  .custom-header-media img {
  height: 0% !important;
  object-fit: fill !important;
  width: 100%;
  max-height: 100% !important;
  display: block !important;
  position: relative !important;
  }
  */
