.hugetext{
  font-size: xxx-large;
  font-weight: bold;
}

.myfont{
  font-family: Newsreader, serif;

}
@font-face {
    font-family: gunplay;
    font-style: normal;
    font-weight: normal;
    src: url("/static/assets/fonts/gunplay.3d-regular.otf") format("opentype");
}
.footer-link {
align-content: center;
text-decoration: none;
}


.masthead {
  background-color: #ecf0f1;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.mylinks{
text-decoration:none;
color: black;
}
.logostyle{
  font-family: 'Cinzel', serif;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 20px;
  font-size: x-large
}
.mydiv{
margin-top: 25px;
}


aside,
section {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:active {
  color: black;
}

.rotating-logo {
  height: 75px;
  margin-left: 25px;
  margin-right: 25px;
  transition: transform 2s ease;
}

.rotating-logo:hover {
  transform: rotate(360deg);
}


#mainNav .navbar-brand {
  margin: 25px;
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* style for OR divider */
.main-divider {
  display: flex;
  text-align: center;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 500;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
}

.main-divider span {
  color: #a8a8a8;
  padding: 0 1em;
}

.main-divider::before,
.main-divider::after {
  content: "";
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #c9c9c9;
  border-bottom: none;
  transform: translateY(50%);
}

.mb-3 {
  /*display: flex;*/
  align-items: center;
  gap: 10px;
}

.form-label {
  margin-bottom: 0 !important;
  width: 100%;
}


div.mb-3 {

}

div.mb-3.required textarea {
  border: 2px solid #000000 !important;
  border-radius: 5px;
}


.myfooter-top  {
  border-top: 4px solid #111;
  padding: 30px;
  border-bottom: 1px solid #111}

.mydot {
border-top: 1px dashed #111;
}
