﻿html {
    height: 100%;
}

body {
    overflow-x: hidden;
}
.banner-img {
    /*background-image: url('../images/tsche-bg.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
   
    width: 100%;
   background-position:center center;
}

.body-layer-mask {
    background-color: rgba(0,0,0,0.7);
    padding-bottom: 15px;
    width: 100%;
    position: relative;
}

header .logo-img img {
    height: 80px;
    border-radius: 5px;
}

.banner-headings {
    padding: 0px 15px;
    margin-top:-20px;
}

    .banner-headings h2 {
        text-transform: uppercase;
        font-weight: bold;
        color: #16f307;
        font-size: 40px;
        margin-bottom:20px;
    }

    .banner-headings h3 {
        font-weight: bold;
        color: #fff;
        text-transform:uppercase;
        font-size: 25px;
       
    }

.menu-button {
    position: absolute;
    top: 20%;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    width: 250px;
    right: -150px;
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.5s;
}

    .menu-button h5 {
        color: hotpink;
        margin: 0px;
    }

.header-menu {
    background-color: #fff;
    padding: 30px 15px;
    position: absolute;
    right: -300px;
    top: 0px;
    height: 100%;
    width: 250px;
}

    .header-menu h5 {
        color: hotpink;
        margin: 0px auto 30px;
    }

    .header-menu ul {
        list-style: none;
        padding: 0px;
    }

        .header-menu ul li {
            padding: 12px 15px 8px 12px;
            border-bottom: 1px solid #f2f2f2;
        }

            .header-menu ul li:hover {
                background-color: hotpink;
                transition: all 0.5s;
            }

                .header-menu ul li:hover a {
                    color: #fff;
                    padding-left: 15px;
                    transition: all 0.5s;
                }

            .header-menu ul li a {
                color: hotpink;
                display: block;
                transition: all 0.5s;
            }

                .header-menu ul li a:hover {
                    text-decoration: none;
                }


@media (min-width: 968px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 2.40rem;
        padding-left: 2.00rem;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.bg-dark {
    background-color: transparent !important;
}

.navbar {
    padding: 0px;
    margin-top:15px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav li {
    border-right: 1px solid #f2f2f2;
}

    .navbar-nav li:last-child {
        border-right: none;
    }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255, 85, 153);
}

footer {
    background-color: #000;
    padding: 15px;
}

    footer p {
        margin-bottom: 0px;
        color: #8d8d8d;
        text-align: center;
    }

.body-content {
    margin: 20px auto;
}

.body-links h3 {
    color: #ff2b66;
    font-size: 24px;
}

.body-links ul li {
    padding: 8px;
    border-bottom: 1px dotted #e3e4e4;
}

.body-tabs {
    margin-bottom: 30px;
    border: 1px solid #e3e4e4;
    padding: 15px;
}

    .body-tabs h3 {
        color: #ff2b66;
        font-size: 24px;
    }

    .body-tabs p {
        margin-bottom: 2px;
        margin-top: 15px;
    }

    .body-tabs .btn {
        margin-bottom: 15px;
    }

.btn-primary {
    color: #fff;
    background-color: #bb8f4b;
    border-color: #bb8f4b;
}

.btn-success {
    color: #fff;
    background-color: #ff5599;
    border-color: #ff5599;
}

.body-links p {
    margin-bottom: 0px;
    line-height: 30px;
}
.form-control {
    background-color:#f2f2f2;
    border-top-right-radius:10px;
    border-top-left-radius:0px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:0px;
}
label {
    margin-bottom:2px;
    font-size:14px;
}
.form-group span {
    color:#8d8d8d;
    font-size:12px;
}
.body-content h5 {
    color:hotpink;
    font-size:20px;
}