/*
 Theme Name:   Pamir 4x4
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


div.site a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.site-footer a {
	color: var(--accent) !important; 
}

.has-padding {
	padding: 1em 1.5em;
}

header.entry-header h1 {
	margin-top: 1em;
}

.the-header-content {
	display: flex;
	height: 100%;
	width: 100%;
  justify-content: center;
  align-items: center;
}

.the-header-content h1 {
	margin-left: 1em;
	margin-right: 1em;
	font-size: 2.2rem;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px #000000;
	font-weight: bold;
}

div.header-wrap {
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.7833727240896359) 11%, rgba(0,0,0,0.015865721288515378) 92%);
}

header.site-header {
	min-height: 300px;
}
nav.is_stuck {
	background: var(--global-color-9);
}

@media (min-width: 767px) {	
	.only-mobile {
		display: none;
	}
}