@charset "utf-8";
/* CSS Document */

/* CSS reset */
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
/*END of CSS reset*/


html, body {
	font-weight: 500;
	font-style: normal;
	font-family: 'Roboto Condensed';
	font-size: 20px;
	background-color: white;
	scroll-behavior: smooth;
	letter-spacing: 0.025em;
	margin: 0px;
    padding: 0px;
	color:#414042;
}

body {
	position: relative;
}

nav:hover, .dropdown-menu, .dropdown-item > a:hover {
	background-color: white;
}

header {
	text-align: center;
	background-image: url("../images/Atlanta_Hero_Image.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

.greyBG{
	background-color: #FCFCFC;
}

.blueBG{
	background-color: #E9F8F9;	
}

.yellowBG{
	background-color: #FFF7E2;
}

.whiteBG{
	background-color: white;	
}

.whiteText{
	color: white;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	color: #414042;
}

h1 {
	font-size: 3.25rem;
	text-transform: uppercase;}

h2 {
	font-size: 2.75rem;
    text-transform: uppercase;}

h3 {
	font-size: 2.25rem;
    text-transform: uppercase;}

h4 {
	font-size: 1.75rem;}

h5 {
	font-size: 1.5rem;}

h6 {
	font-size: 1.25rem;}

h1::before { 
	  display: block; 
	  content: " "; 
	  margin-top: -64px; 
	  height: 128px; 
	  visibility: hidden; 
	  pointer-events: none;
	}

a {
	color: #a14130;
	text-decoration: underline;
}

a:hover {
	color: #3e624b;
	text-decoration: underline;
}

.countdownsection{
	background-color: rgba(255,255,255,0.60);
}

#countdown-title {
	font-size: 2.5em;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#countdown ul {
	padding-inline-start: 0px;
}

#countdown li {
  display: inline-block;
  font-size: 1rem;
  list-style-type: none;
  padding: 0em 1em 0.75em;
  text-transform: uppercase;
}

#countdown li span  {
  display: block;
  font-size: 4.5rem;
  margin-bottom: -0.15em;
}

/*persistent call to action button */
#cta {
  /* place it at the bottom-right corner */
  position: fixed;
  bottom: 30px;
  right: 30px;
	
  /* keep it at the top of everything else */
  z-index: 100;
}

#cta a{
	border: white thin solid;
}

/*end of persistent call to action button */


/*flip logo*/
#f1_container {
      position: relative;
      width: 75px;
      height: 80px;
      z-index: 1;
	  perspective: 1000;
}

#f1_card {
    width: 100%;
    height: 100%;
}

.face {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden; 
}

.face.back {
      display: block;
      transform: rotateY(180deg);
}

.face.back{
    -webkit-animation: BackRotate 15s linear infinite;
}

.face.front{
    -webkit-animation: Rotate 15s linear infinite;
}

@-webkit-keyframes Rotate {
    0%,40% {-webkit-transform:rotateY(0deg);}
    50%,90% {-webkit-transform:rotateY(180deg);}
    100% {-webkit-transform:rotateY(360deg);}
}

@-webkit-keyframes BackRotate {
    0%,40% {-webkit-transform:rotateY(180deg);}
    50%,90% {-webkit-transform:rotateY(360deg);}
    100% {-webkit-transform:rotateY(540deg);}
}
 
/*end of flip logo*/


/* Style the buttons that are used for collapsible bios */
.collapsible {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;	
  transition: 0.3s;
}

/* Change text color of buttons on hover */
.active, .collapsible:hover {
  background-color: #3e624b;
  color: white;
}

.content {
  background-color: inherit;	
  padding: 0 18px;
  display: none;
  overflow: hidden;
}
/* END OF Style the buttons that are used for collapsible bios */

.quote	{
  font-size: 1.5em;
  text-align: right;
  color: #fff;
  font-family: 'Roboto';
  letter-spacing: 0.015em;
  position: absolute;
  bottom: 48px;
  right: 48px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
} 

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0; 
	left: 0; 
	width: 90%;
	height: 90%;
}

