﻿/* 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. */

.title-font {
    font-family: 'Kreon', serif;
}

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;
    text-decoration: none;
}

m-adjust {
    margin-left: 0;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
        text-decoration: none;
    }

    m-adjust {
        margin-left: -17px;
    }
}

.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 {
    margin-left: calc(100vw - 100%);
    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 */
}

.big-top {
    padding-top: 1rem !important;
}

.list-group-item {
    padding: .10rem 1rem !important;
}

@media print {
    a {
        color: black !important;
    } 
    a:link {
        border-bottom: none !important;
        text-decoration: none !important;
    }

    a[href]:after {
        content: none !important;
    }
}

.p-2 {
    padding: .1rem .3rem !important
}

.entry {
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tile-container {
    position: relative;
    /*border-top: solid #BDBDBD 1px;
    border-left: solid #BDBDBD 1px;*/ 
    /*margin: 5px 0px;*/
    width: 100%;
    font-size: 0;
}

.title-tile {
    font-size: 45px !important;
    width: 20%;
    background-color: #f2f2f2;
    font-family: 'Russo One', sans-serif;
    min-height: 22px;
    border-top: 2px #f2f2f2 solid;
    border-right: 3px #f2f2f2 solid;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    line-height: 1.7;
}

.tile {
    font-size: 40px;
    width: 20%;
    min-height: 22px;
    border-top: 2px #f2f2f2 solid;
    border-right: 3px #f2f2f2 solid;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    line-height: 2.2;
    font-size: 30px;
}

.container-fluid {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

@media (min-width: 768px) {
    .entry {
        width: 216px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tile {
        font-size: 40px;
        width: 20%;
        min-height: 22px;
        border-top: 2px #f2f2f2 solid;
        border-right: 3px #f2f2f2 solid;
        display: inline-block;
        text-align: center;
        font-weight: 500;
        line-height: 2;
        font-size: 40px;
    }

    .title-tile {
        font-size: 55px !important;
        background-color: #f2f2f2;
        font-family: 'Russo One', sans-serif;
    }
}