.navbar{
	background-color: white;
	width: 80%;
	margin: auto
}
/*.heading_title, .heading_title_variable {*/
	/*text-transform: uppercase;*/
	/*letter-spacing: 3px;*/
	/*font-size: 2em;*/
	/*margin-bottom: 0;*/

/*}*/
/*.heading_title_variable {*/
	/*font-weight: bolder;*/
/*}*/

/*nav.navbar.navbar-expand-lg.navbar-light.bg-light {*/
	/*padding: 0; !important;*/
/*}*/

.annual, .novel {
	width: 100%;
	padding:20px 20px;
	color: #FFFFFF;
	display: flex;
	/*align-items: left;*/
	justify-content: space-around;
}

#navbarText.collapse.navbar-collapse ul {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 50px 0 30px 0;
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
}

a {
	color: #F42515;
	font-weight: bold;
}
/*a:hover {*/
/*	color: #F42515 ;*/
/*}*/
a:focus {
	color: black;
}
a.nav-link.text-color-accessibility{
	padding: 8px ;
	margin: auto;
	width: 100%;
	text-align: center;
}

#navbarText.collapse.navbar-collapse ul li {
	display: inline;
	/*padding: 10px 10px;*/
}

.hover-underline-animation {
	display: inline-block;
	position: relative;
	text-align: center;
}
.hover-underline-animation:hover{
	text-decoration: none;
	text-align: center;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*For removal of display of header children at large screens */

.small-children-links {
	list-style: none;
	margin-left: -150px;
	padding-top: 30px;
	position: absolute;
}
.child-a-tag {
	padding: 10px 15px;
	width: 100%;
	display: block;
}
.child-a-tag:hover, .small-children-links:hover {
	text-decoration: none;
}


/* Footer */
.footer-links{
	display: inline-block;
	text-align: center;
	width: 100%;
}
.footer-link-list li{
	margin: 0px 10px;
	text-align: center;
	list-style: none;
	display: inline-block;
}
.footer-icon{
	height: 100px;
}
.text-center {
	margin: 0 auto 20px auto;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.main-footer-nav {
	list-style: none;
    padding: 0;
    margin-top: 20px;
}
.main-footer-nav li{
 display: inline-block;
    position: relative;
    padding: 0 15px;
}
.main-footer-nav li::after {
    position: absolute;
    width: 2px;
    right: 0;
    content: ' ';
	margin-top: 3px;
    height: 75%;
    background: rgba(0, 0, 0, 0.2);
}
.main-footer-nav li:last-child::after {
   width: 0;
}

.menu-item>a{

	width: 100%;
	text-align: center;
}
	/* Banner rt side */
.conference-date {
	margin-top: 0;
	font-size: 1.15em;
	color: white;
}
.social-media-list{
	margin-bottom: 10px;
    display: inline-flex;
}
.social-media-list li{
    list-style: none;
}
.conference-date li{
    list-style: none;
}
.header_background {
	/*padding: 10px 0 0 0;*/
}
.social-media{
	margin-top: 10px;
	margin-bottom: 0;
}

.social-media {
	padding: 0 5px 5px 5px;
	font-size: 1.3em;
	color: white;
}
.social-media:hover {
	color: rgba(159,210,216,0.6);
}
.header_background > .container {
	padding: 20px 0;
}
.row > .logo {
	width: 60%;
}
.logo {
	display: inline-block;
}
/*.row {*/
/*	display: inline-block;*/
/*	width: 100%;*/
/*}*/
.mobile-conference-date{
	display: none;
}
.mobile-conference-date > p > #location, #text_location{
	font-weight: bolder;
}
.active {
	border-bottom: 2px solid #F42515;
	text-decoration: none;
	color: #F42515
}
.active:hover{
	text-decoration: none;
    color: #F42515;
}
.text-center {
	width: 100%;
}
@media (min-width: 992px) {
	.hover-underline-animation {
		/*width: 50%;*/
	}

	.hover-underline-animation:after {
		content: '';
		position: absolute;
		width: 100%;
		transform: scaleX(0);
		height: 2px;
		bottom: 0;
		left: 0;
		transform-origin: bottom right;
		transition: transform 0.2s ease-out;
	}
	.menu-display {
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 200px;
		z-index: 1;
	}
	.apps {
		padding: 5px 0 0 100px;
	    vertical-align: top;

	}
	.logo > img {
	    vertical-align: baseline;
		padding: 10px 0 0 0;

	}
	.menu-item{
		/*position: absolute;*/
	}
	.small-children-links .child-a-tag {
		position: absolute;
		/*width: 200px;*/
		/*margin-top: -10px;*/
	}
}

@media only screen and (max-width: 991px) {

	.active {
		border-bottom: 2px solid #F42515;
		text-decoration: none;
		width: 100%;
		color: #F42515
	}
	.active:hover{
		text-decoration: none;
		color: #F42515;
	}
	.social-media-list {
		display: none;
	}
	.active {
		border-bottom: none;
	}
	.conference-date {
		/*display: none;*/
	}
	.mobile-conference-date {
		display: inline-block;
		margin: 10px 0 0 0;
		font-size: 1.15em;
		color: white;
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.mobile-conference-date > p {
		padding: 5px;
		margin: 10px 0;
		font-size: 1.75em;
	}
	.mobile-conference-date > p > #location{
		font-weight: bolder;
	}
	.row > .logo {
		width: 100%;
	}
	/*.header_background > .container {*/
	/*padding: 0px;*/
/*}*/
	.header_background .container .row {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.header-left {
		padding: 0!important;
		margin: auto;
		width: 100%;
		text-align: center;
	}
	#navbarText.collapse.navbar-collapse ul {
		text-align: left;
		margin: 0 auto;
		/*padding: 1px;*/
	}
	.header-right {
		/*padding: 0!important;*/
	}
	.conference-date {
		display: inline-block;

	}
	#navbarText.collapse.navbar-collapse ul li {
		display: block;
		padding: 5px 0 5px 50px;
	}
	.menu-display{
		display: block!important;
		width: auto;
		/*position: absolute;*/
	}
	.small-children-links{
		list-style: square;
		margin-left: 0px;
		padding-top: 0px;
		position: relative;
		background-color: transparent;
	}
	.child-a-tag {
	/*background-color: transparent;*/
	/*padding: 8px 6px;*/
	/*font-weight: lighter;*/
	/*color: black;*/
	}
	.child-a-tag:hover, .small-children-links:hover {
	text-decoration: none;
	font-weight: normal;
	color: black;
	}
	.apps {
		width: 100%;
		text-align: center;
		border-top: 20px solid white ;
		padding-top: 20px;
	}
	p {
		margin-bottom: 0;
	}
	.logo {
		margin: 20px;
	}
}
