/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and down) */
@media screen and (max-width: 576px) {
    .test-breakpoints {
        background-color: #ff0000;
    }

    .custom-nav {
        background-color: #fff;
        padding: 20px 0;
        width: 100%;
        border-radius: 0;
        z-index: 999;
        margin-bottom: 0;
        transition: all 0.5s ease-in-out;
    }

    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        line-height: 20px;
        border-bottom:1px solid rgba(0, 0, 0, 0.1);
        padding:9px 2px 8px 2px;
        color: #000 !important;
    }

    .custom-nav .logo .logo-dark {
        display: inline-block !important;
    }

    .custom-nav .logo .logo-light {
        display: none !important;
    }

    .stickyadd .logo .logo-dark {
        display: inline-block !important;
    }
    .stickyadd .logo .logo-light {
        display: none !important;
    }
    .header-name {
        font-size: 28px;
    }
    .btn-outline-custom {
        margin-bottom: 10px;
    }
    .section-title {
        padding-bottom: 0;
    }
    .section-title p {
        text-align: left;
        font-size: 14px;
        font-weight: 600 !important;
    }
    .markers li {
        display: block;
        margin: 7px 0px;
        background: url(../images/svg/check-list-points.svg) 0 -6px no-repeat;
        background-size: 20px 34px;
        padding-left: 22px;
        font-size: 14px !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {
    .test-breakpoints {
        background-color: #a66800 !important;
    }

    .custom-nav {
        background-color: #fff;
        padding: 20px 0;
        width: 100%;
        border-radius: 0;
        z-index: 999;
        margin-bottom: 0;
        transition: all 0.5s ease-in-out;
    }

    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        line-height: 20px;
        border-bottom:1px solid rgba(0, 0, 0, 0.1);
        padding:9px 2px 8px 2px;
        color: #000 !important;
    }

    .custom-nav .logo .logo-dark {
        display: inline-block !important;
    }

    .custom-nav .logo .logo-light {
        display: none !important;
    }

    .stickyadd .logo .logo-dark {
        display: inline-block !important;
    }
    .stickyadd .logo .logo-light {
        display: none !important;
    }
    .section-title {
        padding-bottom: 0;
    }
    .section-title p {
        text-align: left;
        font-size: 16px;
        font-weight: 600 !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .test-breakpoints {
        background-color: #beff00 !important;
    }

    .custom-nav {
        background-color: #fff;
        padding: 20px 0;
        width: 100%;
        border-radius: 0;
        z-index: 999;
        margin-bottom: 0;
        transition: all 0.5s ease-in-out;
    }

    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        line-height: 20px;
        border-bottom:1px solid rgba(0, 0, 0, 0.1);
        padding:9px 2px 8px 2px;
        color: #000 !important;
    }

    .custom-nav .logo .logo-dark {
        display: inline-block !important;
    }

    .custom-nav .logo .logo-light {
        display: none !important;
    }

    .stickyadd .logo .logo-dark {
        display: inline-block !important;
    }
    .stickyadd .logo .logo-light {
        display: none !important;
    }

    .first-title {
        font-size: 1.4rem;
        line-height: 32px;
    }

    .header-name {
        font-size: 34px;
    }

    .header-name span.simple-text-rotate {
        width: 100%;
        display: inline-block;
    }

    .section-title {
        padding-bottom: 20px;
    }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    .test-breakpoints {
        background-color: #00c2ff !important;
    }

    .custom-nav {
        background-color: transparent !important;
        padding: 20px 0;
        width: 100%;
        border-radius: 0;
        z-index: 999;
        margin-bottom: 0;
        transition: all 0.5s ease-in-out;
    }

    .custom-nav .navbar-nav li a {
        color: #fff !important;
        font-size: 14px;
        background-color: transparent !important;
        margin: 0 7px;
        letter-spacing: 0.05em;
        line-height: 24px;
        text-transform:uppercase;
        transition: all 0.5s;
        font-weight: 700;
        border: none;
    }

    .custom-nav .logo .logo-light {
        display: inline-block !important;
    }

    .custom-nav .logo .logo-dark {
        display: none !important;
    }

    .stickyadd .logo .logo-dark {
        display: inline-block !important;
    }
    .stickyadd .logo .logo-light {
        display: none !important;
    }
    .section-title {
        padding-bottom: 20px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    .test-breakpoints {
        background-color: #ab00ff !important;
    }

    .custom-nav {
        background-color: transparent !important;
        padding: 20px 0;
        width: 100%;
        border-radius: 0;
        z-index: 999;
        margin-bottom: 0;
        transition: all 0.5s ease-in-out;
    }

    .custom-nav .navbar-nav li a {
        color: #fff !important;
        font-size: 14px;
        background-color: transparent !important;
        margin: 0 7px;
        letter-spacing: 0.05em;
        line-height: 24px;
        text-transform:uppercase;
        transition: all 0.5s;
        font-weight: 700;
        border: none;
    }

    .custom-nav .logo .logo-light {
        display: inline-block !important;
    }

    .custom-nav .logo .logo-dark {
        display: none !important;
    }

    .stickyadd .logo .logo-dark {
        display: inline-block !important;
    }
    .stickyadd .logo .logo-light {
        display: none !important;
    }
    .section-title {
        padding-bottom: 20px;
    }
    .statistics {
        background-attachment: fixed;
    }
    .stages-info {
        background-attachment: fixed;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
    .test-breakpoints {
        background-color: #440027 !important;
    }
    .custom-nav {
        background-color: transparent !important;
        padding: 20px 0;
        width: 100%;
        border-radius: 0;
        z-index: 999;
        margin-bottom: 0;
        transition: all 0.5s ease-in-out;
    }

    .custom-nav .navbar-nav li a {
        color: #fff !important;
        font-size: 14px;
        background-color: transparent !important;
        margin: 0 7px;
        letter-spacing: 0.05em;
        line-height: 24px;
        text-transform:uppercase;
        transition: all 0.5s;
        font-weight: 700;
        border: none;
    }

    .custom-nav .logo .logo-light {
        display: inline-block !important;
    }

    .custom-nav .logo .logo-dark {
        display: none !important;
    }

    .stickyadd .logo .logo-dark {
        display: inline-block !important;
    }
    .stickyadd .logo .logo-light {
        display: none !important;
    }
    .section-title {
        padding-bottom: 20px;
    }
}