/* hero title */
.hero-background {
    background-color: #085390;
    height: 250px;
}

.hero-text {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text-title {
    font-size: 70px;
}

@media (max-width:820px) {
    .hero-text-title {
        font-size: 45px;
    }
}

/* iframe */
iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}


/* our services */
.our-services-description {
    font-size: 20px;
}


/* under-construction-img */
.under-construction-img {
    width: 100%;
}


/* our products */
.our-products-description {
    font-size: 16px;
    color: #777;
}


/* athletic pages */
.athletic-description {
    font-size: 20px;
    color: #777;
}

.products-hr-lines {
    position: relative;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.products-hr-lines:before {
    content: " ";
    height: 1px;
    width: 40%;
    background: #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.products-hr-lines:after {
    content: " ";
    height: 1px;
    width: 40%;
    background: #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}

.products-card {
    border: 5px solid #81818133;
    padding: 0px 15px;
}

.products-title {
    margin-bottom: 30px;
}

.products-spec {
    display: flex;
    justify-content: center;
}

.products-spec ul {
    padding-left: 0;
}

.products-spec li {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.products-spec ul li:before {
    font-family: 'FontAwesome';
    font-size: 60%;
    color: #333;
    content: '\f054';
    margin-right: 10px;
}

.col-center {
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto;
}


/* our company */
.our-company-img {
    width: 100%;
}

.our-company-title {
    font-size: 18px;
    font-weight: bold;
}

.our-company-description {
    font-size: 14px;
    color: #777;
}

.our-company-link {
    color: #0d5796;
    font-weight: bold;
}

.our-company-link {
    color: #0d5796;
    font-weight: bold;
}

.our-company-spec ul {
    padding-left: 0;
}

.our-company-spec ul li {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.our-company-spec ul li:before {
    font-family: 'FontAwesome';
    font-size: 60%;
    content: '\f054';
    margin-right: 10px;
}


/* customer care */
.customer-care-description {
    font-size: 14px;
    color: #777;
}

.customer-care-description a {
    color: #0d5796;
    font-weight: bold;
    word-wrap: break-word;
}


.redirect-btn {
    background-color: #0d5796;
    border-color: #0d5796;
    color: #FFF;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.redirect-btn:hover {
    background-color: #0d5796;
    border-color: #0d5796;
    color: #FFF;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
}