body {
    background: white;
}
.header {
    width: 100%;
    background-color: #58595b;
    border: 0px;
    height: auto;
<!--    padding: 300; -->
	vertical-align: center;
}
.header-background-image {
    background-image: url('../images/nec2019_webbanner.png');
    padding-top: 10px;
	padding-bottom: 10px;
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: right;
    align-content: right;

}
.header-text {
    color: white;
    font-size: 42px;
}
.header-subtext {
    font-size: 24px;
    color: white;
}

.header-subtext2 {
    font-size: 36px;
    color: #f68b1f;
    text-shadow: 2px 2px #58595b;
}

.subheader {
    width: 100%;
    background: #f68b1f;
    padding-top: 26px;
    height: 140px
}
.subheader-text {
    color: #58595b;
    font-size: 42px;
}
.subheader-icon {
    margin-right: 20px;
}
.country-link {
    text-decoration: none;
}
.country-image {
    margin: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.country-image:focus,
.country-image:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.content {
    font-size: 1.3em;
    text-align: justify;
    color: #58595b;
    line-height: 1.5;
}
.headline {
    color: rgba(88, 89, 91, 1);
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.schedule-entry {
    margin: 20px 0px;
    position: relative;
}
.schedule-time {
    font-size: 22px;
    width: 100px;
    height: 100%;
    text-align: center;
    color: #58595b;
    font-weight: 200;
    padding-top: 7px;
    background: #f68b1f;
    border-radius: 4px;
    position: absolute;
}
.schedule-right-align {
    left: 120px;
    padding: 10px 0px;
    position: relative;
}
.schedule-title {
    font-size: 18px;
    font-weight: bold;
}
.schedule-text {
    font-size: 17px;
}
.organizer-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.organizer-image-text {
    margin-top: 20px;
    text-align: center;
}
.speaker-entry {
    margin-top: 30px;
}
.speaker-text {
    padding-left: 30px;
}
.speaker-image {
    width: 140px;
    height: 140px;
    padding: 0px;
    margin-top: 20px;
    margin-left: 20px;
}
.speaker-presentation {
    margin-top: 30px;
}
.gallery-image {
    object-position: center;
    /* Center the image within the element */
    margin: 20px;
    height: 200px;
    width: 200px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gallery-image:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.presentation-entry {
    margin-top: 30px;
}
.contact-image {
    margin-top: 20px;
}
.contact-text {
    padding-left: 30px;
}
.footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px #AAA dotted;
    height: 100px;
}