.u-bg-main{
	background: #c9bd9e;
	
}
.page-id-15 .entry-content:before{
	content: '';
	position:absolute;
	margin-left:55px;
	z-index:0;
	 height:70vh;
	top:5%;
    width: 75px;
	background: #c9bd9e;
}
.page-id-15 .entry-content p{
	z-index:10;
	position:absolute;
	
}
.page-id-15 .entry-content{
    text-align: end;
    width: 0px;
	
    height: 72vh;
    align-content: space-evenly;
}
.sk-ww-linkedin-profile-post{
	margin-left:80px !important;
		padding-right:80px !important;
}
.entry-content, .page-id-11 .wp-block-post-content{
	    padding-left: 0 !important;
	max-width: 1296px !important;
    margin: auto;
}
.left-bar{
  	background: #c9bd9e;
	width:70px;
	height:82vh;
	position:fixed;
}
:root {
    --wp--style--global--content-size: auto;

}
.page-id-13 main{
	padding-bottom:80px;
}
@font-face{
    font-family: myFirstFont;
    src: url(https://davidwinther.com/wp-content/uploads/whitrabt.ttf), url(https://davidwinther.com/wp-content/uploads/whitrabt.woff);
	font-weight: normal; 
	font-style: normal;
}
  
body{
	font-family: myFirstFont !important;
	text-transform:uppercase;
	line-height:1.3;
	
}


.home-bg-block{
    position: relative;
}
.home-bg-block::before{
	content: '';
	    position: absolute;
       left: 16%;
    top: -56px;
    z-index: 0;
    width: 56%;
    height: 165px;
	background: #c9bd9e;
}

.wp-block-navigation__container{
  	justify-content: flex-start;
	    display: block;
}

.wp-block-spacer{
  height: auto !important;	
	
}

.wp-image-21{
	width:80%;
	position: relative;
	z-index:500;
}
.page-id-11 .wp-block-post-content{
	    margin: auto;
    max-width: 720px;
    padding-left: 80px;
}
.about-content{
width: 70%;
    margin-left: auto !important;
	margin-right: 16px !important;
}
.wp-image-17{
	    margin-top: -54px;
    position: relative;
    z-index: 12;
	width:60%
}
.wp-container-1 > :where(:not(.alignleft):not(.alignright)){
	    max-width: 1296px;
}
.wp-block-navigation__responsive-container-content{
max-width: 1296px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-block-navigation__responsive-container-open:not(.always-shown), .wp-block-navigation__responsive-container-close{
	
	display:none;
}
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto;
    }
.home #modal-3::before{
	
	display:none;
}
#modal-3::before{
	content: '';
	    position: fixed;
    left: 32px;
    top: 64px;
    z-index: 0;
    width: 75px;
    height: calc(100% - 224px);
	background: #c9bd9e;
}
#modal-3{
	padding-left: 32px;
    box-sizing: border-box;
    gap: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    top: calc(100% - 138px);
    margin: 0;
    background-color: inherit!important;
    color: inherit!important;
    display: block;
    position: fixed;
    width: 20%;
    z-index: auto;
	min-width: 100px;
}

.logo-section{
	width: 85%;
    margin-left: auto !important;
    margin-right: 16px !important;
	    display: flex;
	flex-flow: wrap;
	    justify-content: space-evenly;
}
.logo-tile{
	width: 27%;
	max-width:250px;
    align-self: center;
	display: flex;
    align-items: center;
    padding: 5px 39px;
    margin: 5px 24px;
}
.logo-tile span{
	position: relative;
    display: block;
	opacity: 0;
	transition: all .5s linear;
transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
	width:90%;
	max-width:500px;
		pointer-events: none;
}
.logo-tile div{
	position: absolute;
  pointer-events: none;
}
.logo-tile:hover span{
  opacity:1;
	z-index:10000;
}
.logo-tile:hover::before{
	opacity: 1;
}
.about-content a{
	
	color:red;
	text-decoration:none !important;
}
a{
	text-decoration:none !important;
}
.page-id-15 #modal-3::before {
	left:50%;
	
}
.page-id-15 .wp-container-2{
	width:49%;
	top:40%;
	position:absolute;
	z-index:200;
		text-align:right;
}
.logo-tile:before{
	content: '';
	pointer-events: none;
	    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
	  height:100%;
    width: 100%;
   cursor:pointer;
	background: #c9bd9e;
	opacity: 0;
	transition: all .5s linear;
transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
@media only screen and (max-width: 600px) {
	.logo-tile{
	width: 60%;
		    min-height: 120px;
  }
	
	.home-bg-block::before {
    content: '';
    position: absolute;
    left: 16%;
    top: -36px;
    z-index: 0;
    width: 56%;
    height: 80%;
    background: #c9bd9e;
  }
	.wp-image-17 {
    top:20px;
  }
	.page-id-13 .wp-block-post-content{
		font-size:12px;
	}
	.about-content {
 
    margin-left: auto !important;
    margin-right: 0 !important;
  }
	#modal-3{
		padding-left:16px;
	}
	#modal-3::before {
		left:16px;
	}
	.logo-tile a{
    pointer-events:none;
	
  }
	.logo-tile a.clickable{
    pointer-events:initial;
  }
	.logo-tile a.clickable span{
    pointer-events:initial;
  }
	.dblclick-wrap {
		position: relative; /* For absolute positioning within */
	}
	.logo-tile .blocker {
		position: absolute;
		top: -1px;
		left: -1px;
		width: 103%; /* Gotta do this instead of right: 0; */
		bottom: -1px;
		z-index: 100001;
		pointer-events: auto;
		/* background: red; Uncomment background property to test coverage */
	}

	.logo-tile:hover .blocker{
		left: -9999px;
	}


	
}