@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
body {
  font-family: 'Lato', sans-serif;
  margin: 0;
}
h1, h2{
  font-family: 'Dancing Script', cursive;
}
h1{
  font-size: calc(3rem + 1.5vw);
  text-align: center;
}
h2{
  font-size: calc(1.25rem + 1.5vw);
}


ul {
  list-style: none;
  padding: 1px;
}
iframe{
  width:100%;
  height:100%;
}
/* for contact - all pages*/
.contact,.banner-txt, .additional
 {
  font-size: 1.25rem;
}
.contact{
  transition: font-size 0.5s;
}
.contact:hover{
  font-size: 1.5rem;
  cursor: pointer; 
}
/*for footer elements - all pages*/

.legal-txt{
  font-size: 11px;
  text-align: center;
  display:flex;
  justify-content: center;
}
.legal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.legal-txt svg{
  margin: 4px;
  width: 16px;
  height: 16px;
}
.facebook{
background: linear-gradient(90deg, hsla(180, 82%, 45%, 1) 0%, hsla(330,67%, 52%, 1) 100%);
}
.facebook a{
  color: black;
  text-decoration: none;
}
.facebook img{
  height: 35px;
}

/* for event none bootstraps "card" - event page only */

.event{
  width: 300px;
}
.eventdetail{
  position: relative;
  left: 40px;
  top: -40px;
  width: 220px;
  height: 100px;
  background-color: white;
}
.eventdate, .eventdesc{
display: flex;
align-items: center;
}

.eventdate{
  font-weight: bolder;
}