html,body {
  height: 100%;
  margin: 0;
  background-color: #E5E5E5;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'RobotoDraft', Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300; 
}

#top {
    position:fixed;
    margin:0px;
    top:0px;
    left:0px;
    display:block;
    width:100%;
    height:45px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    background:#333333;
    background: -moz-linear-gradient(center top , #736F6E, #111111) repeat scroll 0 0 transparent;
}

#bottomContent {
    z-index: 3;
    display: block;
    /*height: 100%; 
    max-height: 100%; */
    height: calc(100% - 45px); 
    width: 100%;
    overflow: auto;
    position: fixed;
    top: 45px;
    background-color: #AAAAAA;

    background: url(creek.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content {
    background-color: rgba(224, 224, 224, .6);
    margin: 50px;
    padding: 50px;
    text-align: center;
    position: relative;
    /*top: 50%;
    transform: translateY(-10%); */
}

#centerBanner {
    font-size: 500%;
    font-weight: 900;
    background-color: rgba(224, 224, 224, .6);
    margin: 50px;
    padding: 50px;
    text-align: center;
    position: relative;
    /*top: 50%;
    transform: translateY(-50%);*/
}

.navLink {
    margin: 0.7vw;
    font-size: 1.5vw;
    font-weight: 800;
}
/*
a:visited {
    color: white;
}
*/
a:link {
    color: #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}

a:hover {
    color: #AF0000;
}

a:active {
    color: #AF0000;
}

a.navLink:link {
    color: #FFFFFF;
}

a.navLink:visited {
    color: #FFFFFF;
}

a.navLink:hover {
    color: #AF0000;
}

a.navLink:active {
    color: #AF0000;
}

.inputSection {
    clear: both;
}

core-header-panel {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

core-toolbar {
  background: #03a9f4;
  color: white;
}

.paperInput {
    padding: 10px;
    float: left;
    width: 200px;
}

.galleria { 
    width: 100%; 
    height: 100%;
    background: #000000;
}

.dirDiv {
    padding: 20px;
    font-size: 200%;
}

.infoDiv {
    padding: 20px;
    font-size: 120%;
}

.lodgingDiv {
    padding: 20px;
    font-size: 120%;
}

.guestInfoDiv {
    padding: 10px;
}

#left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 100%;
    overflow: hidden;
    background-color: #4285f4;
    /*float: left;*/
}

#rightcontent {
    position: fixed;
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
}

.rsvp_input {
    padding: 10px;
}

.rsvp_remove_guest {
    background: #DC143C;
    cursor: pointer;
    padding: 5px;
}

.add_guest {
    background: #535353;
}

.submit_button {
    background: DarkGreen;
}

.guestArea {
    padding: 15px;
}

.guestBottom {
    clear: both;
}

