@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    src:
    url('../fonts/OpenSans.woff2') format('woff2'),
    url("../fonts/OpenSans-Variable.ttf") format('truetype-variations');
}

/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato/Lato-Light.woff') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

body {
    background-color: #ffffff;
    color: #111;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 300;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
    font-family: "Lato";
}

h2 {
    font-size: 36px;
    font-weight: 300;
}

section h2 {
    margin: 24px 0 36px 0;
}

header img {
    margin-right: 12px;
}

header img.lux {
    max-height: 50px;
    width: auto;
}

header .nav-item a {
    color: rgb(52,52,52);
}

header h1 {
    font-size: 2em;
}

#navbarNavDropdown .nav-link {
    font-size: 18px;
    font-weight: 500;
}



#countdown {
    font-family: "Lato";
    font-size: 60px;
    font-weight: 300;
}

@media (max-width: 767px) {
#navbarNavDropdown {
    position: absolute;
    left: 60%;
    background-color: white;
    border: 1px solid lightgray;
}

#navbarNavDropdown li:hover {
    background-image: linear-gradient(135deg, rgb(57, 57, 57), rgb(36, 36, 36));
    color: white;
}
}

header .navbar-toggler {
    border: 1px solid lightgray;
}

header .navbar-toggler-icon {
    background-image: url("list.svg");
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: inherit;
}

#hero-banner img {
    max-width: 1000px;
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: space-evenly;
}

.nav-tabs .nav-link {
    border: none;
    color: #fdfffd;
}

.event {
    border: 1px solid #fdfffd;
    margin: 12px 0;
    padding: 24px;
}

#speakers img {
    margin-bottom: 12px;
    border: 1px solid #211f59;
}

#speakers p {
    margin-bottom: 4px;
}

#speakers .col-3 {
    margin-bottom: 24px;
}

#Form_Form .field {
    margin-bottom: 12px;
}

a {
    color: #dd4c4b;
}

input.checkbox {
    margin-right: 6px;
}

label.left {
    margin-bottom: 6px;
}

#Form_Form .field, #Form_Form .Actions {
    margin-bottom: 16px;
}

header .nav-item a {
    color: white;
}

header .nav-item a:hover {
    text-decoration: underline;
    color: white;
}

header .col-9 {
    align-content: center;
}

:root {
    --bg-color: #393939;
    --hili-color: #09F;
    --sec-color: #e30613;
    --mute-color: #343434;
}

.header-container {
    background-color: white;
}

header .nav-item a {
    color: var(--mute-color);
}

header .nav-item a:hover {
    color: var(--hili-color);
}

header h1 {
    color: white;
}

.wrapper-timer .container {
    font-size: 2em;
    color: var(--mute-color);
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

a, h1, h2, h3, footer a {
    color: var(--hili-color);
}
h1, h2 {
    text-align: center;
}

header.m-3 {
    margin: -1rem !important;
    padding: 32px;
    line-height: 32px;
    vertical-align: middle;
    align-items: center;
    background-color: var(--hili-color);
}

.m-3 {
    margin: 0 !important;
}

footer {
    /* background-color: var(--bg-color); */
    /* color: white; */
    margin-top: 36px;
}

.btn.btn-outline-primary {
    color: var(--hili-color);
    border-color: var(--hili-color);
}

.btn.btn-outline-primary:hover {
    background-color: var(--hili-color);
    color: white;
}

#hero-banner {
}

#hero-banner img {
    width: auto;
    max-width: 90%;
}

body {
    margin-top: 160px;
}

#hero-banner img, .img-mask {
    mask-image: url("mask-default-image.svg");
    mask-size: 100% 100%;
    mask-repeat: round;
}

section {
    margin-bottom: 12px;
    margin-top: 12px;
}

/* SPONSORS SECTION*/

.sponsor-logo {
    width: 150px;
    height: 130px;
}

/* ENDS SPONSORS SECTION */

/* Page location */
.main-location {
    padding: 60px;
    background: url("https://www.libreoffice.org/assets/libocon2024/BelvalFromAbove1200x616-e21721fb.webp.jpg");
    margin-bottom: 48px;
    background-repeat: no-repeat;
    background-position: center;
}

.main-travel {
    background: url("https://www.libreoffice.org/assets/libocon2024/ViewTheGrund1920x1109-7885e57a.webp.jpg");
    padding: 60px;
    margin-bottom: 48px;
    background-repeat: no-repeat;
    background-position: center;
}

.box-map {
    background-image: linear-gradient(135deg, rgb(57, 57, 57), rgb(36, 36, 36));
    color: white;
    padding: 24px;
    font-size: 15px;
    font-family: "Lato";
}

.box-map p:nth-child(1) {
    font-size: 20px;
}

.box-map p:nth-child(2) {
    font-size: 42px;
}

.box-map .btn {
    border-radius: 500px;
    color: white;
}

.box-map .btn-outline-secondary {
    border-color: white;
}

.transportation img {
    width: 100%;
    max-height: 350px;
}
/* ENDS page location */

@media (min-width: 768px) {
    header h1 {
	font-size: 2.5rem;
    }

    body {
	margin-top: 120px;
    }

    .wrapper-timer .container {
	font-size: 3.5em;
    }

    .cards .col-12 .shadow {
	min-height: 540px;
    }
}

@media (min-width: 992px) {
    body {
	margin-top: 174px;
    }
}

.cards {
    font-size: 15px;
}

.cards h3 {
    font-size: 22px;
    font-weight: 300;
    color: #111;
}

#sponsors .btn {
    border-radius: 500px;
    font-size: 17px;
    font-weight: 300;
}

.btn-outline-primary {
    border-radius: 500px;
}
