/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
   background:#000;padding:0;margin:0 auto -275px;z-index:10;
   font:1.4em/1.4em "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif,fixed-width;
   -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;color:#bbbbbb;

 }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
    font-family: 'square', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    src: url('/assets/fonts/Square.ttf');
}

@font-face {
    font-family: 'furore', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    src: url('/assets/fonts/furore.otf');
}

@font-face {
    font-family: hackedcrt;
    src: url('/assets/fonts/hackedcrt.ttf');
}


@font-face {
    font-family: sfpro;
    src: url('/assets/fonts/sfpro.otf');
}

@font-face {
    font-family: sfpro_lite;
    src: url('/assets/fonts/sfpro_lite.otf');
}

/* feature font */

@font-face {
  font-family: neuropolx;
  src: url('/assets/fonts/neuropolx.ttf');
}

@font-face {
  font-family: whiterabbit;
  src: url('/assets/fonts/whitrabt.woff');
}

@font-face {
  font-family: sofachrome, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  src: url('/assets/fonts/sofachro.ttf');
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding:0;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 0.7em;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

a {
  color: #bdbbbc;
  text-decoration: none;
  font-weight: 900;

}
a:hover {
  color: #c0b2d2;
  text-decoration: none;

}


/* blocks */

#boldtitle{
  color: #B4B3B3;
  font-weight: bold;
  padding-left: 0px;
  font-size: 15px;
  text-shadow: #000 1px 1px 2px;
  line-height: 0.8em;
  display: inline;
}

#headline {
  color: #bbb;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  text-shadow: #000 1px 1px 2px;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 25px;
  padding-left: 0px;
}

#pagetitle{
  color: #7198b7;
  font-family: 'furore', "Courier New", Courier, monospace;
  font-weight: normal;
  padding-left: 0px;
  font-size: 30px;
  text-shadow: #000 1px 1px 2px;
  line-height: 0.8em;
  display: inline;
}

#latest{
  color: #7198b7;
  font-family: 'hackedcrt', "Courier New", Courier, monospace;
  text-shadow: #000 1px 1px 2px;
  line-height: 0.8em;
  font-size: 35px;
  font-weight: normal;
  padding-top: 0px;
  display: inline;
  }

#bannertext{
  color: #7198b7;
  font-family: 'hackedcrt', "Courier New", Courier, monospace;
  text-shadow: #000 1px 1px 2px;
  line-height: 0.8em;
  font-size: 30px;
  font-weight: 200;
  padding-top: 0px;
  display: inline;

}

  #subtitle{
    color: #7198b7;
    font-family: 'furore', "Courier New", Courier, monospace;
    font-weight: normal;
    padding-left: 0px;
    font-size: 25px;
    text-shadow: #000 1px 1px 2px;
    line-height: 0.8em;
    display: inline;
  }

  #newstitle{
    color: #7198b7;
    font-family: 'furore', "Impact", Courier, monospace;
    font-weight: normal;
    font-size: 30px;
    line-height: 1px;
    display: inline;
    padding-left: 0px;
  }

  #newsdate {
    color:#fff;
    font-weight: normal;
  }
#newsdate:after{
  content:' ';
   display:block;
   border:4px solid #7197b7;
   margin-bottom: 20px;
}

  #socials img{
    margin: 5px;
    display: inline;
    margin-right: 7px;
  }

  #socials img:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
  }

  /* Icons */
  div.sidebaricon {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images. */
    width: 80px;
}
.caption {
    /* Make the caption a block so it occupies its own line. */
    display: block;
}


/*
.facebook, .instagram, .linkedin, .twitter, .youtube
{ display: inline-block; background: url('/assets/images/styles/sprite32.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.facebook { background-position: -20px -0px; width: 32px; height: 32px; padding-right: 10px;}
.instagram { background-position: -72px -0px; width: 32px; height: 32px; padding-right: 10px;}
.linkedin { background-position: -20px -52px; width: 32px; height: 32px; padding-right: 10px;}
.twitter { background-position: -72px -52px; width: 32px; height: 32px; padding-right: 10px;}
.youtube { background-position: -20px -104px; width: 32px; height: 32px; padding-right: 10px;}

*/

/* Sprite Base */
.sprite {
  background: url('/assets/images/styles/sprite32.png') no-repeat top left;
  width: 32px;
  height: 32px;
  display: inline-block;          /* <-- makes them sit side by side */
  margin-right: 10px;             /* space between icons */
  vertical-align: middle;         /* aligns neatly on baseline */
}

