@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

#wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: rgb(43, 43, 43);
    padding: 5px 10px;
    border-width: 10px;
    border-color: rgb(38, 20, 0);
    border-style:groove;
    border-radius: 5px;
}

#wrappernav {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: rgb(43, 43, 43);
    padding: 5px 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 5px;
    border-color: rgb(38, 20, 0);
    border-style: ridge;
    width: fit-content;
}

.headerpic {
   width: 400px;
   height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: contain;
    margin-top: 20px;
    margin-bottom: 20px;
   
}

body {
   background-image: url(images/uasasset.jpg);

}

nav {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
  
}

nav a {
    color: antiquewhite;
    text-decoration: none;
    padding-top: 10px;
    font-family: 'Kanit', sans-serif;
    font-size: large;
    
}
nav a:hover {
    color: rgb(255, 196, 0);
    text-shadow: 0 0 15px #fed25a; 
    

}

footer {
    text-align: center;
    font-family: 'Kanit', sans-serif;
    margin-top: 10px;
    padding-bottom: 10px;
}

p {
    color: antiquewhite;
    font-family: 'Chivo Mono', monospace;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
    
}

.imagecenter {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.imagecenter2 {
    border-radius: 20px;
}

.centeredtextpic {
    position: absolute;
    top: 470px;
    left: 290px;
    color: rgb(255, 196, 0);
    text-shadow: 0 0 15px #fed25a; 
    transition: transform .2s;
    animation: zoom-in-zoom-out 4s ease infinite;

}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
      }
      50% {
        transform: scale(1.4, 1.4);
      }
      100% {
        transform: scale(1, 1);
}
}

.centeredtextpic2 {
    position: absolute;
    top: 320px;
    left: 370px;
    color: orange;
    text-shadow: 0 0 15px black;
    transition: transform .2s;
    
    font-size: 60px;

}


h1 {
    color: antiquewhite;
    font-family: 'Sedgwick Ave Display', cursive;
    font-size: 50px;
    

}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;

}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;

}

.clear {
   clear: both;

}

.flexcontainer {
    display: flex;

}

#aligncenter {
    left: 10px;
    
}

section {
    width: 430px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(27, 25, 25);
    border-radius: 10px;
}

section:hover {
    color: rgb(255, 196, 0);
    box-shadow: 0 0 15px #fed25a; 
}

#section2 {
    width: 800px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(27, 25, 25);
    border-radius: 10px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 15px #fed25a; 
}

#upsection {
    width: 220px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(27, 25, 25);
    border-radius: 10px;
    justify-content: center;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: transform .1s;

}

#upsection:hover {
    box-shadow: 0 0 15px #fed25a; 
    transform: scale(1.05)
}

#flexcontainer {
    display: flex;
    margin-bottom: 10px;
}

h2 {
    font-family: 'Kanit', sans-serif;
    margin-top: 10px;
    color: antiquewhite;
    font-size: 25px;
}

li {
    font-family: 'Kanit', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    color: antiquewhite;
    padding-left: 10px;
}

ol {
    list-style-type: disc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.nonh1 {
    color: antiquewhite;
    font-family: 'Anton', sans-serif;
    font-size: 40px;
    margin-top: 10px;
    text-shadow: 0 0 15px #fed25a; 
}

img {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    
}

a {
    color: #fed25a;
    padding-bottom: 10px;
}

input {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    background-color: #fed25a;
    border-radius: 10px;
    border-color: black;
    padding-top: 5px;
    padding-bottom: 5px;

}

input:hover {
    transform: scale(1.05);
    transition: transform .2s;
}

/* ----- MAILCHIMP --------*/
.asterisk {
    color: red;
}

.indicates-required, .mc-field-group {
    margin-bottom: 10px;
    margin-top: 10px;
    color: antiquewhite;

}

label {
    color: antiquewhite;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;

}

.mc-field-group label {
    margin-right: 20px;
    width: 120px;
    text-align: right;
    display: inline-block;
}

#mc_embed_signup {
    margin-left: auto;
    margin-right: auto;
}