/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

@import url('https://fonts.googleapis.com/css?family=Raleway|Big Shoulders Display|Titillium Web|Rajdhani|Play|Marvel|Baloo Da 2|Oxanium|Ubuntu|PT Sans|Nunito|Maven Pro|Roboto Condensed');

body{
	background-color: #222222ff !important;
}


/* REMOVE ACTION BAR */
#actionbar {
  display: none;
  /* REMOVE LOGO FROM ALL NON-HOME PAGES*/
}
body:not(.home) img.site-logo {
  display: none;
  /* STYLE EDITING */
}

.site-description{
	display:none;
}

a {
  color: #37483e;
}

.site-navigation .menu {
	position: fixed;
	top: 0px;
	left: 0px;
	font-family: "Maven Pro";
	letter-spacing: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
	
	background: 
url(https://phractyl.com/wp-content/uploads/2021/11/icon_2021-14_tranparent.png);		
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 100px -18px;
}
.site-navigation a {
	padding-right: 20px;
	padding-left: 20px;
  transition: color .5s;
	
}
.site-navigation a:hover, .site-navigation a:focus {
  color: #21a089ff;
}
.site-navigation .menu > .current-menu-item > a, .site-navigation .menu > .current-menu-parent > a, .site-navigation .menu > .current-menu-ancester > a {
  color: #87decd;
  font-weight: normal;
  text-shadow: 0 0 10px #2ca089;
}

.email a{
  font-family: "Maven Pro";
	font-size: 14pt !important;
	text-transform: lowercase;
	letter-spacing: 0px;
	color: #aaccbbdd
}

#page{
	padding-right: 0px !important;
	padding-left: 0;
}

#content {
	min-width: 100%;
}

.entry-content{
	min-width: 100%;
}

.entry-title {
	border-bottom: 0px !important;
	padding-top: 0 !important;
}

.entry-header{
	margin-bottom: 0px;
}

#masthead{
	min-height:0px;
	margin-left:0;
	padding-bottom: 0 !important;
	width: 100%;
	
}

.menu {
	background-color: #000000dd !important;
	min-width:100%;
	margin-right: 0 !important;	 margin-left: 0 !important;
}

.gallery-caption{
	text-align: center !important;
}


.block-grid-item{
	min-width: 100% !important;
	
}

#block-8 p{
	font-family: "Maven Pro";
	text-align: center;
	font-size: 8pt;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #666666ff !important;
	line-height: 200%;
}

.footer-widgets{
	border-top: none;
}

.paypal-donations {
	margin-left: 10%;
	margin-top: 2%;
	width:25%;
	filter: opacity(0.9);
}

.patreon_button {
	border: 1px solid black;
	margin-left: 10%;
	width: 25%;
	filter: opacity(0.9);
}


.paypal-donations :focus, .paypal-donations :hover{
	max-width: 100%;
	filter: brightness(150%);
	transition: all 0.5s ease;
}

.patreon_button :focus, .patreon_button :hover{
	max-width: 100%;
	filter: brightness(150%);
	transition: all 0.5s;
}


h1{
	font-family: "Maven Pro" !important;
	font-size: 22pt !important;
	text-transform: uppercase;
	color: #aaccbb66 !important;
	letter-spacing: 5px !important;
	
}

h2 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: "Maven Pro" !important;
	font-size: 18pt !important; 
	font-weight: 600 !important;	
	letter-spacing: 5px !important;
	color:#9bdebfbb !important;
	text-transform: uppercase;
}

p {
	font-family: "Rajdhani";
	font-size: 14pt; !important;
	color: #bbbbbbdd !important;
	margin-left: 20%;
	margin-right: 20%;
}

.footnote {
	font-size: 10pt;
}

.image_scale {
	margin-right: 0;
	
	min-height: 100vh;
	max-width: 100%;
}

@media screen and (orientation: portrait) and (max-width: 768px){
	.image_scale {
		min-height: 30vh;
	}
	h2 {
		font-size: 14pt !important;
		font-weight:400 !important;
	}
	p {
		font-size: 12pt !important;
		min-width: 90%;
		margin-left: 5%;
		margin-right 5%;
	}
	.footnote{
		font-size: 8pt !important;
	}
	.email a{
	font-size: 12pt !important;
	text-transform: lowercase;
	letter-spacing: 2px;
}
	.site-navigation .menu {
	background: 
url(https://phractyl.com/wp-content/uploads/2021/11/icon_2021-14_tranparent.png);		
  background-repeat: no-repeat;
  background-size: 0px;
}
	#block-8 p{
		font-size: 6pt !important;
	}
}

.site-name {
	display: none;
}


