.audiowide-regular {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.caacupe-one-regular {
  font-family: "Caacupe One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
}

body{
    background-color: rgb(177, 212, 241);
    margin: auto;
    padding: auto;
}
footer{
    margin: auto;
    background-color: blue;
    color: white;
    border: 2px;
    border-color: white;
    border-style: solid;
    width: 250px;
    height: 20px;
    margin-top: 50px;
}
#navigation{
    background-color: rgb(47, 111, 230);
    display:flex;
    flex-direction:column;
    top:0px;
    position: sticky;
}
.white-text{
    color: white;
    -webkit-text-stroke: 1px black;
}
#navigation h1{
    display: flex;
    -webkit-text-stroke: 1px white;
    flex-direction: row;
    font-size: 80px;
    padding-left: 20px;
    margin: auto;
}
#nav-bar{
    margin: auto;
    font-size: 32px;
    padding-left:20px;
    padding-bottom: 10px;
}

#nav-bar a:hover{
    color: black;
    margin: auto;
}
#nav-bar a{
    color: white;
    background-color: blue;
    text-decoration: none;
    padding: 2px;
    border: 2px;
    border-style: solid;
    border-color: white;
    border-radius: 5px;
}
#about-section{
    scroll-margin-top: 150px;
    display: flex;
    margin: auto;
    padding: 10px;
}
#about-section .box
{
    color: black;
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 2px;
    border: 2px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-radius: 5px;
    margin: auto;
}

.box p{
    margin: auto;
    padding-left: 20px;
}
#about-section .box h1 {
    margin: auto;
    text-align: center;
    text-decoration: underline;
}
#services-section{
    background-color: white;
    text-align: center;
}
    #services-section .box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    gap:20px;
}
#services-section .box-items{
    border: 2px;
    border-color: black;
    border-style: solid;
    text-align: left;
    min-width: 600px;
    max-width: 600px;
    height: auto;
    margin: auto;
    padding-bottom: 5px;
}

#services-section .box .box-items h3{
    text-align: center;
}
#services-section .box .box-items p{
    padding: 5px;
}
#services-section .box .box-items label{
    font-weight: 600;
    color: white;
    background-color: blue;
    text-decoration: none;
    padding: 2px;
    border: 2px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    margin: 5px;
    margin-top:2px;
}

#contact-section{
    background-color: white;
    padding-bottom: 10px;

}
#contact-section #boxes{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap:20px;
    margin-left:20%;
    margin-right: 20%;
    margin-bottom: 20px;
}
#contact-section #boxes .box a{
    color: white;
    background-color: blue;
    border: 2px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
}
#contact-section #boxes .box a:hover{
    color:black;
}

#contact-section h1, h2{
    text-align: center;
}
#contact-section .box{
    background-color: white;
    border: 2px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    width: 50%;
    height:auto;
}

#box-service-request {
    background-color: white;
    border: 2px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}
#box-service-request a {
    background-color: blue;
    color:white;
    border: 2px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    font-size: 100%;
    width: auto;
}
#box-service-request a:hover{
    color: black;
}
.service-request-page h1{
    margin-left:2%;
}
.service-request-page{
    background-color: white;
    border: 2px;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    min-width: 100px;
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-top:5px;
    margin-bottom:5px;

    font-size: 28px;
}
.service-request-page input, textarea{
    height: 60px;
    font-size: 28px;
    margin-top: -2%;
    margin-left: 5%;
    margin-right: 1%;
    margin-bottom:5px;
}
.service-request-page textarea{
    height: auto;
    resize: none;
}
#list{
    background-color: white;
    width: 75%;
    border: 2px;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    margin: auto;
    text-align: left;
    align-items: center;
    font-size: 28px;
}
input[type="radio"] {
    width:32px;height:32px;
    margin-left: 2%;
    margin-right:2%;
    margin-bottom: 3%;
}
#list h1{
    margin-left:2%;
}
#list .service-list-form{
    width: 100px;
}

#submit-button{
    background-color: white;
    width: 50%;
    border: 2px;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    align-items: center;
    padding: 5px;
}
#submit-button button
{
    text-align: center;
    width: auto;
    height: auto;
    padding: 12px 24px;
    font-size: 32px;
}

#ticket-booth{
    display: flex;
    flex-direction: row;
    text-align: left;
    height: 1%;
}
#ticket-booth-active-column h3{ text-align: center;}
#ticket-booth-completed-column h3{ text-align: center;}

#ticket-booth #ticket-booth-active-column{
    background-color: rgb(100, 255, 255);
    border: 2px;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    width: 50%;
    height: auto;
}
#ticket-booth #ticket-booth-completed-column{
    background-color: rgb(228, 247, 62);
    border: 2px;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    width: 50%;
    height: auto;
}
#ticket-booth #ticket-booth-active-column  .ticket-booth-items{
    background-color: white;
    border: 2px;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
}
#ticket-booth #ticket-booth-completed-column  .ticket-booth-items{
    background-color: white;
    border: 2px;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
}

.ticket-booth-items li{
    align-items: center;
    list-style: none;
}

#login input {
    margin: auto;
    margin-left: 40%;
    font-size: 32px;
    height: 128;
    width: 256;
}

#edit_page {
    margin: auto;
    text-align: left;
    width: 75%;
    height: auto;
    font-size: large;
    white-space: normal;
    overflow-wrap: break-word;
}
#edit_page textarea{
    font-size: 16px;
    text-align: left;
    width: 500px;
    height: 200px;
    margin: auto;
    resize: none;
}
#edit_page label{
    font-size:32px;
}
#edit_page input{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    width: 500px;
    height: auto;
    margin-top:15px;
    padding-bottom:10px;
    padding-top:10px;
    border-radius: 5px;
}
#edit_page input[type="checkbox"] {
    width: 32px;
    height: 32px;
}
#edit_page input:checked{
    width: 32px;
    height: 32px;
}

#edit_page button{
    font-size: 32px;
    margin-top:15px;
    padding-bottom:10px;
    padding-top:10px;
}
