#baseContent {
  background-image: url('/assets/img/groom.png');
  background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;

}

.wht {
  color: #FFCE00;
}
.bluu {
  color: #1d2640!important;
}
.ft_rye {
  font-family: 'Rye', cursive;
}
.ft_gv {
  font-family: 'Great Vibes', cursive;
}
.ft_ss {
  font-family: 'Shantell Sans', cursive;
}
body {
  color: #ffffff;
  background-color: #1d2640;
}
h2, h3, h4, h5 {
  color: #ffffff!important;
}
.hr-ornate {
  background-image: url('/assets/img/divider.png')!important;
}
.ui.styled.accordion, .ui.styled.accordion .accordion {
  background-color: #1d2640!important;
}
.wt {
  color: #ffffff!important;
}