/* 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;
}

.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%;
}

/* xs */
body {
    /* Margin bottom by footer height */
    margin-bottom: 140px;
}

/* sm */
@media (min-width: 576px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 110px;
    }
}

/* md */
@media (min-width: 768px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }
}
/* lg */
/*@media (min-width: 992px) {
    body {
        margin-bottom: 60px;
    }
}*/
/* xl */
/*@media (min-width: 1200px) {
    body {
        margin-bottom: 60px;
    }
}*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

/* xs */
.footer {
    line-height: 40px; /* Vertically center the text there */
}

/* sm */
/*@media (min-width: 576px) {
    .footer {
        line-height: 60px;*/ /* Vertically center the text there */
    /*}
}*/

 /*md */
@media (min-width: 768px) {
    .footer {
        line-height: 60px;  /*Vertically center the text there */
    }
}

/* lg */
/*@media (min-width: 992px) {
    .row-footer {
        line-height: 60px;
    }
}*/
/* xl */
/*@media (min-width: 1200px) {
    .row-footer {
        line-height: 60px;
    }
}*/


/* 
    My custom styles
*/

/* Squares */
.square {
    width: 100%;
    background-size: cover;
    background-position: center;
}

    .square:before {
        content: "";
        display: block;
        padding-top: 100%; /* initial ratio of 1:1*/
    }

/* Overlay Image Title */
/* The overlay effect - lays on top of the container and over the image */
.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-top: 4px;
}

/* When you mouse over the container, fade in the overlay title */
.image-container:hover .overlay {
    opacity: 1;
}

.image-container {
    cursor: pointer;
}

.context-examples em {
    background-color: #d7f2ff;
}

.context-examples a {
    text-decoration: underline;
}

.translate-examples {
    margin-left: 4px;
    margin-top: 4px;
    display: none;
}
/*.text-overflow {*/
/*width: 250px;
    height: 120px;*/
/*display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
}

.btn-overflow {
    display: none;
    text-decoration: none;
}*/

.carousel-control-prev,
.carousel-control-next {
    opacity: 0.7;
    background: #6c757d;
    width: 5%;
}

.carousel-indicators li {
    height: 5px;
}

.h1, h1 {
    font-size: 1.5rem;
}

.h2, h2 {
    font-size: 1.25rem;
}

.h3, h3 {
    font-size: 1rem;
}

.deep-blue {
    color: #1861ac;
}

/*.theme-link {
    margin: 0px 20px 0 20px;
}*/

.theme-link a {
    text-decoration: none;
    cursor: pointer;
}

#themeChanger:hover span {
    color: #3b95da;
}

/* xs */
.author-info {
    padding-bottom: 10px;
}

/*md */
@media (min-width: 768px) {
    .author-info {
        padding-bottom: 0px;
    }
}

