﻿/* 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. */

:root {
    --bpink: #9c3a8c;
    --footer: #262829;
}
html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}


body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    /*background-image: url(/images/bg.jpg);*/
    /*background-size: contain;*/
}

#menu {
    top: 30px;
    font-size: 1.5em;
    font-weight: 800;
    z-index: 137;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.25s;
    color: var(--bpink);
    /*position: absolute;*/
}

    #menu:hover {
        transform: rotate(90deg);
        color: #FF9900;
    }

#sideMenu {
    width: 270px;
    height: 100%;
    top: 0;   
    overflow: hidden;
    background-color: white;
    box-shadow: 5px 5px 10px grey;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
.sidenav-left {
    left: -400px;
}
.sidenav-right {
    right: -400px;
}

    #sideMenu ul {
        list-style: none;
        padding: 0;
        margin-top: 75px;
    }

#sideMenu > ul > li {
    text-align: center;
    text-transform: none;
    height: 60px;
    line-height: 53px;
    margin: 3px 0;
    color: white;
    cursor: pointer;
    background-color: var(--bpink);
    font-size: 1.250em;
    letter-spacing: 0.2em;
    transition: all 0.25s;
}

#sideMenu ul > li:hover {
    background-color: #650756;
    color: black;
    letter-spacing: 0.25em;
    font-size: 1.5em
}

    #sideMenu.enter {
        opacity: 1;
        /*left: 0;*/
    }

#sideMenu.right-enter {
    opacity: 1;
    right: 0;
}
#sideMenu.left-enter {
    opacity: 1;
    left: 0;
}



#exit {
    position: absolute;
   
    padding: 0px;
    top: -10px;
    font-size: 3em;
    color: var(--bpink);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
.exit-left {
    left: 10px;
}
.exit-right {
    right: 10px;
}

#exit:hover {
    color: #FF9900;
    font-weight: 800;
}


.language-selector {
    background-color: transparent;
    font-size: 16px;
    text-align: center;
    border: 0;
    padding: .5rem 1rem;
    margin: 0px -8px;
    height: 40px;
}                               

.page_block {
    padding-top: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    min-height: calc(100vh - 150px);
}

.main-li {
    border: 1px solid var(--bpink);
    border-radius: 15px;
    margin: auto 8px;
    width: 110px;
    text-align: center;
    color: white;
    transition: all 0.25s;
}
.main-li:hover {
    background-color: var(--bpink);
    letter-spacing: 0.05em;
    font-size: 1em;
    color: white;
}

.main-li:hover .nav-link {
    color: white !important;
}


.sub-li {
    display: flex;
    height: 37px;
    border: 1px solid var(--bpink);
    border-radius: 15px;
    margin: 4px 4px;
    text-align: center;
    color: black;
    transition: all 0.25s;
    justify-content: center;
    align-items: center;
}
    .sub-li .alink {
        color: black !important;
        padding: .5rem 1rem;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }

.sub-li:hover {
    background-color: var(--bpink);
    letter-spacing: 0.05em;
    font-size: 1em;
    
}

    .sub-li:hover .alink {
        color: white !important;
    }


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
a.navbar-brand img {
    height: auto;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.sub-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    list-style: none;
    text-align: right;
    position: absolute;
    z-index: 99999;
    min-width: 185px;
    width:200px;
    padding: 0;
    margin: 5px 0 0;
    background: #fafafa;
    border: 1px solid #e3e3e3;
}

    .sub-menu li {
        margin-bottom: 5px;
    }

.devider {
    border-color: #a45197;
}

section {
    padding-bottom: 40px;
}

.caret {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 8px solid #ffffff;
    border-right: 8px solid transparent;
    border-bottom: 0 dotted;
    border-left: 8px solid transparent;
    content: "";
    color: white;
}

.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;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
   /* background-color: #9c27b0;*/
}

.carousel-item {
    max-height:350px;
}

    .carousel-item img {
        max-height: 350px;
    }

.carousel-caption {
    background-color: #9c3a8cb3 !important;
    border-radius: 8px;
}
.carousel-caption:hover {
     background-color: var(--bpink) !important;
} 
   
.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;
}

button:focus {
    outline: 0;
    outline: 0;
}


 

/* Sticky footer styles
-------------------------------------------------- */
.footer {
    width: 100%;
    text-align: initial;
    /* white-space: nowrap;*/
    /*line-height: 60px;  */
    background-color: var(--footer);
    color: white;
}

/*  Person 
---------------------------------------------------------------*/
.person-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.person-card {
    display: block;
    box-shadow: 0 3px 6px rgba(0,0,0,0.25);
    position: relative;
    overflow: hidden;
}

.person-picture {
    padding: 5px 8px;
}

    .person-picture img {
        width: 100%;
        height: 250px;
        max-width: none;
    }

    .person-picture::before {
        content: '';
        position: absolute;
        z-index: 2;
        left: 0;
        top: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.39);
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

.person-detail {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: auto;
    padding: 21px 5px 27px;
    background-color: #a45197;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.person-card:hover .person-detail {
    bottom: 0;
}

.person-card:hover .person-picture::before {
    top: 0;
}
     


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

}

@media (max-width:991px) {
    .sub-menu .items {
        margin-left: -38px !important;
    }
}