﻿/* 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;
}

.navbar {
    padding: 0rem 1rem !important; /* padding: 0.5rem 1rem; */
}

/* 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;
}

hr {
    color: #cfe8cf; background-color: #cfe8cf;
}

/* navigation */
/*.nav-item, .nav-item a, .nav-item .dropdown-menu {
    font-size: 0.95em !important;
}*/
/* navigation background */
.nav-bg-ytm {
    background-color: #daf7e1 !important; /*#e9f1e9*/
}


/* index page carousel */
#carouselIndexPage {
    min-width: 100%;
    overflow: hidden;
}

    #carouselIndexPage img {
        width: 100%;
        height: 600px;
    }

    /*@media (min-width: 576px) {
    }

    @media (min-width: 768px) {
        #carouselIndexPage img {
            height: 360px;
        }
    }

    @media (min-width: 992px) {
        #carouselIndexPage img {
            height: 465px;
        }
    }

    @media (min-width: 1200px) {
        #carouselIndexPage img {
            height: 562px;
        }
    }*/

    #carouselIndexPage > .carousel-indicators {
        left: inherit;
        margin-right: 2% !important;
    }

        #carouselIndexPage > .carousel-indicators > li {
            border-radius: 100%;
            height: 12px;
            width: 12px;
            background-color: #CFD8DC;
            border: none;
            margin-right: 6px;
            margin-left: 6px;
        }

        #carouselIndexPage > .carousel-indicators > .active {
            background-color: #006000;
        }

    #carouselIndexPage .carousel-caption {
        width: 100%;
        left: 0;
        bottom: 0 !important;
        padding: 0 10px;
        color: #eee;
        text-align: center;
        background-color: rgba(2, 173, 0, 0.45);
        font-size: 0.9em;
    }

    #carouselIndexPage .item {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    #carouselIndexPage a, #carouselIndexPage a:link, #carouselIndexPage a:visited {
        color: #a2d8ff;
    }

        #carouselIndexPage a:hover {
            color: #74c5ff;
        }
/* end of index page carousel */

/* main page component boxes */
.componentBox {

}

.componentBoxHeading {
    font-size: 1.1em;
    font-weight: bold;
    color: #02ad00;
    background-color: #cfe8cf;
}

.componentBoxItem {
    border-bottom: 1px solid #ccc;
}

.componentBoxFooter {
}

/* page title */
h3.page-title {
    color: #02ad00;
}

/* footer */
.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 */
}

/* footer link */
.ytm-footer-link {
    color: black
}

    .ytm-footer-link:hover {
        color: red;
        text-decoration: none;
    }


/* image listing */
.col-listingelement {
    margin: 4px;
    padding: 4px;
    text-align: center;
    background-color: #eaeaea;
    border: 1px solid #d1d1d1;
    display: block;
    width: 100%;
}

    .col-listingelement:hover {
        -webkit-box-shadow: 0px 0px 15px 3px rgba(70,90,95,0.7);
        -moz-box-shadow: 0px 0px 15px 3px rgba(70,90,95,0.7);
        box-shadow: 0px 0px 15px 3px rgba(70,90,95,0.7);
        background-color: #7f8c8d;
    }

    .col-listingelement img {
        width: 100%;
    }

.col-listingelement-title {
    padding: 4px 0px 0px 0px;
    height: 40px;
    width: 100%;
    display: table;
    text-align: center;
}

    .col-listingelement-title span {
        width: 100%;
        vertical-align: middle;
        display: table-cell;
        font-weight: bold;
        text-align: center;
    }

.col-listingelement a, .col-listingelement a:link, .col-listingelement a:visited {
    text-decoration: none;
    display: block;
    font-size: 0.9em;
}

    .col-listingelement a:hover {
        text-decoration: none;
        background-color: #7f8c8d;
        color: #fff !important;
    }

.img-responsive {
    display: block;
    max-width: 770px;
    height: auto;
}
/* end of image listing */
