@import url('https://fonts.googleapis.com/css?family=Poppins:500,300');

body {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: #3e4144;
    text-align: left;
    background-color: #fff;
}

/* Utility classes */
.w-md-80 {
    width: 80%;
}

.w-lg-50 {
    width: 50%;
}

.mx-md-auto {
    margin-left: auto;
    margin-right: auto;
}

/* Additional responsive utilities */
@media (max-width: 767px) {
    .w-md-80 {
        width: 100%;
    }
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 40px;
}

h1, h2, h3, h4, h5 {
    font-weight: 500;
}

p, td, ul {
    line-height: 1.7;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px !important;
}

.brand {
    color: #377dff;
}

.underline {
    text-decoration: underline;
}

.text-bold {
    font-weight: 600;
}

.color-normal {
    color: #3e4144;
}

.dropdown-item {
    font-weight: 300;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
}
.nav-tabs .nav-link {
    padding: 15px;
    color: #77838f;
    border-radius: 0px;
}

.nav-tabs .nav-link:hover {
    background: #f4f4f4;
    border-color: #f4f4f4;
    margin: 0;
}
.nav-tabs .nav-link.active {
    background-color: #377dff;
    border-color: transparent transparent #377dff;
    border-radius: 0;
    color: white;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5dae2;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-label {
    display: block;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: 500;
}

.btn {
    font-weight: 500;
    padding: 0.75rem 1rem;
    line-height: 1.5;
    font-size: 16px;
    text-shadow: 0 0 20px rgba(0,0,0,.6);
}

.btn-sm {
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
}

.btn-primary, .badge-primary {
    color: #fff;
    background-color: #377dff;
    border-color: #377dff;
}

.table-primary, .table-primary th  {
    background-color: #377dff;
    color: #fff;
    font-weight: 400;
}


.table th, .table td {
    padding: 20px;
    border-bottom: none !important;
}

.table {
    border: 1px solid #e7eaf3;
    border-radius: 0.25rem
}

.card {
    border: none;
}
.shadow-sm {
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.125) !important
}

.blue-banner {
    background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
    color: #fff;
}

.site-header .logo {
    width: 325px;
}

.site-header .btn {
    text-shadow: none;
}

.site-header a {
    color: #77838f;
}

.ListBanner {
    background: #377dff;
    color: white;
    background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
    background-repeat: repeat-x;
}

.ArticleHeader {
    background: url(https://htmlstream.com/preview/front-v2.3.0/assets/img/1920x1080/img1.jpg);
    color: white;
    text-align: center;
}

.ArticleHeader h1 {
    font-weight: bold;
}

footer img {
    width: 280px;
}

.sticky-signup {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 20px rgba(0,0,0,.6);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px 4px;
}

.sticky-signup .btn {
    border-radius: 0px;
}