.big_title{
    display: none;
    font-size: 300%;
    text-align: center;
    border: 0px solid black;
    border-radius: 50px;
    background-color: rbga(1,0,0,0);
}
.dot {
    opacity: 0;
}
.centered {
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#opening_headings{
}
#heading_wedding {
    width: 30ex;
    font-size: 350%;
    color: red;
}

#map {
    width: 100%;
    height: 75%;
    opacity: 0;
    background-image: url('file:///home/monkey/Work/temp/wed/world.png'); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


span.avoidwrap { display:inline-block; }

#topBar {
    height: 95%;
    width: 98%;
    padding: 1%;
    text-align: center;
}

.top_bar_item {
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding: 1%;
    opacity: 0;
    width: 15%;
    height: 90%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.heading_brief {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 120%;
    color: black;
    font: serif;
    font-weight: bold;
}
.heading_label {
    font-size: 120%;
    color: black;
    font: serif;
    font-weight: bold;
}
.heading_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 80%;
    opacity: 0;
}
#heading_phx div.heading_img {
    background-image: url('file:///home/monkey/Work/temp/wed/phx.jpg');
    background-image: url('./phx.jpg');
    background-position: 80%;
}
#heading_yvr div.heading_img {
    background-image: url('file:///home/monkey/Work/temp/wed/yvr.jpg');
    background-image: url('./yvr.jpg');
    background-position: 80%;
}
#heading_yow div.heading_img {
    background-image: url('file:///home/monkey/Work/temp/wed/yow.png');
    background-image: url('./yow.png');
}
#heading_mel div.heading_img {
    background-image: url('file:///home/monkey/Work/temp/wed/mel.jpg');
    background-image: url('./mel.jpg');
    background-position: 80%;
}
#heading_rsvp {
    background-image: url('file:///home/monkey/Work/temp/wed/rsvp.jpg');
    background-image: url('./rsvp.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