/* Individual icons */
.sprite.instagram { background-position: 0 0; }
.sprite.bluesky   { background-position: -47px 0; }
.sprite.x         { background-position: -94px 0; }
.sprite.facebook  { background-position: -188px 0; }
.sprite.linkedin  { background-position: -235px 0; }
.sprite.youtube   { 
  background-position: -141px 0; 
  display: block;   /* forces line break */
  margin-top: 20px;  /* optional spacing below first row */

}

/* Optional hover animation */
.sprite:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

/* Calendar */
.date-lineup {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Lato', sans-serif; font-size: 16px;color:#bbb;
}
.date-badge.small {
  width: 50px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,.25);
  flex-shrink: 0;
}

/* Day section */
.date-badge.small .day {
  background: #F6EEDD;
  color: #0F0F10;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;   /* top section height */
}

/* Month section (perfectly centered) */
.date-badge.small .month{
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
  font-size:11px;
  display:flex;
  align-items:center;
  justify-content:center;
  height:22px;        /* your chosen height */
}

/* Month color themes */
.date-badge[data-month="jan"] .month { background: #1E88E5; } /* Blue */
.date-badge[data-month="feb"] .month { background: #D81B60; } /* Pink */
.date-badge[data-month="mar"] .month { background: #43A047; } /* Green */
.date-badge[data-month="apr"] .month { background: #8E24AA; } /* Purple */
.date-badge[data-month="may"] .month { background: #F4511E; } /* Orange */
.date-badge[data-month="jun"] .month { background: #039BE5; } /* Sky Blue */
.date-badge[data-month="jul"] .month { background: #00897B; } /* Teal */
.date-badge[data-month="aug"] .month { background: #7CB342; } /* Lime Green */
.date-badge[data-month="sep"] .month { background: #FDD835; } /* Yellow */
.date-badge[data-month="oct"] .month { background: #5A0F0F; } /* Deep Red */
.date-badge[data-month="nov"] .month { background: #6D4C41; } /* Brown */
.date-badge[data-month="dec"] .month { background: #455A64; } /* Grayish Blue */

/* Text styling */
.date-text h4 {
  margin: 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif; font-size: 16px;color:#bbb;
  color: #f6f6f6;
}
.date-text p {
  margin: 2px 0 0 0;
  font-size: 13px;
  color: #aaa;
  font-family: 'Lato', sans-serif; font-size: 16px;color:#bbb;

}

/* Sponsors */


  p { font-family: 'Lato', sans-serif; font-size: 16px;color:#bbb;
    line-height: 1.8em;
    padding-bottom: 30px;
    margin: 0 20px 20px 0;
  }

p img { margin: 0; padding-left: 10px; padding-right: 10px;}
p.lead { font-size: 1em; line-height: 27px; color: #777;  }

pre {color:#bbb}
/* boxes */


.goons-container {
  display: grid;
  grid-template-columns: 400px 400px 400px;
  grid-gap: 25px;
  background-color: #000000;
  color: #444;
}

.goons-box {
  background-color: #24292D;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 100%;
}

.archives-container {
  display: grid;
  grid-template-columns: 400px 400px 400px;
  grid-gap: 25px;
  background-color: #000000;
  color: #444;
}

.archives-box {
  background-color: #24292D;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 100%;
}

.swags-container {
  display: grid;
  grid-template-columns: 400px 400px 400px;
  grid-gap: 25px;
  background-color: #000000;
  color: #444;
}

.swags-box {
  background-color: #24292D;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 100%;
}

.wrapper {background-color: #000;
    padding: 0.5em;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 0px;
    margin-left: 0px;
    border-right: 3px double #222;
}

.nav {background-color: #000;
    padding: 0.5em;
    margin-bottom: 5%;
    border-radius: 5px;
}

.sidebar {background-color: #000;
    padding: 0;
    margin-bottom: 5%;
    margin-top: 0%;
    color:#ffffff;
}

.goons {background-color: #292f33;
    padding: 15px 15px 15px 15px;
    margin-bottom: 5%;
    margin-top: 0%;
    border-radius: 5px;
    color:#bbbbbb;
}

.speakers {background-color: #292f33;
    padding: 15px 15px 15px 15px;
    margin-bottom: 5%;
    margin-top: 0%;
    border-radius: 5px;
    color:#bbbbbb;
}

.semprix {background-color: #292f33;
    padding: 15px 15px 15px 15px;
    margin-bottom: 5%;
    margin-top: 0%;
    border-radius: 5px;
    color:#bbbbbb;
}

.events {background-color: #292f33;
        padding: 15px 15px 15px 15px;
        margin-bottom: 5%;
        margin-top: 0%;
        border-radius: 5px;
        color:#bbbbbb;
}

.news.columns{
  width: 52%;
  border-right: 3px double #222;
  border-left: 3px double #222;
  padding: 0px 5px 0px 10px;
  margin-top: 10px;
  margin-left: 0px;

  }


.clearfix {
          padding: 10px 10px 10px 10px;
          margin: 0px;
          margin-left: auto;
          margin-bottom: 10px;
          float: left;
          display:block;
          border-radius: 5px;
          overflow:hidden;
}


.featuredbox {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
  max-width: 100%;
  background:rgba(55, 81, 97, 0.5);
  border-radius: 5px ;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0.1em solid #0c2f44;
  color:#bbbbbb;
  margin: 0 auto;
  margin-bottom: 60px;

}

.featuredbox h2 {
  padding-right: 30px;
  font-family: square;
  text-transform:uppercase;
  color: #bbbbbb;
  font-size: 20px;
  text-decoration: none;
  display: block;
  margin-bottom: -0.2em;

}

.featuredbox ul {
  text-align: center;
  font-family: square;
  font-size: 20px;
  margin-bottom: 0px;
}

.featuredbox ul li {
  display: inline-block;

}

.featuredbox ul li a {
  padding-right: 30px;
  font-family: furore;
  text-transform:uppercase;
  color: #bbbbbb;
  font-size: 20px;
  text-decoration: none;
  display: block;
  margin-bottom: -0.2em;

}
.featuredbox ul li a:hover {
  color: #88898a;
  border-radius: 5px;
  padding-right: 30px;

}


#footer{color:#bbb;padding-top:10px;display:block;margin-top:20px;margin-bottom:0px;box-sizing:border-box;position:relative;width:100%;text-align:center;font-size:.9em}

.clear{clear:both;}

hr.newstitleseparator {
      border-top: 5px solid #5383b2;
      margin-top: 0px;
      width: 100%;
      float:left;
      color:#bbb;
    }

hr.titleseparator {
      border-top: 1px solid #222;
      margin-top: 0px;
      width: 100%;
      float:left;
      color:#bbb;
    }
hr.separator {
  margin-top: 0px;
  background: linear-gradient(to right, rgba(115, 153, 195, 1), rgba(255,0,0,0));
  height: 5px;
  border: none;
  float:left;
  width: 100%;
    }

    

    table {
    	width: 100%;
    	border-collapse: collapse;
    }

    

    table th, table td {
    	padding: 10px 10px 10px 10px;;
      border-spacing: 10px;
    	font-size: 13px;
    	line-height: 18px;
    	text-align: left;
      color:#bbb;
    }

    table td {
    	vertical-align: top;
    	border: solid 1px #ddd;


    }

    table th {
    	padding-top: 9px;
    	font-weight: bold;
    	vertical-align: middle;

    }

    table.condensed th, table.condensed td {
    	padding: 10px 10px 10px;
    }

    table.bordered {
    	border-collapse: separate;
    	border: solid 1px #ddd;
    	-webkit-border-radius: 2px;
    	-moz-border-radius: 2px;
    	border-radius: 2px;
    }

    table.bordered th + th,
    table.bordered th + td,
    table.bordered td + td {
    	border-left: solid 1px #ddd;
    }

    .zebra-striped tbody tr:nth-child(odd) td,
    .zebra-striped tbody tr:nth-child(odd) th {
    	background: #f5f5f5;

    }

    /* Add-ons */

.theme-box-1{
  position: relative;
  width: 200px;
  overflow: hidden;
  height: 40px;
  background: #061935;
}
.theme-box-2{
  position: relative;
  width: 200px;
  overflow: hidden;
  height: 40px;
  background: #485361;
}
.theme-box-3{
  position: relative;
  width: 200px;
  overflow: hidden;
  height: 40px;
  background: #89A2A1;
}
.theme-box-4{
  position: relative;
  width: 200px;
  overflow: hidden;
  height: 40px;
  background: #A7C295;
}
.theme-box-5{
  position: relative;
  width: 200px;
  overflow: hidden;
  height: 40px;
  background: #C7DDA7;
}
.theme-box:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.theme-content{
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
}
.theme-content div {
 display: table;
 width: 100%;
 height: 100%;
}
.theme-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white
}