/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("corners/rotator.php");



html,
button,
input,
select,
textarea {
    color: #222;
    font-size: 34px;
	font-weight: bold;
	character-spacing: -1px;
}

body {
/** 		margin-top: 45px;
   background-image:url('http://inc.ways-means.co/images/logo/ways_and_means.svg');
    background-repeat:no-repeat;
    background-position:5% 1%;
    background-size: auto 70px;
**/
}

.header {
    line-height: 1.4;
        padding-left: max(15px, env(safe-area-inset-left));
        padding-right: max(15px, env(safe-area-inset-right));
		font-size: 34px;
}

a {
    color: #222;
	text-decoration: none;
}

a:visited {
    color: #222;
}

a:hover {
    color: #06e;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h2, h1, h3 {
	padding: 0px;
	font-size: 1em;
}

h3 {
		text-indent: -39px;
        padding-left: max(15px, env(safe-area-inset-left));
        padding-right: max(15px, env(safe-area-inset-right));
		padding-left: 34px;
		margin: 0;
		padding-bottom: 0.5em;
		padding-top: 0.25em;
}

h3.ui-state-active {
	text-indent: -33px;
}

h4 {
	color: white;
	font-size: 28px;
}


h1, h2 {
	display: inline;
	margin: 0px;
}

.project {
	left: 0;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: 0px;
}

.project p {
	color: grey;
	text-align: right;
        padding-left: max(15px, env(safe-area-inset-left));
        padding-right: max(15px, env(safe-area-inset-right));
	margin: 15px 0 30px 0;
}

#accordion {
	margin-bottom: 150px;
}

.rightArrow:before {
  content:"\2192  ";
}

.openArrow:before {
  content:"\2198  ";
}



#left_corner {
}

#right_corner {
}








/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */

.nocallout {
    -webkit-touch-callout: none;
}

.pressed {
    background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
    -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
    position: absolute;
    left: -100%;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.ir br {
    display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 800px) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
}

label.luft {
    display: block;
    border-radius: 50%;
    width: 290px;
    height: 290px;
    position: fixed;
	bottom:-160px;
    left: -145px;
    transition: all .5s;
	overflow: hidden;
	z-index: 500;
}

input:checked + label.luft {
    width: 2000px;
    height: 2000px;
	bottom:-1000px;
    left: -1000px;
    border-radius: 50%;
}


input {
   visibility: hidden;
   position: absolute;
}

label#righ {
    display: block;
    border-radius: 50%;
    width: 290px;
    height: 290px;
    position: fixed;
	bottom:-160px;
    right: -145px;
    transition: all .5s;
	overflow: hidden;
	z-index: 501;
}

input:checked + label#righ {
    width: 2000px;
    height: 2000px;
	bottom:-1000px;
    right: -1000px;
    border-radius: 50%;
}

.revealed {
	margin: 0;
	border: none;
	width: 96%;
	position: fixed;
	left: 0px;
	top: 45px;
        padding-left: max(10px, env(safe-area-inset-left));
        padding-right: max(10px, env(safe-area-inset-right));
	z-index: 999;
}

#about {
    position: fixed;
    left: 15px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    line-height: 100%;
    z-index: 501;
	transition: all .5s;
}

#contact {
    position: fixed;
    right: 15px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    line-height: 100%;
	z-index: 503;
}

.overlayer {
	display: none;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.aboutContact {
	display: none;
    position: static;
    left: 0;
    top: 0;
    margin: 0;
    padding: 15px;
    line-height: 1.3;
    z-index: 999;
	text-align: center;
	color: white;
font-size: 28px;
font-weight: bold;
font-family: -apple-system, BlinkMacSystemFont, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.aboutContact2 {
	display: none;
    position: static;
    right: 0;
    top: 0;
    margin: 0;
    line-height: 1.3;
    z-index: 999;
	text-align: center;
	color: white;
font-size: 28px;
font-weight: bold;
font-family: -apple-system, BlinkMacSystemFont, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 100%;
}

.aboutContact2 img {
	height: 1.5em;
	padding: 0 10px 0 10px;
}

label a, label a:visited {
	color: white;
}

label a:active, label a:hover {
	color: white;
	opacity: .5;
} 


input:checked + label.luft div {
	display: block;
}

input:checked + label#righ div {
	display: block;
}

input:checked + label.luft h4 {
	opacity: 0;
	transition: all .5s;
}

input:checked + label#righ h4 {
	opacity: 0;
	transition: all .5s;
}


@media (prefers-color-scheme: dark) {
	body {
		background: #171717;
	}

	html {
		color: #666;
	}

	a, a:visited {
		color: #555;
	}

	.arturo-circles .ar-story .title {
		color: #666 !important;
	}
}

.ui-widget * { outline: none; }