/*
///////////////////////////////////////////////////
// 
//   Kohan Ikin Stylesheet 2.0
//   17 June 2018
//   by Kohan Ikin / aka SyneRyder
//   syneryder@namesuppressed.com
//
///////////////////////////////////////////////////
*/


/*******************************************************************/
/* FONT DEFINITIONS */
/*******************************************************************/

@font-face {
    font-family: 'Manrope';
    src: url('/fonts/manrope-light-webfont.woff2') format('woff2');
    /*src: url('/fonts/manrope-light-webfont.woff') format('woff');*/
}

/* @font-face {
    font-family: 'Raleway';
    src: url('/fonts/raleway-light-webfont.woff2') format('woff2'),
         url('/fonts/raleway-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('/fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/raleway-lightitalic-webfont.woff2') format('woff2'),
         url('/fonts/raleway-lightitalic-webfont.woff') format('woff');
    font-style: italic;
} */

@font-face {
    font-family: 'Magra';
    src: url('/fonts/magra-bold-webfont.woff2') format('woff2'),
         url('/fonts/magra-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Inconsolata';
    src: url('/fonts/inconsolata-regular-webfont.woff2') format('woff2'),
         url('/fonts/inconsolata-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'DM Serif Text';
    src: url('/fonts/dmseriftext-italic.woff2') format('woff2'),
         url('/fonts/dmseriftext-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Sriracha';
    src: url('/fonts/sriracha-regular.woff2') format('woff2'),
         url('/fonts/sriracha-regular.woff') format('woff');
}

/* @font-face {
    font-family: 'Playfair Display';
    src: url('/fonts/playfairdisplay-italic-webfont.woff2') format('woff2'),
         url('/fonts/playfairdisplay-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
} */


/*******************************************************************/
/* REGULAR HTML STYLING */
/*******************************************************************/

body {
  font-family: "Manrope", "Raleway", "Gill Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  color: #343F4B;
  background-color: #FFFFFF;
  font-size: 18px; /* Used to be 20px for Freight Sans Pro */
  line-height: 24px; /* Used to be 23px for Freight Sans Pro */
  margin: 0px;
  padding: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee')";
  background: -moz-linear-gradient(#cccccc, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #cccccc), color-stop(100%, #eeeeee));
  background: -o-linear-gradient(#cccccc, #eeeeee);
  background: linear-gradient(#cccccc 1%, #eeeeee 100%);
  background-attachment: fixed;
}

h1 {
  font-family: "Magra", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
  text-align: center;
  text-wrap: balance;
  color: #000000;
  background-color: transparent;
}

h2 {
  font-family: "Magra", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -0.8px;
  line-height: 30px;
  color: #222222;
}

h3 {
  font-family: "Magra", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;	      
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #222222;
}
    
a:link    { color: #993333; background-color: transparent; text-decoration: underline; }
a:visited { color: #714040; background-color: transparent; text-decoration: underline; }
a:hover   { color: #FF3333; background-color: transparent; text-decoration: underline; }

li { margin-bottom: 5px; }
img { border: none; }
b { font-weight: bold; } /* Firefox needs this! */

blockquote {
  font-family: "Sriracha", "DM Serif Text", "Georgia", "Times New Roman", Serif;
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  padding-top:    13px;
  padding-bottom: 13px;
  color: #9F2F2F;
  background-color: transparent;
  /*font-style: italic;*/
}

pre {
  color: #333333;
  background-color: #f6f6f6;
  font-family: "Inconsolata", "Courier New", "Courier", monospace;
  font-weight: 200;
  font-size: 14px;
  line-height: 16px;
  padding: 5px;
  border: 1px #aaaaaa solid;
  overflow: auto;
  width: auto;
}

input, textarea {
  color: #333333;
  background-color: #fafafa;
  font-size: 22px; 
  font-family: "Manrope", "Raleway", "Helvetica", "Arial", sans-serif;
  border: 1px solid #999;
}

input:focus {border-color:#339;}

input[type=submit]:hover {
	/*background-color: #c00;
	color: #fff;
	border: 1px solid #f00; */
}

input[type=submit] {
  /*cursor: pointer;
  color: white;
  background-color: #a00;
  border-radius: 3px;
  border: 1px solid black;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em; */
}


/********************************************************
  namesuppressed's CSS clickable buttons
  These imageless css buttons were generated
  by CSSButtonGenerator.com
********************************************************/

.cssbutton {
	-moz-border-radius:    6px;
	-webkit-border-radius: 6px;
	border-radius:         6px;
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.6);
	border:  1px;
	display: inline-block;
	color: #ffffff;
	font-family: "Magra", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
	font-size:   21px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding: 2px 0px 2px 0px;
	margin-bottom: 10px;
	width:  320px;
	height: 38px;
	line-height: 35px;
	text-align: center;
	cursor: pointer !important;
	padding: 0px;
}.cssbutton:active {
	-moz-box-shadow: 0px 0px 0px 0px #000000;
	-webkit-box-shadow: 0px 0px 0px 0px #000000;
	box-shadow: 0px 0px 0px 0px #000000;
	position:relative;
	top:1px;
	left:1px;
}.cssbutton img {
	vertical-align: middle;
}


.downloadbutton {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000589', endColorstr='#000046');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000589), color-stop(1, #000046) );
	background: -moz-linear-gradient( center top, #000589 5%, #000046 100% );
    background: -o-linear-gradient(#000589, #000046);
    background: linear-gradient(#000589, #000046);
	background-color: #000478;
	border: 1px solid #000000;
}.downloadbutton:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3035A9', endColorstr='#000046');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3035A9), color-stop(1, #000046) );
	background: -moz-linear-gradient( center top, #3035A9 5%, #000046 100% );
    background: -o-linear-gradient(#3035A9, #000046);
    background: linear-gradient(#3035A9, #000046);
}

.largebutton {
	width:  600px;
}

.smallbutton {
	width:  200px;
}

.buybutton {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e00', endColorstr='#b44500');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff6e00), color-stop(1, #b44500) );
	background: -moz-linear-gradient( center top, #ff6e00 5%, #b44500 100% );
    background: -o-linear-gradient(#ff6e00, #b44500);
    background: linear-gradient(#ff6e00, #b44500);
	background-color:#b44500;
	border: 1px solid #6c2900;
}.buybutton:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9e30', endColorstr='#b44500');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9e30), color-stop(1, #b44500) );
	background: -moz-linear-gradient( center top, #ff9e30 5%, #b44500 100% );
    background: -o-linear-gradient(#ff9e30, #b44500);
    background: linear-gradient(#ff9e30, #b44500);
}

.redbutton {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0000', endColorstr='#840000');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dd0000), color-stop(1, #840000) );
	background: -moz-linear-gradient( center top, #dd0000 5%, #840000 100% );
    background: -o-linear-gradient(#dd0000, #840000);
    background: linear-gradient(#dd0000, #840000);
	background-color:#dd0000;
	border: 1px solid #6c0000;
}.redbutton:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#a40000');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #a40000) );
	background: -moz-linear-gradient( center top, #ff0000 5%, #a40000 100% );
    background: -o-linear-gradient(#ff0000, #a40000);
    background: linear-gradient(#ff0000, #a40000);
}

label {
  font-family: "Magra", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}

/* hr { color: #dddddd; border: #dddddd 1px; background-color: #dddddd; width: 61.8%; } */



/*--------------------------
  Common extensions we use
--------------------------*/

.maincontent {
  margin: 0px auto 0px auto;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
  background-color: #ffffff;
}

.border { border: 2px black solid; }
.center { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.left { float: left; }
.right { float: right; }



/*--------------------------
  Common extensions we use
--------------------------*/

.blogthoughts ul {
	text-align: center;
	list-style: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;	
}

.blogthoughts h2 {
	text-align: center;
}

.tag {
	border: 1px solid black;
	border-radius: 4px;
	padding: 4px 8px;
	margin:  0px 2px;
	font-size: 14px;
}

.tagbar {
	margin-bottom: 14px;
}



/*--------------------------
  Site specific CSS code
--------------------------*/

      .smtable {
        display: table;
      }
      .smicon {
        display: table-cell;
      }
      .smlabel {
        display: table-cell;
        vertical-align: middle;
        padding-left: 8px;
      }

      .fauxtable {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
      }
      .fauxrow {
        display: table-row;
      }
      .fauxcell {
        display: table-cell;
        padding: 5px;
        vertical-align: middle;
        text-align: left;
      }

      #homelink {
        font-family: "Magra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 300;
        font-size:   20px;
        font-weight: normal;
      }
      #homelink a { color: #888888; background-color: transparent; text-decoration: none; }
      #homelink a:hover { color: #000000; background-color: transparent; text-decoration: underline; }

      #mainNav {
        font-family: "Manrope", "Raleway", "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 400;
        z-index: 30;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size:			14px;
        line-height: 		14px;
        text-transform:		uppercase;
        color:           	#aaaaaa;
        background-color:	#fafafa;
        border:       		1px solid #cccccc;
      }
      #mainNav img { position: relative; top: 1px; padding-left: 1px; }  /* OCD pixel alignment adjustment */
      #mainNav ul { list-style: none; margin-top: 4px; margin-bottom: 4px; padding: 0px; text-align: right; }
      #mainNav li { display: inline;  padding-left: 0px; margin-right: 18px; vertical-align: text-bottom; }
      #mainNav li:last-child { margin-right: 10px; }
      #mainNav a  { color: #888888; background-color: transparent; text-decoration: none; }
      #mainNav a:hover { color: #000000; background-color: transparent; text-decoration: underline; }

      /* Mailchimp signup */
      #tinyletter_signup { padding: 20px 0 20px 3%; border: 1px solid #dddddd; text-align: center; }
      #email { height: 30px; max-width: 340px }

      ul.likeslist {
        list-style: none;
        font-size: 20px;
      }

      .source {
        font-size: 14px;
        text-align: center;
      }
            
      .tinytext {
        font-size: 14px;
        text-align: right;
      }
      
      .idlinks {
	      margin-top: 10px;
      }
      
      .frontpage a:link { text-decoration: none; }
      .frontpage { color: #777777; font-size: 17px; }



/*******************************************************************/
/* RESPONSIVE DESIGN CODE */
/*******************************************************************/

@media (min-width: 719px)  {
	.maincontent {
		width: 600px;
		padding: 10px 50px 10px 50px;
	}
	.fauxtable { width: 600px; height: 385px; }
	.mobile { display: none; }
}
@media (max-width: 720px) {
	.maincontent { padding: 10px 24px 10px 24px; }
	.widescreen { display: none; }
	.mobile { display: none; }
	.fauxtable { width: 90%; }
}

@media (max-width: 624px)  {
	.nomobile { display: none; }
	.mobileresize { width: 100%; max-width: auto; }
	.widescreen { display: none; }
}

@media (max-width: 420px) {
	.maincontent { padding: 5px 24px 5px 24px; }
	#homelink { text-align: center; }
	#mainNav ul { text-align: center; margin-left: 0px; }
}

/*******************************************************************/



/*******************************************************************/
/* DARK MODE DESIGN OVERRIDES */
/*******************************************************************/


@media (prefers-color-scheme: dark) {
  /* defaults to dark theme */
  body {
    color: #CCCCCF;
    background-color: #000000;   s
    background: linear-gradient(#191919 1%, #080808 100%);
    background: -moz-linear-gradient(#191919, #080808);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #191919), color-stop(100%, #080808));
    background: -o-linear-gradient(#191919, #080808);
  }
  .maincontent {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
    background-color: #222222;
  }
  h1 {
    color: #ffffff;
  }
  h2, h3, h4 {
    color: #dddddd;
  }
  .border {
    border-color: #000000;
    border-radius: 6px;
  }
  #mainNav {
    color:            #444444;
    background-color: #2A2A2A;
    border:       	  1px solid #3A3A3A;
  }
  #mainNav a  { color: #888888; }
  #mainNav a:hover { color: #FFFFFF; }
  #homelink a { color: #888888;}
  #homelink a:hover { color: #FFFFFF; }
  label {
    color: #cccccc;
  }
  input, textarea {
    color: #cccccc;
    background-color: #191919;
  }
  a:link    { color: #BB3333; }
  a:visited { color: #885555; }
  a:hover   { color: #FF2222; }
}