/* /Pages/ContactForm.razor.rz.scp.css */
.contact[b-sgp96ybdly] {
    background: url("/images/downloads-bg.png") no-repeat center center scroll;
    background-color: black;
    background-size: cover;
    color: white;
    padding-bottom: 150px;
    padding-top: 150px;
    width: 100%;
}

.contact .container[b-sgp96ybdly] {
    position: relative;
    top: 30%;
}

@media (min-width: 992px) {
    .contact[b-sgp96ybdly] { height: 75vh; }
}

.contact [b-sgp96ybdly]::placeholder {
    color: slategray;
    font-weight: 700;
}

.btn[b-sgp96ybdly] {
    border-radius: 0;
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.btn-default[b-sgp96ybdly] {
    background-color: transparent;
    border: 1px solid deepskyblue;
    color: deepskyblue;
}

.btn-default:focus[b-sgp96ybdly], .btn-default:hover[b-sgp96ybdly] {
    background-color: deepskyblue;
    border: 1px solid deepskyblue;
    color: black;
    outline: none;
}
/* /Pages/FeaturesSection.razor.rz.scp.css */
.feature-section[b-ikc6tm637x] {
    padding-bottom: 150px;
    padding-top: 150px;
}

.feature-section .container[b-ikc6tm637x] {
    position: relative;
    top: 5%;
    width: 100%;
}

@media (min-width: 992px) {
    .feature-section[b-ikc6tm637x] {
        height: 75vh;
        width: 90%;
    }

    .feature-section .container[b-ikc6tm637x] { top: 10%; }
}
/* /Pages/FooterSection.razor.rz.scp.css */
footer[b-xdoq5g3ucw] { padding: 50px 0; }

footer p[b-xdoq5g3ucw] {
    font-size: 14px;
    margin: 0;
}
/* /Pages/IntroSection.razor.rz.scp.css */
.intro-background[b-ffch6yipfw] {
    background-attachment: scroll;
    background-color: black;
    background-image: url("/images/back1.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: table;
    height: 100%;
    padding: 120px 0;
    text-align: center;
    width: 100%;
}

.intro-background .intro-body[b-ffch6yipfw] {
    display: table-cell;
    vertical-align: middle;
}

.intro-background .intro-body .intro-header[b-ffch6yipfw] { font-size: 50px; }

.intro-background .intro-body .intro-text[b-ffch6yipfw] { font-size: 18px; }

@media (min-width: 768px) {
    .intro-background[b-ffch6yipfw] {
        height: 100vh;
        padding: 0;
    }

    .intro-background .intro-body .intro-header[b-ffch6yipfw] { font-size: 100px; }

    .intro-background .intro-body .intro-text[b-ffch6yipfw] { font-size: 22px; }
}

.intro-background[b-ffch6yipfw]  .btn-circle {
    background: transparent;
    border: 2px solid white;
    border-radius: 100% !important;
    color: white;
    font-size: 26px;
    height: 55px;
    line-height: 45px;
    margin-top: 15px;
    transition: background 0.3s ease-in-out;
    width: 55px;
}

.intro-background[b-ffch6yipfw]  .btn-circle:focus, .intro-background[b-ffch6yipfw]  .btn-circle:hover {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    outline: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-r9e93x9jak] {
    display: flex;
    flex-direction: column;
    position: relative;
}

main[b-r9e93x9jak] { flex: 1; }

.top-row[b-r9e93x9jak] {
    align-items: center;
    background-color: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    z-index: 1;
}

.top-row .btn-link[b-r9e93x9jak] {
    color: white;
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .top-row .btn-link[b-r9e93x9jak] { padding: 4px; }
}
