﻿/* 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. */


/* 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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


section.downloads {
  background: #222222;
  background: linear-gradient(to right, #222222, #09092b);
  
}

section.downloads .cards {
  min-height: 460px;
}

.btn-primary {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-primary:hover {
  color: #fff;
  background-color: #09092b;
  border-color: #09092b;
}

.downloads .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.downloads hr {
  margin: 1.5rem 0;
}

.downloads .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.downloads .card-download {
  font-size: 3rem;
  margin: 0;
}

.downloads .card-download .period {
  font-size: 0.8rem;
}

.downloads ul li {
  margin-bottom: 1rem;
}

.downloads .text-muted {
  opacity: 0.7;
}

.downloads .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .downloads .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .downloads .card:hover .btn {
    opacity: 1;
  }
}

.card-title img {
  max-width: 80px;
  padding-right: 10px;
  max-height: 40px;
}

.releasenotes a {
  color:white;
  font-size: 1.1em;
}