:root {
	--main-text-color: black;
	/*--main-text-background: beige;
	--footer-margin: 1%;
	--footer-color: black;*/
	--color-foreground: #BBA281;
	--color-background: #EFE1CE;
	font-family: Arial, Helvetica, sans-serif;
	--color-notepre:
}
@font-face {
	font-family: BosqueClassicShadow;
	src: url("Bosque_Classic_Shadow.ttf");
}
@media only screen and (orientation: landscape){
    /*desktop*/
	.float_left {
		float: left;
	}
	.float_right {
		float: right;
	}
	.info_textbox {
		width: 48%;
		padding: 1%;
	}
	.info_image {
		width: 48%;
		padding: 1%;
		display: block;
	}
	#navbar_desktop {
    	display: block;
	}
	#navbar_mobile {
    	display: none;
	}
	#porky_logo {
    	height: 150%;
    	width: auto;
    	position: absolute;
    	top: 0;
    	right: 0;
    	margin-right: 15%;
    	z-index: 2;
    	clip-path: circle(50%);
	}
	#agever {
    	width: 20%;
	    height: auto;
    	margin-left: 40%;
	    justify-content: center;
	}
}
@media only screen and (orientation: portrait){
    /*mobile*/
	.float_left {
	}
	.float_right {
	}
	.info_textbox {
		width: 98%;
		padding: 1%;
	}
	.info_image {
		width: 98%;
		padding: 1%;
		display: block;
	}
	#navbar_desktop {
    	display: none;
	}
	#navbar_mobile {
    	display: block;
	}
	#porky_logo {
		height: 50%;
    	width: auto;
    	position: absolute;
    	top: 0;
    	right: 0;
    	margin-right: 5%;
    	z-index: 2;
    	clip-path: circle(50%);
	}
	#agever {
    	width: 40%;
	    height: auto;
    	margin-left: 30%;
	    justify-content: center;
	}
}

.info_description {
	font-size: 24px;
	color: var(--main-text-color);
}
.story_textbox {
	width: 88%;
	padding: 6%;
}

/*header {
	padding-top: 2%;
	padding-bottom: 2%;
}*/
header {
    visibility: hidden;
}
.header_title {
	font-size: 36px;
	text-align: center;
	font-family: BosqueClassicShadow;
}
.info_title {
	font-size: 30px;
	text-align: center;
	/*font-family: BosqueClassicShadow;*/
}
body {
	/*background-image: url("background.png");
	background-repeat: no-repeat;*/
	background-color: var(--color-background);
	margin: 0px;
	/*background-size: cover;*/
}
section {
    visibility: hidden;
	background-color: var(--color-background);
	width: auto;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10%;
/*	border-style: dashed dashed hidden dashed;*/
	/*border-width: 2px;
	border-color: lightblue;*/
	/*margin-bottom: 12px;*/
}

.background_image {
	display: block;
	position: fixed;
	top: 0px;
	height: auto; 
	width: 100%;
	z-index: -1;
	margin: auto;
	text-align: center;
}
img {
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.logo {
    /*display: block-inline;*/
    /*float: right;*/
    /*position: fixed;*/
    /*width: 10%;*/
    right: 0;
    left: auto;
    top: 0;
    height: 50%;
    width: auto;
	/*display: block;
	width: 33.33%;
	margin: auto;*/
	/* img text */
	font-size: 36px;
	text-align: center;
font-family: BosqueClassicShadow;
}

.info_link {
	border: none;
	font-size: 24px;
	padding: 12px;
	margin: 4px;
	text-decoration: none;
	text-align: center;
	color: white;
	background-color: gray;
	border-radius: 0px;
}
.info_link:hover {
	background-color: lightgray;
}
/*.info_link::before {
	content: "    ";
}
.info_link::after {
	content: "    ";
}
.info_link:hover::after {
	content: " -> ";
}*/

/*footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	height: 20%;
	width: 100%;
	color: white;
	display: block;
}*/
html, body { width:100%; height: 100%;} /*fix css being stupid*/
header {
    /*padding-top: 2%;
    padding-bottom: 2%;*/
	/*position: fixed;*/
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20%;
	width: 100%;
	/*color: white;
	background-color: var(--footer-color);*/
	display: block;
	/*display: flex;*/
}
footer {
    position: static;
    bottom: 0px;
    left: 0px;
    height: 20%;
    width: 100%;
    display: block;
}
.navbar_top {
	/*display: flex;*/
	height: 50%;
}
.navbar_bottom {
    top: 50%;
    height: 50%;
    /*opacity: 0;*/
    background-color: red;
    /*width: auto;*/
}
.navbar_link {
  border: none;
  font-size: 24px;
  padding: 2px 12px;
  margin: 2px var(--footer-margin) auto var(--footer-margin);
  text-decoration: none;
  text-align: center;
  color: black;
  background-color: var(--color-foreground);
  border-radius: 0px;
  align-self: center;
}
.navbar_link:hover {
  background-color: var(--color-background);
  color: gray;
}
.navbar {
    display: block;
}
.navbar_wrap {
    width: 100%;
    display: table-row;
}

#section_0 {
    margin-top: 10%;
}
.sectionbar {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4%;
    background-color: var(--color-foreground);
    clip-path: polygon(0% 0%, calc(50% - 30px) 0%, 50% 50%, calc(50% + 30px) 0%, 100% 0%, 100% 100%, 0% 100%);
}
.column {
  float: left;
  width: 26.66%;  /*33.33%;*/
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
.note_pre {
    vertical-align: baseline;
    font-style: italic;
    font-weight: 200;
}
.note_post {
    vertical-align: baseline;
}
/* specified in desktop-mobile switch
#agever {
    width: 20%;
    height: auto;
    margin-left: 40%;
    justify-content: center;
}*/
#img_agever {
    width: 100%;
    height: auto;
}
.button_agever {
    width: 8em;
    height: 2em;
    background-color: green;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 16px;
}
.p_agever {
    text-align: center;
}
