* {
    font-family: Georgia, 'Times New Roman', Times, serif;
    letter-spacing: .1ch;
    box-sizing: border-box;
}
#main-banner {
    max-width: 60%;
    /* width: 70%; */
    min-width: 10%;
}
#small-banner{
    max-width: 30%;
    /* width: 70%; */
    min-width: 10%;
}

input.radio-btn, input.checkbox{
    width: auto;
}

.campus-choice {
    display: flex;
}

.card-container {
    display: flex;
    
}

.card:hover {
    cursor: pointer;
    transform: scale(1.02,1.02);
    transition: all .2s;
}

.card {
    /* background-color: cyan; */
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem;
    border: 2px solid #002653;
    padding-bottom: 1.2rem;
    margin: 1.5rem;
    transition: all .2s;
}

.card-icon {
    width: 50%;
}


a img {
    display: block;
    margin: auto;
}

form,.admin-only,.volunteer-only, #guest-on-campus-address,#guest-off-campus-address, #volunteer-on-campus-address,#volunteer-off-campus-address{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin: 1rem;
    min-width: 40%;
    max-width: 80%;
}

a {
    color:#C2003D;
}
a:visited {
    color:#990000;
}

h1 {
    margin-bottom: 1.5rem;
}

p {
    margin: 0px;
    margin-bottom: .5rem;
    color: #002653;
}

button:hover, .btn:hover {
    cursor: pointer;
    width: 15.5rem;
    transition: all .2s;
}

label {
    font-weight: bold;
    margin-bottom: .5rem;
}

input {
    width: 15rem;
    padding: .6rem;
    width: 17rem;
    margin: .5rem;
    border-radius: 2rem;
    background-color: white;
    border: 2px solid #002653;
    color: #002653;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}

button, .btn {
    padding: .6rem;
    width: 15rem;
    margin: .5rem;
    border-radius: 2rem;
    background-color: white;
    border: 2px solid #002653;
    color: #002653;
    font-weight: bold;
    transition: all .2s;
}

.btn-primary {
    background-color: #002653;
    border: none;
    color: white;
}
.button-menu {
    display: flex;
    flex-direction: column;
    margin: 1.4rem;
    align-items: center;
}
.container {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: red; */
    /* background-color: #002653; */
    min-height: 90vh;
}
footer {
    /* color: #012460; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
table {
    min-width: 80%;
    border-collapse: collapse;
}
thead,tbody {
    margin: 0px;
}
td {
    border: 1px solid black;
    text-align: center;
    width: 16%;
}


tr {
    height: 2rem;
}