/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);
a {
    color: #008000;
}
.hide {
    display: none !important;
}
.error {
    border: 1px solid red !important;
}
.alert {
    position: fixed;
    bottom: 10px;
    left: 10px;
}
.main-text {
    color: #1890ff;
}

label.error {
    display: none !important;
}

button:disabled {
    opacity: 0.5;
}
button {
    outline: none !important;
}
.call-center {
    font-size: 1.5em;
    font-weight: 600;
}
.call-center a {
    color: white !important;
    text-decoration: none;
}
.btn-social {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100% !important;
}
header.masthead {
    padding-top: 5rem;
    padding-bottom: calc(10rem - 5rem);
}
#mainNav {
    background-color: #1890ff;
}
#mainNav.navbar-shrink {
    background-color: #1890ff;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
    color: rgb(13, 46, 89) !important;
}
hr.divider {
    background-color: #1890ff;
}
hr.divider-white {
    background-color: white;
}
footer {
    background-color: #1890ff;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: rgb(45 85 138);
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: white !important;
}
.btn-select {
    padding: 20px;
    border-radius: 6px;
    cursor: pointer;
}
.seats {
    background-color: #1890ff;
    color: white;
    padding: 20px;
    border-radius: 6px;
    cursor: pointer;
}
.full-seat .ant-modal-footer {
    display: none;
}
.yes {
    background-color: #1890ff;
    color: white;
}
.no {
    background-color: lightgray;
    color: white;
}
.ul-checked {
    list-style-type: none !important;
    text-align: left;
}
.ul-checked.no-padding-left {
    padding-left: 0px;
}
.ul-checked .anticon-check {
    margin-right: 7px;
}
@media (min-width: 768px) {
    .call-center {
        font-size: 2em;
    }
    header.masthead {
        padding-top: 7rem;
    }
}

@media (min-width: 992px) {
    .call-center {
        font-size: 3em;
    }
    header.masthead {
        height: auto;
        padding-top: 10rem;
    }
}

@media (max-width: 992px) {
    #mainNav {
        background-color: #1890ff;
    }
}

.team-member {
    margin-bottom: 3rem;
    text-align: center;
}
.team-member img {
    width: 14rem;
    height: 14rem;
    border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.team-member h4, .team-member .h4 {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.page-section {
    padding: 6rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
}
