body {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
}

a {
    color: #bd0707;
    font-size: 2vw;
    font-weight: bold;
}

#background_video {
    position: fixed;
    z-index: 1;
    right: 0;
    min-height: 100%;
    bottom: 0;
    min-width: 100%;
}

#curtain {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    height: 100%;
    transition: right 2s ease;
}

#curtain img {
    height: 100%;
}

#header_logo {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.75);
    text-align: center;
    margin: 5vh auto;
    border-bottom: solid 2px #ffffff;
    border-top: solid 2px #ffffff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

#logo_portugalive {
    max-height: 20vh;
    max-width: 90%;
}

#content {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: rgba(255,255,255,0.75);
    opacity: 1;
    width: auto;
    margin: auto;
    max-width: 50%;
    text-align: center;
    padding: 3vw;
    border-radius: 1vw;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    font-size: 2vw;
    line-height: 3vw;;
}

#logo_siitswiss {
    max-height: 30vh;
    max-width: 80%;
}

#announce, #when, #where {
    color: #bd0707;
    opacity: 1;
    text-transform: uppercase;
    margin: 2vh auto;
    font-size: 2vw;
}

#logo_beaulieu {
    max-width: 10vw;
    vertical-align: middle;
}

#announce {
    font-weight: bold;
}

#when {
    font-weight: bold;
}