﻿.body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
}

.navbar {
    background: #2a2a2a;
}

.navbar-brand {
    cursor: pointer;
    margin-left: 10px;
    text-align: right;
    color: lightblue;
}

.navbar-brand:hover {
        color: lightblue;
    }

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(211,116,0, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(211,116,0);
} 

.nav-link {
    margin-right: 1em !important;
    color: lightblue;
    font-size: larger;
    text-align: right;
}

.nav-link:hover {
    color: lightblue;
}

.navbar-collapse {
    justify-content: flex-end;
}

.header {
    background-image: url('/Images/HomeBackground75.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.BlueHeaderBold26 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #0000CC;
}

.BlueHeaderBold17 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #0000CC;
}

.description_1 {
    text-align: center;
    position: relative;
    padding-top: 10%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 10%;
}

.description_2 {
    text-align: center;
    position: relative;
    top: 10px;
    margin-left: 60px;
    margin-right: 60px;
}

.description_3 {
    text-align: center;
    position: relative;
    padding-top: 10%;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 10%;
}

.description_4 {
    text-align: center;
    position: relative;
    padding-top: 5%;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 5%;
}

.description_p_offline {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
}

.description_h1 {
    color: lightblue;
}

.description_p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: justify;
}

.description_button {
    background: #939cc8;
    border-radius: 0;
    color: #f2f6e9;
}

/*.description button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
*/

.features {
    padding: 2em;
    position: relative;
}

.feature-title {
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-title-serv {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.bg-colour {
    background-color: #042C54;
    
}

.link_text {
    color: white;
}

    .link_text:hover {
        color: darkorange;
    }

.features img {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
}

.features .form-control,
.features input {
    border-radius: 0;
}

.features .btn {
    background-color: #464545;
    border: 1px solid #f2f6e9;
    color: #fff;
    margin-top: 5px;
    margin-left: 293px;
}

    .features .btn:hover {
        background-color: #333;
        border: 1px solid #333;
    }

.page-footer {
    background-color: #222;
    color: #ccc;
    padding: 60px 0 30px;
}

.footer-copyright {
    color: #666;
    padding: 40px 0;
}

@media (max-width: 575.98px) {
    .description, .description_1, .description_3 {
        padding: 10px 15px;
        position: relative;
        text-align: center;
    }

    .description_2 {
        padding: 0 15px;
        position: relative;
        text-align: center;
        margin: 0px;
    }

        .description, .description_1, .description_2 h1 {
            font-size: 2em;
        }

        .description, .description_1, .description_2 p {
            font-size: 1.2rem;
        }

   .features {
        margin: 0;
    }

    .services1 {
        left: 50%;
        position: absolute;
        top: 45%;
        transform: translate(-50%, -55%);
        text-align: center;
    }

    .form-horizontal .control-label {
        text-align: left;
    }
}
