﻿/* 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. */

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;
}

/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.BGSection {
    background: url(/Images/mainlogo.jpg) no-repeat fixed center top / cover;
    position: relative;
    overflow: hidden;
    height: 72vh;
    color: white;
}

.BG-overly {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.MyTitle {
}

    .MyTitle h3 {
        border-style: double;
        background-color: aqua;
        border-radius: 10px 10px 0px 0;
        width: 50%;
        display: inline-block;
        padding-bottom: 5px;
    }

.label-color {
    color: #00428A;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.Stud {
    padding: 20px 0px;
}

    .Stud p:first-child {
        display: inline;
    }

    .Stud p:last-child {
        display: inline;
    }

.pageSection {
    background-image: url('/Images/pattern-b-50.png');
    background-color: #f0ce0712;
    margin: 0;
    text-align: center;
}

    .pageSection .container {
        margin: 35px 0 35px 0;
        display: inline-block;
        padding: 15px;
        box-shadow: 0 0 10px 3px #0000007a;
        border-radius: 5px;
        background-color: #ffff;
        text-align: left;
    }

.ImgBg {
    background: url(/images/banners/furniture-bg.jpg) no-repeat fixed center top / cover;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display:flex;
    text-align:center;
}

.imgover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: -1;*/
}

.NavColor {
    color: #E4B546!important;
}

.GridHeader {
    font-size: 14px;
    font-weight: 200;
    background-color: #ddd;
}

.GridCell {
    font-size: 10px;
}

@media only screen and (max-width: 768px) {
    .Stud-Moble {
        text-align: center;
    }

    .GridHeader {
        font-size: 12px;
        font-weight: 200;
        background-color: #ddd;
        white-space: nowrap;
        width: 1%;
    }

    .GridCell {
        font-size: 8px;
        white-space: nowrap;
        width: 1%;
        vertical-align: middle;
    }

    .pro-content {
        padding-top: 110px!important;
    }
}
