
body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background: url('../img/blurredsunset.jpg') no-repeat center center fixed;*/
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}


.faqQuestion {
	font-size:  2em;
	color: #1AD4CF;
}

.faqAnswer {
	font-size:  1em;
	color: #808080;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 0px  #000000; /*overriding bootstrap.css*/
  color: #999999;
  text-align:center;
}

footer {
	margin: 50px 0;
}

#obj {  /* scale to the width of container */
width: 100%;  
object-fit: contain;  
}  


.rsvpfooter { /* little stripey guy with button at the bottom */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    background-color: #000000;
    padding: 10px 0;

}
