﻿/* 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. */

.btn-primary {
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/*.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  color: lightgray;
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #1b6ec2;
  border-color: #1861ac;
}

a {
  color: white;
}

  a:hover {
    color: darkgray;
    text-decoration: underline;
  }

.Articles {
  background-color: #178f17;
  border: none;
  color: white;
  padding: 41px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  opacity: 0.8;
  border-radius: 50%;
}

.modal.show .modal-dialog {
  max-width: 80%;
  transform: none;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  height: 45rem;
}

.parallax {
  background-image: url('../img/headerbg.png');
  /*background-image: url('../img/grayscale.jpg');*/
  /* Set a specific height */
  min-height: 95vh;
  max-height: 100vh;
  height: 90%;
  overflow: hidden;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  color:white;
}

  @media (min-width: 1281px) {

  
  }

  /* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

  @media (min-width: 1025px) and (max-width: 1280px) {
    .parallax {
      background-image: url('../img/headerbg.png');
      /*background-image: url('../img/grayscale.jpg');*/
      /* Set a specific height */
      min-height: 93vh;
      max-height: 100vh;
      height: 90%;
      overflow: hidden;
      /* Create the parallax scrolling effect */
      background-attachment: fixed;
      background-size: cover;
      background-repeat: no-repeat;
      margin: auto;
    }
  
  }

  /* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

  @media (min-width: 768px) and (max-width: 1024px) {

    html {
      font-size: 16px;
    }

   
  }

  /* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    
  }

  /* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

  @media (min-width: 481px) and (max-width: 767px) {

    .Articles {
      background-color: white;
      border: none;
      color: black;
      padding: 10px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      opacity: 0.7;
      border-radius: 50%;
    }
  }

  /* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

  @media (min-width: 320px) and (max-width: 480px) {

    .Articles {
      background-color: white;
      border: none;
      color: black;
      padding: 10px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      opacity: 0.7;
      border-radius: 50%;
    }

    .modal.show .modal-dialog {
      max-width: 90%;
      transform: none;
    }

    .modal-body {
      position: relative;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 1rem;
      height: 34rem;
    }
  }


.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;
}

