@charset "utf-8";
/* CSS Document */

body {
    background-image: url("../img/guam-conf-2025-bkg-image.jpg");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

#city {
    background: rgba(255, 255, 255, 0.85);
}

.location {
    font-size: 1.3em;
}

p.save-the-date {
    font-size: 2.7em; 
    color: #406BCD !important; 
    text-transform: uppercase;
}

h1.conference-title {
    font-size: 2.7em; 
    line-height: 40px !important; 
    text-transform: uppercase; 
    font-weight: 800;
}

h2.conference-title {
    font-size: 2.25em;
    line-height: 40px !important; 
    font-weight: 600;
}

h3.live-free {
    font-size: 2em;
	font-weight: 600 !important;
}

h1 a, h1, .dates {
 color: #800000 !important;
}
h2, h3, h4 {
 color: #000 !important;
}
h4 {
 font-size: 1.35em;
}

p.docLinks {
    font-size: 1.5em !important;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .border-right {
        border-right: 3px solid #000 !important;
    }
}
		 
@media (max-width: 523.5px) {
    .live-free {
	    margin-top: 25px !important;
		}
}

@media (max-width: 991.97px) {
    .day1 {
	    margin-top: 18px !important;
		}
}

footer {
    background-color: #FFF !important;
}

.logo-footer {
    max-height: 100px !important;
    padding: 5px;
}