@charset "utf-8";
/* CSS Document */

@import url("https://p.typekit.net/p.css?s=1&k=vhy5hhd&ht=tk&f=51816&a=2072340&app=typekit&e=css");

@font-face {
font-family:"gelica";
src:url("https://use.typekit.net/af/961853/0000000000000000774ba05e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/961853/0000000000000000774ba05e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/961853/0000000000000000774ba05e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}

.tk-gelica { font-family: "gelica",sans-serif; }



@font-face {
	font-family: 'Terminal Grotesque';
	src: url('../fonts/terminal-grotesque.woff2') format('woff2'),
         url('../fonts/terminal-grotesque.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a { 
	text-decoration: none; 
	color: transparent;	
	color:white;
	}

.hlink { }
.hlink:hover { color:lime;
				} /* hyperlink */

body {
	background-color:black;
	color: white;
	margin: 0px 0px 10vh 0px;
	padding: 0px 0px 0px 0px;
	}

.hnavspan {
	color:white;
	}

.hnavspan:hover {
	color: transparent;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: white;
	}

h1 { 
	font-size: calc(2vw + 2rem);
	font-weight: normal;
	font-family: 'Terminal Grotesque', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}


	
.flex-container {
    display: flex;
	flex-direction: column;
	margin: auto;
	padding: auto;
	}

.flex-child {
	flex: 1;
	margin: auto 15% auto 15%;
	width: 70%;
	align-items: center;
	align-content: center;
	}  



.pimg {  
	width: 100%;
	}

.ptext {
/*	font-weight: bolder;*/
	font-size: calc(.5vw + .5rem);
	font-family: 'gelica', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}
	
.flex-child:first-child {
	}

.ptitle { 	
	font-weight: bolder;
	font-size: calc(.5vw + .5rem);
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}
	
.sicon { /*social icon*/
display: inline;
height: 1em;
vertical-align: text-bottom;

	}

#mfun:hover {
color: lime;
-webkit-text-stroke-width: 0px;
	}

#namefunc { }

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 0px) { 
body { /*background-color: gray;*/ }

#m_head { 	
	display: block;
	width: 100%;
	box-sizing: border-box;
	/*height: 7;*/
	padding: 0px 5% 0px 5%;
	font-family:  'Terminal Grotesque', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	overflow: hidden;
	background-color: black;
	color:white;
	border-bottom: 2px white solid;
	}

#s_head { 
	display: none;
	}

#hmicon { 
	font-size: calc(1vw + 1.5rem);
	float:left;
	}

#hmnav { 
	font-size: calc(1vw + 1.5rem);
	float:right;
	}

#pselect { 
	color: transparent;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: white;
	}

#hamburger {
	height: calc(.6vw + .6rem);
	display: inline;
	}	

#m_menu {
	background-color:black;
	width: 100%;
	box-sizing: border-box;
	display: none;
	text-align: right;
	font-family: 'Terminal Grotesque', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: calc(1vw + 1.5rem);
	color: white;
	text-decoration: none;
	padding-right: 5%;
	border-top: 2px solid black;
	border-bottom: 2px solid white;
	}

.m_menu_li {
	}


.incol-cont { 
	width: 100%;
	display: flex;
	flex-direction: column;		
	}

.incol-child {
	width: 100%;
	}
		
.incol-child-sp{
	width: 0%;
	}

} /*end*/


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { 
body { /*background-color:brown;*/ } 

} /*end*/






/* Medium devices (landscape tablets, 768px and up)*/
@media only screen and (min-width: 768px) {
body { /*background-color: red;*/ }

.incol-cont { width: 100%;
			display: flex;
			flex-direction: row;			
	}

.incol-child {
	width: 48.75%;
	}
		
.incol-child-sp{
	width: 2.5%;
	}

.ptext {
	font-size: calc(2vw);
	}

} /*end*/




@media only screen and (min-width: 768), (orientation: portrait) {
body { /*background-color:blue;*/ }

#hmicon { 
	font-size: calc(2vh + 1.5rem);
	float:left;
	}

#hmnav { 
	font-size: calc(2vh + 1.5rem);
	float:right;
	}

#m_menu {
	font-size: calc(2vh + 1.5rem);
	}

.flex-child {
	flex: 1;
	margin: auto 5% auto 5%;
	width: 90%;
	align-items: center;
	align-content: center;
	}  

.incol-cont { 
	width: 100%;
	display: flex;
	flex-direction: column;		
	}
	
.incol-child {
	width: 100%;
	}

.incol-child-th {
	width: 100%;
	}
		
.incol-child-sp{ 
	width: 0%;
	}
	
h1 { 
	font-size: calc(3vw + 3rem);
	font-weight: normal;
	font-family: 'Terminal Grotesque', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}	

.ptext {
	font-size: calc(.75vw + .75rem);
	}



} /*end*/








/* Large devices (laptops/desktops, 992px and up)*/
@media only screen and (min-width: 992px) {
body { /*background-color: orange;*/ }

#m_head { 
	display: none; 
	}

#s_head {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 5% 0px 5%;
	font-family: 'Terminal Grotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: hidden;
	background-color: black;
	color: white;
	border-bottom: 2px solid white;
}

#hicon { 
	font-size: calc(1vw + 1.5rem);
	float:left;
}

#hnav { 
	font-size: calc(1vw + 1.5rem);
	float:right;
	}
	
	.flex-child {
	flex: 1;
	margin: auto 15% auto 15%;
	width: 70%;
	align-items: center;
	align-content: center;
	}  

.incol-cont { 
	width: 100%;
	display: flex;
	flex-direction: row;		
	}

.incol-child {
	width: 48.75%;
	}

.incol-child-th {
	width: calc(15vw + 15rem);
	}
		
.incol-child-sp{ 
	width: 2.5%;
	}
	
h1 { 
	font-size: calc(2vw + 2rem);
	font-weight: normal;
	font-family: 'Terminal Grotesque', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}	

.ptext {
	font-size: calc(.5vw + .5rem);
	}

} /*end*/



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {   
body { /*background-color: yellow;*/ }

.flex-child {
	flex: 1;
	margin: auto 25% auto 25%;
	width: 50%;
	align-items: center;
	align-content: center;
	}  

} /*end*/


  	