body{
	background-color:#F5FFFA;
	margin: 0;
	padding:0;
	min-width: 280px;
}


/* HEADER */

.fixed-header{
	height: 100px;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.title {
	font-family: 'PT Serif', serif;
	font-size: 2.5em;
	color: white;
	font-weight: 700;
	float: left;
	padding-left: 40px;
	padding-top: 20px;
}

.title-alt {
	font-family: 'PT Serif', serif;
	font-size: 2.5em;
	color: #132574;
	font-weight: 700;
	float: left;
	padding-left: 40px;
	padding-top: 20px;
}

.menuops {
	font-family:  'PT Mono', monospace;
	font-size: 0.625em;
	color: white;
	font-weight: 400;
	padding-bottom: 5px;
	padding-top: 15px;
	float: right;
	margin-right: 40px;
	padding-top: 20px;
	border-bottom: 2px solid #FFF;
}

.menuops-alt {
	font-family:  'PT Mono', monospace;
	font-size: 0.625em;
	color: #132574;
	font-weight: 400;
	padding-bottom: 5px;
	padding-top: 15px;
	float: right;
	margin-right: 40px;
	padding-top: 20px;
	border-bottom: 2px solid #132574;
}

a {
	text-decoration:none;
}

a.light { color: #FFF; text-decoration: none;}
a.light:hover {background-color: #F2A0A0;}
a.light:visited {color: #FFF;}

a.dark { color: #132574; text-decoration: none;}
a.dark:hover { background-color: #F2A0A0;}
a.dark:visited { color: #132574;}

/* HEADEREND */

/*OPENER*/

.opener {
	position: relative;
    text-align: center;
    color: white;
	position: relative;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-big {
	font-family: 'PT Serif', serif;
	font-size: 7vw;
	color: white;
	font-weight: 700;	
}

.title-big-alt {
	font-family: 'PT Serif', serif;
	font-size: 7vw;
	color: #132574;
	font-weight: 700;	
}

.title-small {
	font-family: 'PT Serif', serif;
	font-size: 1.5vw;
	color: white;
	font-weight: 400;
	font-style: italic;
	padding-top: 3px;
	margin-left: 5px;
}

.title-small-alt {
	font-family: 'PT Serif', serif;
	font-size: 1.5vw;
	color: #132574;
	font-weight: 400;
	font-style: italic;
	padding-top: 3px;
	margin-left: 5px;
}

.openimage {
	width: 100%;
	height: auto;
}
/*OPENEREND*/

/*BUTTON*/
#myBtn {
    display: none; /* Hidden by default*/
    position: fixed;
    bottom: 10px; 
    right: 10px; 
    z-index: 99; 
    border: none; 
    outline: none;
    background-color: #b1dcc2;
    color: #000;
	font-family:  'PT Mono', monospace;
	font-size: 15px;
	font-weight: 400;
    cursor: pointer; 
    padding: 10px 10px 7px 10px; 
	box-shadow: 3px 3px black;
}

#myBtn:hover {
    background-color: #F2A0A0;
}

#myBtn:active {
  background-color: #F2A0A0;
  box-shadow: 1px 1px black;
  -ms-transform: translate(2px, 2px);
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}


/*BUTTONEND*/

/*HIGHLIGHTS*/

.text-wrapper {
	margin: 10px;
}

.hilite-big{
	margin: auto;
	max-width: 960px;
	margin-bottom: 50px;
	margin-top: 60px;
}

.intertext {
	font-family: 'PT Serif', serif;
	font-size:  0.938em;
	color: black;
	font-weight: 400;
	font-style: italic;
	padding-top: 3px;
	margin-left: 5px;
}

.text-hilite {
	font-family:  'PT Mono', monospace;
	font-size: 2.188em;
	color: black;
	max-width: 700px;
	margin-top: 25px;
	margin-bottom: 40px;
}

.descriptions {
	margin: auto;	
	max-width: 960px;
	padding-bottom: 40px;
}

.divider {
	border-bottom: 3px solid #000;
	margin-top:40px;
}

p {
	color: #303030;
	font-family: 'PT Serif', serif;
	font-size: 1.063em;
	font-weight: 400;
	max-width: 760px;
	line-height: 1.6;
}

/*ABOUTEND*/

/*ITEMS3COLUMNS*/

.desc-3c {
	padding-top: 45px;
	padding-bottom: 100px;
	margin: auto;
	max-width: 960px;
	display: flex;
	padding-bottom: 60px;
}

.column3 {
	padding-right: 30px;
	width: 300px;
}

.item-title{
	font-family:  'PT Mono', monospace;
	font-size:  0.75em;
	color: black;
	font-weight: 400;
	padding-bottom: 5px;
	padding-top: 15px;
}

.item-content {

	font-family: 'PT Serif', serif;
	font-size: 0.875em;
	color: black;
	font-weight: 400;
	font-style: italic;
	padding-top: 3px;
	margin-left: 5px;
	line-height: 1.5;
}

/*ITEMS2COLUMNS*/

.desc-2c {
	padding-top: 45px;
	padding-bottom: 100px;
	margin: auto;
	max-width: 960px;
	display: flex;
	padding-bottom: 60px;
}

.column2 {
	padding-right: 30px;
	flex: 1;
}

/*ITEMEND*/

/*BUTTONLINK*/

a.button-link {
	display: block;
    background-color: #b1dcc2;
	font-family:  'PT Mono', monospace;
	font-size: 0.813em;
	font-weight: 400;
	color: black;
	cursor: pointer; 
	width: 200px;
    padding: 10px 10px 7px 10px; 
	box-shadow: 3px 3px black;
}

.button-link:hover {
	background-color:#F2A0A0	
}

a.button-link:active {
  background-color: #F2A0A0;
  box-shadow: 1px 1px black;
  -ms-transform: translate(2px, 2px);
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

/*BUTTONLINKEND*/

/*IMAGES*/

.img-f {
	width: 100%;
	height: auto;
	padding: 0px;
	margin-bottom: -5px;
	max-width: 1980px;
}

.img-c {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
	max-width: 1980px;
}

.img-o {
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
	
}

.img-column{	
	padding-top: 30px;
	margin: auto;
	max-width: 1200px;
	display: flex;
}

.img-2c {
	margin: 20px;
}



/*IMAGESEND*/

.grey {
	background-color: #dddddd;
	margin: 0px;
	padding: 0px;
}

.grey-2{
	background-color: #e6e7e8;
	margin: 0px;
	padding: 0px;
}


/*FOOTER*/

footer {
	background-color: #BEC9C4;
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: 'PT Serif', serif;
	font-size:  0.875em;
	color: black;
	font-weight: 400;
	font-style: italic;
	padding-top: 15px;
	margin: 0px;	
}

h3 {	
	font-family:  'PT Mono', monospace;
	font-size: 0.75em;
	color: black;
	font-weight: 400;
	margin: 0px;
}

h1 {
	font-family: 'PT Serif', serif;
	font-size: 2.5vw;
	color:  #132574;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
	

/*FOOTEREND*/



/*MEDIAQUERY*/

@media screen and (max-width: 700px){

/*OPENERHEADER*/

.fixed-header {
	display:flex;
	flex-direction: column;
	margin: auto;
	align-items: center;
	margin-bottom: 20px;
	background-color: #F5FFFA;
	position: relative; 
}

.title {
	color: #132574;
	font-weight: 700;
	padding-left: 0;	
}

.title-alt {
	color: #132574;
	font-weight: 700;
	padding-left: 0;	
}

.menuops {
	color: black;
	border-bottom: 2px solid #000;
	padding-top: 5px;
}

.menuops-alt {
	color: black;
	border-bottom: 2px solid #000;
	padding-top: 5px;
}

a.light {color: #000;}
a.light:visited {color: #000;}

a.dark {color: black;}
a.visited {color: black;}

.title-big {
	font-size: 9vw;
	min-width: 400px;
}

.title-big-alt {
	font-size: 9vw;
	min-width: 400px;
}

.title-small {
	display: none;
}

.title-small-alt {
	display: none;
}

h1 {
	font-size: 6vw;
}

.img-column{
	flex-direction: column;
}

/*ENDOPENERHEADER*/

.text-hilite {
	font-size: 1.563em;
	margin-top: 25px;
}

.descriptions {
	padding-bottom: 25px;	
}

p {
	font-size: 0.875em;
}
}

@media screen and (max-width: 600px) { 

/*OPENERHEADER*/
.fixed-header {
	margin-bottom: 10px; 
}

.title {
	font-size: 1.75em;
	padding-left: 0;
}

.title-alt {
	font-size: 1.75em;
	padding-left: 0;
}

.menuops {
	padding-bottom: 5px;
	padding-top: 10px;
	margin-right: 0px;
}

.menuops-alt {
	padding-bottom: 5px;
	padding-top: 10px;
	margin-right: 0px;
}

.title-big {
	font-size: 9vw;
	min-width: 300px;	
}

.title-big-alt {
	font-size: 9vw;
	min-width: 300px;	
}

.title-small {
	display: none;
}

.title-small-alt {
	display: none;
}

/*ENDOPENERHEADER*/

.desc-3c {
	flex-direction: column;
}

.column3 {
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.desc-2c {
	flex-direction: column;
}

.column2 {
	width: 250px;
	padding-top: 10px;
}

}

