﻿/* 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;
    background-image: url(/Images/university.jpg);
    background-size: cover;
}
.noto-sans-bengali-gtext {
    font-family: "Noto Sans Bengali", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.zenback {
    background-image: url(/Images/magazineback.png);
}
.navbar {
    background-image: url(/Images/pic01.jpg);
    background-size: cover;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.gtext {
    font-size: 1.2em;
    https: //localhost:7135/
}

.gimage {
    width: 98%;
    padding: 6px;
    border: 1px solid silver;
    text-shadow: 2px 2px 4px #000000;
}

.bigbutton {
    padding: 5px;
    border: 4px outset #19bd7f;
    border-radius: 5px;
    background-color:  #3bf7b0;

    min-width: 200px;
    margin: auto;
    cursor: pointer;
    margin: auto;
    max-width: 390px;
    text-align: center
}

.hlogo {
    margin: 1em;
    width: 8em;
    height: 8em;
    padding: 1em;
    border: 0.5em solid #19bd7f;
    background: #ddccaa;
    border-radius: 100%;
}

.gheader {
    border: 1px;
    color: #19bd7f;
    font-size: 2.8em;
    font-weight: 800;
    text-shadow: 2px 2px 4px #000000;

}

.navbar, .footer {
    background-color: #f7ccae;
    color: white;
    background-image: url(/images/headerpage.png);
    background-size: cover;
}
.product {
    text-align: justify;
}

.image {
    padding: 8px;
    border: 4px outset silver;
    border-radius: 3px;
    margin: auto;
    height: 220px;
    width: 400px;
    background-color: #ddccaa;
}

.product h3 {
    text-decoration: underline;
}

.product h4 {
    text-align: center;
    text-decoration: underline;
}

.text-shadow {
    text-shadow: 2px 2px #8899aa;
    font-family: "Playwrite GB S", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}