﻿/* 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%;
}


.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 */
}
body {
    font-family: 'Segoe UI', Avenir,Verdana;
    /*padding-left: 15px;
    padding-right: 15px;
    padding-top: 55px;*/
    /*background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);*/
    /*background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
    /*background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);*/
    /*background: #eee;*/
    /*background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    background-blend-mode: normal, lighten, soft-light;*/
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.body-pages {
    padding: 5px 10px 5px 10px;
    /*padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;*/
    margin-right: auto;
    margin-left: auto;
}
/*INDEX PAGE SPECIFIC*/
.agwlight {
    background: #ededed;
    color: #000;
}

.agwdark {
    background: rgb(54,69,84);
    color: aliceblue;
}
.indexbody {
    background: linear-gradient( rgba(0, 0, 0,0), rgba(0, 0, 0, 0) ),url('../images/bg_1_gray.jpg');
    background-size: cover;
    background-attachment: fixed, fixed;
    background-position: top left, bottom center;
    background-repeat: no-repeat;
}
.indexoverlayleft {
    position: absolute;
    bottom: 70px;
    left: 10px;
}

.indexoverlayright {
    position: absolute;
    bottom: -1000px;
    right: 10px;
}

.indexoverlayrighttop {
    position: absolute;
    top: 100px;
    right: 10px;
}
.container-in {
    display: inline-flex;
    flex-wrap: wrap;
}

    .container-in.space-around {
        justify-content: space-around;
    }

    .container-in.space-between {
        justify-content: space-between;
    }