﻿/* 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. */
body {
  /*padding-top: 50px;*/
  /*padding-bottom: 20px;*/
  /*background: #efefef;*/
  background: #939393;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto Light';
}

.navbar {
    min-height: 80px;
background-color: lightblue !important;
}

.navbar1.transparent {
  min-height: 50px !important;
  background-color: transparent;
  margin-top: 0px;
}

.h2.white {
  background-color: white;
  margin-bottom: 0px;
  padding-left: 15px;
}

.navbar-brand {
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }
}

.header-section {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 35%;
    left: 40%;
}

.content {
    max-width: 1150px !important;
    margin: auto;
}

#productCard {
    position: relative;
}

  #productCard:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    /*height: 98%;*/
    height: 238px;
    width: 98%;
    border: 1px solid #eaeaea;
    box-shadow: 0px 1px #eaeaea;
    border-radius: 5px;
  }

.product-card-summary {
  border: 3px solid #eaeaea;
  padding: -15px;
  margin-left: 20px;
  margin-right: 15px;
  margin-top: 10px
}


.ProductLandingPageCard:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 98%;
  width: 98%;
  border: 1px solid #eaeaea;
  box-shadow: 0px 1px #eaeaea;
  border-radius: 5px;
}