#home-conference-poster {
    background-image: url(https://res.cloudinary.com/dmy7buja6/image/upload/v1556198613/awexr-background-HERO.jpg);
}
.big-letter-poster {
    background-color: rgb(2, 2, 2, .5);
    border-radius: 20px;
    padding: 35px;}
	
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.get-back-link {
	margin-top: 6%;
}

.notification-bar {
	min-height: 2.5em;
	background-color:#e5275f;
	color:#fff;
	font-size: 18px
	
}

.notification-bar .button-arrow__blue {
	background-color:#070945
}

@media (max-width: 480px){.card__agenda-header--chevron
	{
		width: 5em;
} }
	
@media (max-width: 480px){.notification-bar
	{
	min-height: 3em;
	background-color:#e5275f;
	color:#fff;
	font-size: 19px
	
} }

.why-attend-Awe__grid {
	grid-template-columns: repeat(4, 1fr) !important;
}

.card--picture .card__text-box {
	    width: 90%;
}

.header--dropdown__item:hover {
    background-color: rgba(230,67,94,.7);
}

.header--dropdown {
	    background: rgba(2,2,28,1);
}

.header--button {
    display: none;
}