body {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    background: #292525;
}

nav {
    height: 50px;
    padding: 0 20px;
    margin: 0;
    display: flex;
    
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: left;
    gap: 20px;
    font-size: 0.7em;
    padding-inline-start: 0;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
}

.logo {
    color: #fff;
    font-size: 3.8rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    padding: 25px;
}

.highlightLogo {
    color: #FFD700;
}

.headline {
    color: #fff;
    font-size: 1.5rem;
    padding: 25px;
    line-height: 1.5;
    text-align: left;
}

.headline .highlight {
    color: #FFD700;
}

.visit {
    display: flex;
    padding-top:10px;
    justify-content: center;
    text-align: center;
    
}

.visit iframe {
    width: 80%;
    height: 250px;
    padding-bottom: 10px;
    border: none;
}

.visit-info {
   
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid grey;
    width: 90%;
    padding: 10px;
   
    
}

.titVisit, .infoVisit {
    color: #fff;
}

.titVisit {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    
}

.infoVisit {
    font-size: 0.7rem;
    margin-bottom: 5px;
    
}
