﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #1F1F1F;
    font-size:14px;
    font-weight:300;
}
#advlock-warning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 150, 243, 0.9);
    color: #fff;
    text-align: center;
    padding-top: 10%;
    font-size: 1.2em;
    z-index: 1000;
}
.container-fluid {
    max-width:90%;
}
.header {
    width: 100%;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.top-bar {
    background-color: #00008B;
    color: #fff;
    font-size: 12px;
    padding: 13px 0;
}

.navbar-brand img {
    max-width: 100px;
}
.top-menu .nav-item {
    margin-right: 20px;
}
.top-menu .nav-link {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
}
.top-menu .nav-item.active .nav-link {
    color: #00008B;
    font-weight:bold;
}
.top-menu .navbar {
    min-height: 90px;
}

.dark-blue {
    background: #00008B;
    color: #fff;
}
.dark-blue:hover, 
.dark-blue:active {
    background: #00008B;
    color: #fff;
}
.how-it-works {
    margin-top: 50px;
}
.section-content {
    color: #797979;
    font-size:16px;
}
.section-content h3 {
    color: #1F1F1F;
    font-size: 30px;
    font-weight: 700;
    margin-bottom:30px;
}
.arrow-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}
.arrow-list li {
    margin-bottom:20px;
    position:relative;
    padding-left:35px;
}
.arrow-list li::before {
    content: '';
    background: url(../images/bullet-point.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    height: 24px;
    width: 24px;
}
.start-now-btn {
    height:50px;
    font-size:14px;
    margin-bottom:30px;
}
.page-banner {
    background-color: #1F1F1F;
    color:#fff;
    text-align:center;
    padding:50px 0;
    min-height:278px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
/*.about-us .page-banner {
    background-image: url('../images/about-bg.png');
    background-repeat:no-repeat;
    background-size:cover;
}*/
.page-banner h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px
}
.page-banner .banner-content {
    max-width: 600px;
    line-height:27px;
}
.section .section-heading {
    text-align:center;
    margin-bottom:50px;
}
.section .section-heading h2 {
    font-size:40px;
    font-weight:700;
}
.about-us .section {
    margin-top:70px;
}
.about-us .image-card-wrapper {
    margin-bottom:70px;
}
.about-us .image-card {
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 50px;
    text-align: center;
    font-size: 16px;
    min-height: 450px;
}
.about-us .image-card .image-holder {
    height: 200px;
    margin-bottom: 35px;
}

.rules {
    margin-top:50px;
}
.page-content {
    margin-top:50px;
}
.stats-row {
    margin-bottom:15px;
}
.user-stats strong {
    font-weight: bold;
    margin-right: 10px;
}
.user-stats span {
    color: #797979;
}
.form-panel {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding:20px;
    margin-top:20px;
}
.form-panel .question {
    margin-bottom:20px;
    font-size:24px;
}
.answers-list {
    margin-bottom:20px;
}
.answers-list .answer {
    margin-bottom:7px;
}

    @media screen and (max-width:768px) {
        .top-menu .navbar {
    min-height:auto;
}
}