
body {
	background: #000 url('/assets/events/rc20/img/rc20header-3.jpg') center repeat-y;
}

div, article, aside, nav, section, header {
	display: block;
}

.header{
  height: 350px;
  z-index: 13;
  position: relative;
}


.hidden {
	display: none;
}

.clear {
	clear: both;
}

.main {
	border-right: double #222;
	border-left: double #222;
}

#maincontent {
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
    padding: 0px;
    overflow: hidden;
	z-index: 5;
}

p.writeup {
  display: block;
  margin-top: 20px;
  padding-left: 23px;
  padding-right: 24px;
  line-height: 1.6;
  color: #bbb;
}

/* news style */

  #newstitle{
    color: #98C962;
    font-family: 'capture_itregular', "Impact", Courier, monospace;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2;       
    letter-spacing: 1px;    
    display: inline;
    padding-left: 1px;
  }

  #newsdate {
    color:#fff;
    font-weight: normal;
	    padding-left: 1px;

  }
#newsdate:after{
  content:' ';
   display:block;
   border:4px solid #98C962;
   margin-bottom: 20px;
   
}

.postImage {
	display: block;
	border-radius: 4px;
	margin-left: 10px;
	margin-bottom: 80px;
}

/* base content text */

.rc20content {
  font-family: 'capture_itregular', "Impact", Courier, monospace;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #ddd;
}

a .rc20content:hover,
a:hover .rc20content {
  color: #85A45C;
}

.talks-content {
  padding-left: 10px;
}

/* sprite
================== */

.sprite {
  background: url('/assets/images/styles/sprite32.png') no-repeat top left;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* icons */
.sprite.instagram { background-position: 4px 4px; }
.sprite.bluesky   { background-position: -43px 4px; }
.sprite.x         { background-position: -90px 4px; }
.sprite.youtube   { background-position: -137px 4px; }
.sprite.facebook  { background-position: -184px 4px; }
.sprite.linkedin  { background-position: -231px 4px; }

.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;

}

.title {
	color: #98C962;
	opacity: .8;
}
.sponsors {
	font: 2.0em 'capture_itregular', Impact, Helvetica, sans-serif;
	color: #98C962;
	opacity: .8;
}

.pageTitle {
	font: 2.6em 'capture_itregular', Impact, Helvetica, sans-serif;
	color: #98C962;
	text-shadow: 0 0 30px #000, 0 0 30px #000;
	letter-spacing: .1em;
	line-height: 1em;
	display: block;
	position: relative;
	text-align: left;
	margin: 0 0 0 15px;
}

.subtitle {
	font: 1.5em 'capture_itregular', Impact, Helvetica, sans-serif;
	color: #98C962;
	opacity: .8;
}

.byline {
	font: 1em 'bebas_neueregular', Helvetica, sans-serif;
	color: #ccc;
	line-height: .8em;
	padding-left: 5px;
}

.byline a,
p a {
  color: #98C962;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}

.byline a:hover,
p a:hover {
  color: #C1B654;
}

/* sponsors tier */


.tier {
	font: 2.0em 'capture_itregular', Impact, Helvetica, sans-serif;
	color: #98C962;
	opacity: .8;
}

.tier.elite {
  color: #98C962;  /* Elite green */
}

.tier.platinum {
  color: #E5E4E2;  /* Platinum */
}

.tier.gold {
  color: #C1B654;  /* Gold */
}

.tier.silver {
  color: #BFC3C7;  /* Silver */
}

/* leftSideBar */

.leftSideBar article {
	margin-bottom: 10px;
}
.leftSideBar h1, h2, h3, h4, h5, h6, p {
	margin-left: 10px;
}

.leftSideBar h3.title, .rightSideBar h3.title {
	color: #98C962;
	border-bottom-color: rgba(149,215,148,1.00);
	border-bottom: 1px solid;
	font-size: 23px;
	text-align: left;
}

/* recent news */
.leftSideBar ul,
.rightSideBar ul {
  padding: 0;
  margin: 0 0 0 10px;  
  list-style: none;
}

.leftSideBar li,
.rightSideBar li {
margin: 0 0 18px 0;   
}

.leftSideBar li a,
.rightSideBar li a {
  display: block;
  max-width: 100%;
  white-space: normal;

  overflow-wrap: anywhere;   /* best modern fix */
  word-break: break-word;    /* fallback */
}

/* rightSideBar */

.rightSideBar article {
	height: 100%;
	margin-bottom: 10px;
}
.rightSideBar .title {
	text-align: center;
}
.rightSideBar p {
	margin-left: 10px;
}

/* CTA article
================== */

article.action {
  background: linear-gradient(to top, rgba(222,173,0,0.85), rgba(227,207,0,0.85));
  border-top: 1px solid #ffec9a;
  border-right: 1px solid #ffec9a;
  border-radius: 15px;

  width: 100%;
  max-width: 93%;
  min-height: 45px;

  margin: 10px auto 30px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.35);

  position: relative;
  z-index: 10;
  overflow: hidden;
  transition: all 0.2s ease;
}

