body{
  font: "lucidia sans";
}

.headImg{
  width: 70%;
  margin-top: 2vh;
  max-height: 50vh;
  max-width: 70vw ;
}

.prompt{
  position:absolute;
  left:10%;
  right:10%;
  bottom: 1rem;
}

.navbar{
  padding:0;
  border-bottom: 1px solid #d3b042;
  border-top: 1px solid #d3b042;
}

.nav-link:visited, .nav-link:active, .nav-link, .nav-link:link{
  color: white;
}

#countdown {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin:0; padding:0;
}

#countdown li {
  display: inline-block;
  width: 10rem;
  max-width: 20vw;
}
#countdown .timenumbers {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin: 0 auto;
  text-align: center;
}

#countdown p.timedescription {
  font-size: 1rem;
  font-variant: small-caps;
  line-height: 1.5rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 0px;
}

ul li{list-style: none;}

h2{
  border-top: 1px solid #d3b042;
  padding-top: 65px;
}

div.contr{
  min-height: 80vh;
  margin: auto;
}

form .form-group{
  margin: 1rem;
  font-size: 1.2rem;
}
.form-group input, .form-group textarea{
  padding: 1rem;
}
.wed{
  border: 4px solid #d3b042;
  background-color: #ddd;
}

input[type="radio"]{
  visibility: hidden;
}

input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 4px solid #d3b042;
  background-color: #ddd;
  width: 4rem;
  height: 4rem;
  margin: 1rem 1rem 1rem 0;
}

input[type="radio"]:checked + *::before {
  background: radial-gradient(#d3b042 0%, #d3b042 60%, #ddd 70%, #ddd);
}

.marquee {
  line-height: 1.4rem;
  background-color: ;
  color: #d3b042;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

div.foot, div.foot a:link, div.foot a, div.foot a:visited{
  color: #555;
  font-size: 9px;
  text-align: right;
}

.prog li{
  font-size: 1.5rem;
}

.prog li strong{
  color: #d3b042;
}

p{
  font-size: 1.2rem;
  line-height: 2rem;
}

.fls{
  border: 4px solid #d3b042;
}

.fls .thumbnail{
    object-fit: cover;
    width:100px;
    height:100px;
}

.fls .uploading .thumbnail, .fls .uploaded .thumbnail{
  opacity: 0.5;
}

.fls span{
  display: inline-block;
  height: 100px;
  width: 100px;
}

.fls .uploading:after {
    content: " ";
    display: block;
    width: 60px;
    height: 60px;
    margin: 20px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    top: -100px;
    position: relative;
}

.fls .uploaded:after{
  content: " ";
  display: block;
  transform: rotate(45deg);
  height: 50px;
  width: 25px;
  border-bottom: 7px solid #78b13f;
  border-right: 7px solid #78b13f;
  top: -80px;
  left: 35px;
  position: relative;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#galErr{
  color: red;
  text-align: center;
}

#gal img{
  object-fit: cover;
  min-width:100px;
  max-width: 250px;
  height:200px;
  padding: 4px;
}

.modal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.2);
}
.modal-inner{
  position: fixed;
  top: 10vh;
  left: 10vh;
  right: 10vh;
  bottom: 10vh;
}