﻿body, html {
    height: 100%;
    color: #ffffff;
    background-color:black;
}

.navbar-toggler-icon {
    background-image: url(../img/menu.png) !important;
}

a {
    text-decoration: none;
    color: #cccccc;
}

ul {
    list-style-type: none;
}

.bg {
    background-image: url("../img/bg3.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .5);
}


@media (min-width: 0px) and (max-width: 425px) {
    .scale {
        background-size: 80%;
    }
}

.brand {
    background-image: url("../img/cla.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    overflow: hidden;
    overflow-y: auto;
}

.bName {
    display: none;
}


.contact-form input, .contact-form input:active, .contact-form input:hover, .contact-form input:focus,
.contact-form textarea, .contact-form textarea:active, .contact-form textarea:hover, .contact-form textarea:focus {
    background: none;
    color: #fff;
}

nav a, nav a:active, nav a:hover {
    text-decoration: none;
    color: #ffda64;
    font-weight: bold;
}


.page-heading {
    color: #ffcc66;
    font-weight: bold;
}

.click-to-chat {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    right: 10px;
}

    .click-to-chat img {
        width: 100px;
    }

@media (min-width: 0px) and (max-width: 425px) {
    .click-to-chat img {
        width: 40px;
    }
}

@media (min-width: 425px) and (max-width: 50000px) {
    nav a {
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
}


@media (min-width: 0px) and (max-width: 425px) {
    nav a {
        font-size: 12px;
    }
}

.font-25 {
    font-size:25px;
}

.font-22 {
    font-size: 22px;
}

.font-20 {
    font-size: 20px;
}

.process-step {
    border: 1px solid #ffcc66;
    padding: 15px;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, .5)
}