body {
    font-family: "Hind", sans-serif;
    font-weight: 300;
}

.hide-menu {
    display: none;
}

.btn-primary {
    color: white;
    background-color: #4353ff;
    border: none;
}

.btn-primary:hover {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #2437ff;
}

.btn-primary:focus, .btn-primary:active {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    color: white;
}

.title {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.btn {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.075rem;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 5px;
    padding: 1.125rem 2.5rem;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.simple-page .blog-post ul {
    margin-left: 20px;
}

.simple-page .blog-post ol {
    margin-left: 20px;
}

.page-not-found {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: auto;
    background: linear-gradient(to right, #0e1134 0%, #020308 100%);
}

.page-not-found .content {
    padding-top: 10vh;
    padding-left: 15px;
    padding-right: 15px;
}

.page-not-found .content .image {
    height: 30vh;
    width: 32vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.page-not-found .content .logo {
    background-image: url("../img/logo.svg");
    width: 100px;
    height: 40px;
    margin-bottom: 2vh;
}

.page-not-found .content .error-img {
    background-image: url("../img/404.png");
    min-width: 300px;
    max-width: 700px;
    min-height: 180px;
    max-height: 330px;
    margin-bottom: 1vh;
}

.page-not-found .content .caption {
    margin-top: 4vh;
    margin-bottom: 4vh;
    line-height: 1.2;
    font-size: 14px;
    color: #abb7be;
    font-weight: 300;
}

.page-not-found .content .btn {
    text-decoration: none;
    display: inline-block;
}

.page-not-found .content .btn:hover, .page-not-found .content .btn:active, .page-not-found .content .btn:focus {
    color: white;
}

@media (min-width: 400px) {
    .page-not-found .content .caption {
        font-size: 16px;
    }
}

@media (min-width: 991px) {
    .page-not-found .content .error-img {
        margin-bottom: 4vh;
    }

    .page-not-found .conten .logo {
        width: 128px;
        height: 50px;
        margin-bottom: 8vh;
    }

    .page-not-found .content .caption {
        line-height: 1.6;
    }
}

@media (min-height: 1000px) {
    .page-not-found .content .logo {
        margin-bottom: 80px;
    }

    .page-not-found .content .error-img {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    table.mobile-table {
        font-size: 12px;
    }

    table.mobile-table td {
        padding: .25rem;
    }
}