@font-face {
    font-family: 'HKGrotesk';
    src: url('/assets/fonts/HKGrotesk-Regular.eot');
    src: url('/assets/fonts/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/HKGrotesk-Regular.woff2') format('woff2'),
    url('/assets/fonts/HKGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

body {
    background-color: #25252f;
    font-size: 16px;
    font-family: HKGrotesk, Arial, serif;
    color: white;
}

body a {
    color: white;
}

h1 {
    font-size: 60px;
}

body a:hover {
    color: white;   text-decoration: underline;
}

.acquire-tablet {
    display: none;
}
.left .row.logo-container {
    margin-top: 50px;
    margin-left: 35px;
}

.btn {
    font-size: 16px;
    line-height: 1.5;
}

body .btn-success {
    background-color: #00BF96!important;
}

.icon {
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}


.btn-xl {
    padding: 18px 32px;
}

.form-control-lg {
    padding-top: 15px;
    padding-bottom: 16px;
    border-left-style: none;
}

.left {
    background-color: #25252f;
    height: 100%;
}

.left .row {
    margin-left: 20%;
    margin-right: 10%;
}

.search {
    margin-top: 110px;
}
.right {
    background-repeat: no-repeat;
    background-color: #25252f;
    background-position: right;
    background-size: cover;
    min-height: 100vh;
}

.login {
    position: absolute;
    top: 52.5px;
    right: 30px;
    z-index: 2;
}

.login.login-sm {
    display: none;
}
.right .parking-card {
    color: black;
}

.cards {
    margin-top: 250px;
}

.parking-card {
    width: 585px;
    margin-bottom: 40px;
    margin-left: -10%;
}

.parking-card:last-of-type {
    margin-bottom: 0px;
}

.input-group-text {
    background-color: white;
}
#domainName {
    margin-top: 23.5%;
}

.mask {
    background-color: #d6f1e7;
}

.parking-card:first-of-type h5 {
    font-size: 40px;
    font-weight: bold;
}

.parking-card h5 {
    font-size: 30px;
}

.parking-card .card-body {
    padding: 25px 30px 25px 30px;
}
.card-title .icon {
    margin-right: 18px;
    max-height: 36px;
    max-width: 36px;
    height: auto;
    width: auto;
}

.parking-card .card-text {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.parking-card .card-text.slim {
    font-weight: 400;
    opacity: 0.7;
}

.parking-card a, .acquire-tablet a {
    color: #00BF96;
}

.parking-card a:hover, .acquire-tablet a:hover {
    color: #00BF96;
    text-decoration: underline;
}

.parking-card a.btn-success {
    color: white;
}

.subtitle {
    font-size: 23px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
}

span.domain-name {
    color: #00BF96;
}

.search {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.no-gutter {
    margin-bottom: 0px;
}

.video-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.video {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
}
.video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: opacity(.5) blur(5px);

}
.content {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
}

#login-link {
    display: block;
}
/* tablet overrides */
@media (max-width: 1199px) {
    .video {
        display: none;
    }

    .login {
        top: 122.5px;
    }
    .acquire-tablet {
        display: inherit;
        background-color: black;
        text-align: center;
        padding: 23px 0px 23px 0px;
    }
    .left .row.logo-container {
        margin-left: 0px;
    }

    #domainName .col-lg-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cards {
        margin-top: 50px;
        padding: 0px 30px 0px 30px;

    }

    .left {
        padding: 0px 20px 0px 20px;
    }

    .search {
        margin-top: 60px;
    }

    .parking-card {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        max-width: 100%;
        width: auto;
    }

    .right {
        background-image: none;
        background-color: #25252f;
        background-position: right;
        background-size: cover;
        min-height: inherit;
        color: white;
    }

    .left .row, .row.search .col-md-12 {
        margin-left: auto;
        margin-right: auto;
    }

    #domainName {
        margin-top: 110px;
    }
}

@media (max-width: 922px){
    .login.d-md-flex.login-lg {
        display: none!important;
    }
    .login.login-sm {
        display: flex;
    }
    .acquire-tablet {
        font-size: 12px;
    }
}

@media (max-height: 550px)
{
    .cards { margin-top: 152.5px;}
}