﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

body {
    text-align: center;
    background-image: url(/images/pic01.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
}
footer {
    opacity: 90%;
    background: #7ca2c8;
}
.footer {
    width: 100%;
    min-height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 100px 0 0 0;
  
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.navbar{
    background:#1b6ec2;
}
    .navbar a, .navbar > .text-dark {
        color: #fff;
    }


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.menuwrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ul.menu {
    float: left;
    margin: 0px;
    margin-block-start: 0px;
}

ul.menu > li {
    float: left;
    margin: 0 0 0 10px;
    list-style: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


.backg {
    background-image: url(/images/pic01.jpg);
}

.full {
    width: 100%;
}

.view {
    text-align: center;
    background-image: url(/images/pic01.jpg);
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mview {
    text-align: center;
    background-image: url(/images/pic01.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
}

.page {
    padding: 10px;
    text-align: left;
}

    .page label {
        border-bottom: 3px solid #808080;
        font-size: 120%;
    }

.unibtn {
    background-image: url(/images/pic01.jpg);
}

.progress {
    display: none;
    background-color: transparent;
}

    .progress > .full {
        width: 100%;
        max-height: 5px;
    }

.button {
    border: 1px solid #444444;
    border-radius: 3px;
    box-shadow: #808080 2px 2px 2px;
    cursor:pointer;
    padding:3px;
    background:#bbbbbb;
    font-size:90%;
    font-style:italic;
}

.big-button {
    min-width: 300px;
    min-height: 100px;
    border: 1px solid #2ee4bb;
    border-radius: 5px;
    cursor: pointer;
    padding: 25px;
    
    
    position: relative;
    background-color: #1b6ec2;
    color: white;
    box-shadow: #808080 5px 5px 5px;
}

    .big-button:hover {
        min-width: 300px;
        min-height: 100px;
        border: 1px solid #2ee4bb;
        border-radius: 5px;
        cursor: pointer;
        padding: 25px;
        box-shadow: #808080 5px 5px 5px;
        position: relative;
        background-color: #1b6ec2;
        color: white;
    }

    .big-button .back {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

        .big-button .back img {
            position: relative;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: #2ee4bb;
            opacity: 0.6;
            color: #ffffff;
            text-shadow: 1px 1px #b6ff00;
        }

.btn-lg-header {
    width: 50%;
    height: 100%;
    max-width: 100px;
    position: relative;
    left: 0;
}

.btn-lg-body {
    width: 50%;
    font-size: 1.6em;
    font-weight: 600;
    color: white;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}
.hidden{
    display:none;
}
.orange {
    color: #f95804;
    font-weight: bold;
}
.blue {
    color: #0366d6;
    font-weight: bold;
}
.kamolika {
    width: 80%;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    border: 3px solid #0366d6;
    border-radius: 5px;
    opacity: 0.9;
    background-image: url(/images/pic01.jpg);
}
.kamolika-banner{
    font-size:1.2em;
}
