@media screen {


*,html,body,h1,h2,h3,h4,h5,h6,a,dl,dt,dd,ol,ul,li,p,.table,address {
  margin: 0; padding: 0; border: none;
  font-weight: normal;
}
html {
  min-height: 100%;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 14px;
  }
}
body {
  margin: 0; padding: 0;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #FBFCFA;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  scroll-behavior: smooth;
}

.headermain {
  flex: 1;
  top 0;
  width: 100%;
  background: transparent;
}

.header {
  padding: 0;
  border: none;
}
a.navbar-brand:link, a.navbar-brand:visited {
  color: #EEC144;
  text-decoration: none;
}
a.navbar-brand:hover, a.navbar-brand:active, a.navbar-brand:focus, a.navbar-brand:focus-visible, a.navbar-brand:focus-within, a.navbar-brand:target {
  color: #FAE599;
  text-decoration: none;
  outline: none;
}

.main {
  color: #5B0B57;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.main a:link, .main a:visited {
  color: #5B0B57;
  text-decoration: none;
}
.main a:hover, .main a:active, .main a:focus, .main a:focus-visible, .main a:focus-within, .main a:target {
  color: #5B0B57;
  text-decoration: none;
  outline: none;
}
.main h1 {
  color: #5B0B57;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.main h2 {
  color: #5B0B57;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.footer {
  padding: 0.5rem;
  background-color: #902B80;
}
.footer {
  color: #FBFCFA;
  nd-color: #902B80;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.footer a:link, .footer a:visited {
  color: #FBFCFA;
  text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus, .footer a:focus-visible, .footer a:focus-within, .footer a:target {
  color: #FAE599;
  text-decoration: none;
  outline: none;
}
.credit {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 500;
}


}