article.action:hover {
  background: linear-gradient(to top, rgba(252,203,0,0.95), rgba(255,237,0,0.95));
  box-shadow: 0 8px 18px rgba(0,0,0,0.45);
  transform: translateY(-1px);
}

article.action a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 45px;

  text-decoration: none;
  pointer-events: auto;
}

article.action a h3 {
  margin: 0;
  font: 2.4em 'bebas_neueregular', Impact, Helvetica, sans-serif;
  letter-spacing: .14em;
  line-height: 1;

  color: #2b1d00;  /* deep contrast gold-brown */
  text-shadow:
    0 1px 0 rgba(255,255,255,0.3),
    0 2px 0 #caa800,
    0 4px 6px rgba(0,0,0,0.65);
}

/* footer */

.footer {
	height: 192px;
}
.footer div {
	text-align: center;
	padding: 20px 0;
}
.copyright p {
	width: 100%;
	text-align: center;
	margin-left: -10px
}
.resource a {
	display: block;
	width: 100%;
	text-align: center;
}
.nojs {
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
	background-color: #222;
	text-align: center;
	padding-top: 5px;
}
ul, ol {
	margin-left: 10px
}

/* nav style
================== */

.hr {
	z-index: 11;
	display: none;
}
.menuIcon {
}

.nav {
	display: block;
	list-style-type: none;
	list-style-position: inside;
	width: 100%;
	min-width: 200px;
	max-width: 300px;
	padding: 0 0 0 0;
	margin: 0 0 -10px 0;
	
	font: 1.0em Helvetica, Arial, sans-serif;
}
.nav li {
	background: none;
	font-family: 'capture_itregular', Helvetica, sans-serif;
	font-size: 25px;
	color: rgba(0, 0, 0, .5);
	width: 100%;
	min-width: 91px;
	text-align: center;
	line-height: 1.9em;
}
.nav li.multi li {
	background: none;
}
.nav li:hover {
    background: linear-gradient(to top, #548530, #9BCC63) !important;
    color: #fff !important;
    text-shadow: 0 1px 2px #000;
    border-radius: 4px;
}

.nav li a {
	text-decoration: none;
	letter-spacing: .05em;
	color: #98C962;
	padding: 0 0 0 0;
	line-height: 1.9em;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	z-index: 100;
}
.nav li a:hover {
	text-shadow: #000 .1px .1px 0;
	color: #fff;
}

/* contentNav */
.content-menu{
  position: absolute;
  top: 20px;
  right: 25px;
  text-align: right;
  font-family: 'capture_itregular', Impact, sans-serif;
  z-index: 999;
}

.content-label{
  color: #98C962;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.content-dropdown{
  list-style: none;
  margin: 0;
  padding: 14px 18px;
  border-radius: 10px;

  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);

  display: block; /* always visible on desktop */
}

.content-dropdown li{ margin: 8px 0; }

.content-dropdown a{
  color: #ddd;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  transition: color .2s ease, transform .2s ease;
}
.content-dropdown a:hover{
  color: #9BCC63;
  transform: translateX(4px);
}

.content-burger {
  display: none;
  flex-direction: column;
  gap: 5px;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;

  padding: 10px;
  cursor: pointer;

  -webkit-tap-highlight-color: transparent;
}

