@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.buttonPause {
    color: blue;
    font-weight: bold;
    font-size: x-large;
}

.wrapper {
    max-height: 2000px;
    display: flex;
    gap: 20px;
}

.box {
    border: 1px solid blue;
}

.box img {
    width: 90%;
    height: 90%;
}

.box img {
    object-fit: cover;
}

.messageBox {
    width: 90%;
    padding: 10px 10px 10px 10px;
    border: 2px solid blue;
    margin: auto;
    color: blue;
    background-color: yellow;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}


.tickets {
    width: 50%;
    padding: 10px 10px 10px 10px;
    border: 2px solid blue;
    margin: auto;
    color: blue;
    background-color: floralwhite;
    text-align: center;
    font-size: x-large;
}

.donations {
    color: blue;
    font-weight: bold;
    font-size: xx-large;
}

.verticalspacer {
    height: 20px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 50%;
    border: 2px solid blue;
}


.textBox {
    color: blue;
    text-align: center;
    font-weight: bold;
}
.textParagraph {
    color: blue;
    text-align: center;
    font-size:x-large;
}
.tab {
    display: inline-block;
    margin-left: 4em;
}
.teamName {
    text-align: center;
}
.teamList {
    display: flex;
    height: 100%;
    width: 20%;
    color: blue;
}
.teamPhoto {
    height: 50%;
    width: 70%;
    text-align: center;
}

.labelCheckbox {
    color: blue;
    font-weight: bold;
    font-size: xx-large;
}

.labelError {
    color: red;
    font-size: xx-large;
}

.colorBlue {
    color: blue;
}

.seqNumber {
    color: blue;
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
}

.BigAndBold {
    color: red;
    font-weight: bold;
    font-size: xx-large;
}

h2 {
    font-family: "Times New Roman", Times, serif;
}

