/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

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

@font-face {
	font-family: Raleway;
	src: url(/assets/fonts/Raleway-Regular.ttf);
	font-weight: normal;
}

@font-face {
	font-family: Raleway;
	src: url(/assets/fonts/Raleway-SemiBold.ttf);
	font-weight: bold;
	font-style: normal;
}

/* RESET DEFAULTS */
p, h1, h2, h3, h4  {
	padding:0;
	margin:0;
}

html, body {
	margin: 0 0;
	padding: 0 0; 
	/*
	height: 100%;
	width: 100%; 
	*/
}


body {
	/* BG image */
	/* The image used */
	background-image: url("/assets/bg11.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	/* font-family: Outfit,Raleway,RobotoCondensed,Arial Bold,sans-serif; */
	font-family: "Barlow Condensed", sans-serif;
	color: white;
    display: block;
}

/* General font sizes and styles */
.program h1 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 0.2em;
	padding-bottom: 0.1em;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2.2rem;
}

p {
	font-size: 1.5rem;
	font-family: RobotoCondensed,Arial Bold,sans-serif;
}

a, a:visited {
	color: #000000b8;
}

a:hover, .modal-content a:hover, a:visited:hover {
	color: #1e184a;
}

.pointerhand:hover {
    cursor: pointer;
}

/* GENERIC FLEX STYLES */
.flex_row {
    flex-direction: row;
}

.flex_center {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.home_img p {	
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.home_txt p {
	text-align: justify;
	text-align-last: center;
    color: white;
}

div.home_txt  {
    width: 85%;
	margin: 0 auto;
}

div.home_tickets  {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0, 0, 0, 0.7);
	padding: 1em;
	color: white;
}

.vcenter {
   position: relative;
   top: 50%;
   transform: perspective(1px) translateY(-50%);
}

.centerimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.date_slide {
	color: black;
}

.black {
	background-color: black;
	color: white;
}

.white {
	background-color: white;
	color: black;
}
 
.height {
	height: 100vh;
}

.bg_img, .bg_img2, .bg_img3, .bg_img4, .bg_img5 {
	background-attachment: fixed;
	background-size: 100%;
}

.bg_img {
	background-image: url("/assets/images/slide4.jpg"); 
}

.bg_img2 {
	background-image: url("/assets/images/slide3.jpg"); 
}

.bg_img3 {
	background-image: url("/assets/bg6.png"); 
}

.bg_img4 {
	background-image: url("/assets/bg7.png"); 
}

.bg_img5 {
	background-image: url("/assets/bg8.png"); 
}


div.home_img {
	background-image: url("/assets/background4.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f4254873;
}

.red {
	background-color: red;
	color: white;
	margin: 0 auto;
}

h1.date {
	text-align: center;
	font-size: 2.5em;
}

img.date {
	padding-bottom: 2em;
}


/* NAVBAR */
.navbar {
	z-index: 1;
}

.navbar {
  background: rgb(244,37,72);
  background: linear-gradient(8deg, rgba(244,37,72,1) 0%, rgba(252,187,174,1) 100%);
}

ul.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*
   * background: rgb(114,119,180);
   * background: linear-gradient(8deg, rgba(114,119,180,1) 6%, rgba(64,223,146,1) 74%);
   * background: linear-gradient(8deg, rgba(245,72,127,1) 0%, rgba(143,59,118,1) 100%);
   * background: linear-gradient(8deg, rgba(245,72,127,1) 0%, rgba(85,55,114,1) 100%);
  */
  

  padding: 0.6em;
  /* height: 4em; */
}

.navbar li {
  float: left;
}

.navbar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: bold;
}

.navbar li a:hover {
  background-color:  rgb(244,37,72);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.right {
	float: right;
	margin-right: 10%;
}

.navimg {
	margin-left: 15%;
}

.navimg img {
	height: 2em;
}

img.tickets_link {
	padding-top: 1em;
}

/* PROGRAM STYLES */
.session_row {
	display: flex;
	justify-content: center;
}

.session_box {
	text-align: center;
	margin: 0.5em;
	font-size: 2em;
	padding: 0.5em;
	
	background: #ffffffc9;
   /* border-radius: 25px; */
    border: 4px solid #f5487f;
}

div.session_box:hover{
  -webkit-transform: scale(1.045);
          transform: scale(1.045); 
}

.program h3 {
	text-align: center;
}

div.program {
	/* background-color: rgba(0, 0, 0, 0.7); */
	   background-color: rgb(255 255 255 / 48%);
	 /*  border-radius: 35px; */
}

/* Sharing Button */

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: white;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

/* PROGRAM */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 90%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content { /*
	background: rgb(114,119,180);
	background: linear-gradient(0deg, rgba(114,119,180,1) 0%, rgba(255,255,255,1) 63%);  */
	background: #fffffff2;
    margin: auto;
    padding: 20px;
    border: 4px solid #f5487f;
    width: 60%;
	color: black;
	/* border-radius: 25px; */
	margin-bottom: 5rem;
}

.modal-content a {
	color: black;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.modal-content p {
	text-align: justify;
	text-align-last: left;
}

img.session_img {
	width: 20rem;
	max-width: 100%;
}

.session_box h3 {
	width: 20rem;
	font-size: 1.2rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.program_bg {
	background-image: url("/assets/images/yellowbg10.png");
	background-position: top;
	background-size: 100%;
	color: black;
	min-height: 100vh;
	padding-bottom: 90vh;
}

.bg_img_scroll {
	background-position: bottom;
	background-attachment: fixed;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.program h2 {
border-bottom: 0.02em solid black;
margin-bottom: 1rem;
}

/* PROGRAM TAGS */
span.tags {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
    border: 2px solid black;
    margin-left: 0.3rem;
	font-size: 1.5rem;
}

span.tags_selected {
    background-color: black;
    color: white;
}

span.tags_unselected {
    background-color: white;
    color: black;
}

.tags_selected a {
	color: white;
}

.tags_unselected a {
	color: black;
}

div.tags_cont {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.modal-content img {
	max-width: 100%;
}

.readingslist h3 {
	font-size: 1.8rem;
	margin-top: 1rem;
}

.modal-content li {
	font-size: 1.3rem;
}

.speakers img {
	height: 10rem;
	margin: 1rem;
}


.speakers h2 {
	text-align: center;
}

.speakers h3 {
	text-align: center;
	margin-top: 2rem;
}

.speakers h4 {
	text-align: center;
	margin-bottom: 2rem;
	font-size: 1.5rem;
	color: white;
}

img.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

p.break {
	padding-bottom: 1.5rem;
}

p.reading {
	font-weight: bold;
}

.speaker_container {
display: flex;
   flex-wrap: wrap; 
}

.speaker_box {
	flex-basis: 33.33%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* flex-direction: column; */
}

.speakers a h4 {
text-decoration: none;
}


.ind-speaker-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 80%;
  margin: auto;
}

.ind-speaker-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin-right: 1.5rem;
}

.ind-speaker-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  text-align: justify;
}

.ind-speaker-items p {
	padding-top: 1rem;
	padding-bottom: 1rem;
}


.tickets table {
  background: rgb(244,37,72);
  background: linear-gradient(8deg, rgba(244,37,72,1) 0%, rgba(252,187,174,1) 100%);
 }