.content-burger:hover,
.content-burger:focus,
.content-burger:active {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.content-burger span {
  width: 24px;
  height: 2px;
  background: #98C962;
  display: block;
}

/* show burger menu */

@media (max-width: 767px){
  .content-menu{
    top: 12px;
    right: 12px;
    text-align: right;
  }

  .content-label{
    display: none;
  }

  .content-burger{
    display: inline-flex;
    flex-direction: column;
    gap: 5px;

    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .content-burger span{
    width: 22px;
    height: 2px;
    background: #98C962;
    display: block;
  }

  .content-dropdown{
    display: none;            /* hidden until opened */
    margin-top: 10px;
    min-width: 180px;
  }

  .content-menu.is-open .content-dropdown{
    display: block;
  }
}

/* @media queries
================== */

@media only screen and (min-width: 960px) and (max-width: 1279px) {
article.action h3 {
	font: 1.8em 'bebas_neueregular', Impact, Helvetica, sans-serif;
	line-height: 1.2;
}
}

/* larger than 768 px (devices and browsers) */
@media only screen and (min-width: 768px) {
nav {
	height: 35px;
	margin: 0 0 10px;
}

.navHolder {
    background: rgba(1,48,8,0.40) !important;
    height: 50px !important;
    display: flex !important;
    justify-content: center !important;   
    align-items: center !important;     
    border-radius: 10px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: visible;
    gap: 50px;                            
}

.nav {
    display: block !important;
    float: none !important;               
    width: auto !important;              
    max-width: none !important;          
    min-width: 0 !important;             
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    height: 30px;
    font: 1.2em Helvetica, Arial, sans-serif;
}

.nav li {
	background: none;
	border: none;
	border-radius: 0;
	font-family: 'capture_itregular', Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	position: relative;
	display: block;
    height: 45px !important;
    line-height: 45px !important;	
	width: 100%;
	min-width: 91px;
	text-align: center;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	overflow: hidden;
	opacity: 1;
	margin-top: -6px !important; 

}

/* menu hover */

.nav li a {
	display: block;
	text-decoration: none;
	color: #eee;
	padding: 0 0 0 0;
	line-height: 2.1em;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	z-index: 100;
	padding: 0 12px;     

}
.nav li a:hover {
	text-shadow: #000 .1px .1px 0;
	color: #fff;
}

}

@media only screen and (min-width: 1280px) {
body {
	
	background: #000
}

.stage h3 {
	font: 1.3em 'bebas_neueregular', Impact, Helvetica, sans-serif;
	margin: 10px auto 3px;
	text-align: center;
}

}

/* tablet protrait */
@media only screen and (min-width: 768px), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body {
	background: #000 url('/assets/events/rc20/img/rc20header-9.jpg');
	background-color: #161616;
	background-repeat: no-repeat, repeat-x, repeat;
	background-position: center top;
}

}

/* mobile landscape */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.nav {
	font-size: 1.1em;
}
article.action h3 {
	font: 1.5em 'bebas_neueregular', Impact, Helvetica, sans-serif;
	line-height: 1.5;
}
.feature .category {
	font: 3.1em 'bebas_neueregular', Impact, Helvetica, sans-serif;
}

.stage h3 {
	font: .9em 'bebas_neueregular', Impact, Helvetica, sans-serif;
	margin: 10px auto 3px;
	text-align: center;
}

}

/* all mobile */
@media only screen and (max-width: 767px) {
.feature .category {
	font: 2.8em 'capture_itregular', Impact, Helvetica, sans-serif;
	text-align: center;
}
.feature {
	padding-bottom: 35px;
	padding-top: 15px;
}
.post {
	padding-bottom: 35px;
	padding-top: 15px;
}
.main {
	border: none;
}
.socIcon {
	padding: 0 0 15px 16px;
}
.feature img {
	margin: 0 auto;
	padding-left: 0;
}

.nav li {
	background-color: #000;
}
.nav li:hover {
	background-color: #222;
}
.nav li.multi:hover {
	height: 270px;
}
#firstItem li.multi:hover {
	height: 100px;
}
#secItem li:hover {
	height: 30px;
}
#thirdItem li.multi:hover {
	height: 195px;
}
#fourthItem li.multi:hover {
	height: 170px;
}
#fifthItem li.multi:hover {
	height: 100px;
}
#sixthItem li.multi:hover {
	height: 125px;
}
#lastItem li.multi:hover {
	height: 275px;
}
.footer {
}
.pageTitle {
  font: 3em 'capture_itregular', Impact, Helvetica, sans-serif;
  color: #fff;
  text-shadow: 0 0 30px #000, 0 0 30px #000;
  letter-spacing: .1em;
  line-height: .9em;
align-self: flex-start; 
  display: block;
  position: relative;

  padding: 0;
}
.stageNav {
	visibility: hidden;
}
aside.leftSideBar {
	text-align: center;
	padding-top: 15px;
}

article.action {
	width: 100%;
	min-width: 100%;
}

}

/* mobile landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body {
	background: #000 url(../images/defcon-22/header-768.jpg), url(../images/defcon-22/grungebg.jpg);
	background-repeat: no-repeat, repeat;
	background-position: center top;
}
.header {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.nav {
	max-width: 450px;
}
aside.leftSideBar {
	clear: both;
}
.leftSideBar h3 {
	text-align: center;
}
.footer {
}
}

/* mobile portrait */
@media only screen and (max-width: 479px) {
body {
	background: #000 url(../images/defcon-22/rc20header-4.jpg);
	background-repeat: no-repeat, repeat;
	background-position: center top;
}
.header {
	height: 145px
}
.pageTitle {
}
.leftSideBar h3 {
	text-align: center;
}
.socIcon {
	padding: 0 0 15px 15px;
}
.footer {
}
}

hr.separator {
  border: 0;
  border-top: 1px solid #9ACB63;
  margin: 20px 0;
}


/* font-face
================== */

@font-face {
	font-family: 'armalite_rifleregular';
	src: url('../fonts/oxinwar.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'capture_it_2regular';
	src: url('../fonts/oxinwar.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'capture_itregular';
  src: url('../fonts/contrax.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