.center {
	display: flex; 
	justify-content: center; 
	align-items: center;
	text-align: center; 
}

footer {
	font-size: 1rem;
	background-color: #3e624b; 
	color: #ffffff; 
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 25px;
}

#footer .col-sm-12 {
	margin-bottom: 15px;
}

#footer a {
	padding: 2px 6px;
	white-space: nowrap;
	color: white;
	font-size: 0.8em;
	font-family: sans-serif;
	font-weight: 500;
	border-radius: 5px
}

#footer a:hover {
	color: #f2e2b6;
	text-decoration: underline;
}

#footer img {
	max-width: 32px;
	padding: 2px;
	margin: 2px;
}

/* schedule page styling */
.schedule {
  overflow: hidden;
  background-color: #d8e8e9;
  color: #414042;
  font-size: 2rem; 	
  padding: 15px;
}

/* Style the buttons that are used to open the schedule content */
#scheduleDetail {
	display: flex;
	justify-content: center;
}

.schedule button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.schedule button:hover {
  color: #3e624b;
}

/* Create an active/current schedule tab class */
.schedule button.active {
  color: #3e624b;
}

/* Style the schedule content */
.scheduleContent {
  display: none;
  background-color: white;	
  padding: 15px;
  border-top: none;
}

/* exhibitor page styling */
.exhibitor {
  overflow: hidden;
  background-color: #d8e8e9;
  color: black;
  font-size: 2rem;
  padding: 15px;
}

/* Style the buttons that are used to open the schedule content */
#exhibitorInformation {
	background-color: white;
	display: flex;
	justify-content: center;
}

.exhibitor button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  font-size: 1rem;		
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.exhibitor button:hover {
  color: #3e624b;
}

/* Create an active/current exhibitor tab class */
.exhibitor button.active {
  color: #3e624b;
}

/* Style the exhibitor content */
.exhibitorContent {
  display: none;	
  padding: 15px;
  border-top: none;
}

/** THIRD PARTY CSS overwrite **/

.fa-ol {
	line-height: 2em !important;
}

.fa-li {
	color: #1E2942 !important;
	padding-right: 0.75em !important;
}

.numb-list li {
	padding-left: 0.75em !important;
	line-height: 2em !important;
}

.alert-info {
	border-color: #0c5460 !important;
}

.alert-secondary {
    color: rgb(56, 61, 65);
    background-color: rgb(233, 236, 239) !important;
    border-color: rgb(120, 120, 120);
}

.navbar {
	-webkit-transition: background-color .75s ease-out, box-shadow .75s ease-out;
	-moz-transition: background-color .75s ease-out, box-shadow .75s ease-out;
	-o-transition: background-color .75s ease-out, box-shadow .75s ease-out;
	transition: background-color .5s ease-out, box-shadow .75s ease-out;
	background-color: white;
	height: auto;
	color: #15444f;
	padding: 0;
}

.navbar-brand {
	font-size: 1.5rem;
}

.navbar a {
	transition: color ease .25s;
	color: black;
	text-decoration: none;	
	padding-bottom: 8px;
}

.navbar a:hover {
	transition: color ease .25s;
	color: #a14130;
	text-decoration: none;	
	padding-bottom: 8px;
}

.nav-link {
	color: black;
	letter-spacing: .025em;
}

.nav-link.active {
	color: #a14130 !important;
	background-color: white !important;
}

.btn-primary {
	color: white !important;
    background-color: #3e624b;
	border-color: #3e624b;
	text-decoration: none;
}

.btn-primary:hover {
    color: black !important;
    background-color: #c46a57;
	border-color: #c46a57;
	text-decoration: none;
}


.Unavailable {
  fill: #c46a57;
  opacity: 0.50;
}

.Available {
  fill: #6b917d;
  opacity: 0.50;	
}

/* scrolling image */
.wrapper {
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: flex;
}

.wrapper .track {
	display: flex;
	animation: scroll 60s 0.5s linear infinite;
}

.wrapper:hover .track{
      animation-play-state: paused;
}

@keyframes scroll {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}
/*end of scrolling image */
