﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
.setpic {
    opacity: 0.0;
}

.postimagemiddle {
    width: 100%;
    opacity: 1;
    position: absolute;
    top: 50%;    left: 50%;    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
    .setpic:hover {
        opacity: 0.6;
    }
.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;
}

@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;
    line-height: 60px; /* Vertically center the text there */
}

@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

body {
    font-family: 'Muli', sans-serif;
    /*font-family: "Lato", sans-serif;*/
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    /*left: 0;*/
    right: 0;
    /*background-image: linear-gradient(0deg, rgb(60, 80, 230), rgb(100 140 254));*/
    /*background-color: rgb(86, 114, 249);*/
    background-color: #234197;
    /*background-color: #3b9ad7;*/
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: left;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: white;
        display: block;
        transition: 0.3s;
        margin-bottom: 3px;
    }

    .sidenav .it {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: black;
        display: block;
        transition: 0.3s;
        /*font-family: 'Muli', sans-serif;*/
        font-family: 'Oswald', sans-serif;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .sidenav a:hover {
        color: black;
    }

    .sidenav .closebtn {
       /* position: absolute;
        top: 0;*/
        /*right: 25px;*/
        font-size: 45px;
        /*margin-left: 50px;*/
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
@keyframes glowEffect {
    0% {
        text-shadow: none;
        transform: scale(1);
    }

    50% {
        text-shadow: 0 0 10px #ffd700, 0 0 20px #ffc107, 0 0 30px #ffeb3b;
        transform: scale(1.05);
    }

    100% {
        text-shadow: none;
        transform: scale(1);
    }
}

.top-25 {
    top: 85px !important;
}

@media (min-width: 768px) {
    .top-md-55 {
        top: 55px !important;
    }
}



.blink-icon {
    animation: blink 4s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

