﻿/* 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 {
  text-decoration: none;
}

.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, body {
    height: 100%;
}

html {
  font-size: 14px;
}

header {
    position: fixed;
    margin: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

body {
    display: flex;
    flex-direction: column;
    background-color: rgb(245,246,248,255) !important;
}

.container {
    flex: 1 0 auto;
}


@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: 3px 3px 6px #767575;
}

.border-round {
    border-radius: 10px;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}


.footer {
    flex-shrink: 0;
    width: 100%;
    white-space: nowrap;
    background-color: #341702;
    color: #fff;
    padding: 30px;
}


.logoStyle {
    width: 250px;
    height: auto;
}

.onlyOnMobile {
    display: none;
}

.right-align {
    display: flex;
    justify-content: end;
}


.closeSideMenu {
    display: none;
}

.topMenuItem {
    padding: 3px 10px;
    cursor: default;
}



.topSubMenuBox {
    display: none;
    position: absolute;
    background-color: #341702;
    color: #fff;
    min-width: 160px;
    padding: 5px;
    box-shadow: 8px 8px 10px #000; 
}

    .topSubMenuBox a:hover {
        background-color: #fff;
        color: #341702 !important;
    }

.topMenuItemBox:hover .topMenuItem {
    background-color: #341702;
    color: #fff;
}

.topMenuItemBox:hover .topSubMenuBox {
    display: flex;
    flex-direction: column;
    z-index: 1100;
}


.hideIt {
    display: none;
}

.footerInfoContainer {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}



.footerInfoTitle {
    text-transform: uppercase;
    font-weight: bold;
}

.footerInfoContent {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .footerInfoContent img {
        width: 40%;
        height: auto;
        float: right;
        margin-top: 15px;
    }

        .footerInfoContent img:hover {
            cursor: pointer;
        }

.footerInfoItem {
    height: 40px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
}

    .footerInfoItem:hover {
        cursor: pointer;
        background-color: #fff;
        color: #341702;
    }

.infoContainer {
    width: 90%;
    margin: auto;
    margin-top: 100px;
}

.infoContent {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #767575;
    padding: 15px;
    overflow: hidden;
}

.infoImgList {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

    .infoImgList > img {
        width: 20%;
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
    }

.infoHeader {
    text-align: center;
}

.infoTitle {
    text-transform: uppercase;
}

.accountInfoContainer {
    max-width: 650px;
    display: flex;
    flex-direction: column;
}

.accountInfoBox {
    display: flex;
    justify-content: space-between;
    padding: 8px 4px;
    flex-wrap: wrap;
    margin: 1px 0;
}

    .accountInfoBox:nth-child(2n+1) {
        background-color: #808080;
    }


.accountInfoItem {
    height: 20px;
    width: 48%;
    min-width: 300px;
    display: flex;
    align-items: center;
}

    .accountInfoItem .toColumn {
        flex-grow: 2;
        padding: 8px 0;
    }


.idxSectionDivider {
    width: 70%;
    height: 2px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    border: none;
    color: #341702;
    background-color: rgb(52 23 2 / 0.80);
}


.utubeContainer {
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 100px;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #767575;
}

.utubeFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hamburgerBox {
    display: none;
}

.neBox {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 3px 3px 6px #767575;
    border-radius: 10px;
    margin-bottom: 50px;
}

.neImgBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .neImgBox img {
        width: 100%;
        height: auto;
    }

.neTextBox {
    margin-top: 20px;
}

.infoBox {
    display: flex;
    justify-content: space-around;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 3px 3px 6px #767575;
    border-radius: 10px;
    margin-bottom: 50px;
}

.infoItemImg {
    width: 20%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

    .infoItemImg > img {
        width: 100%;
        height: auto;
    }

.infoItemText {
    width: 79%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.centeredText {
    text-align: center;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #767575;
    margin-top: 50px;
    margin-bottom: 50px;
}

.banner img {
    width: 100%;
    height: auto;
}

.fabContainer {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.fabTriggerIcon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #341702;
    box-shadow: 0px 3px 6px #767575;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
}

    .fabTriggerIcon .fabDot {
        width: 7px;
        height: 7px;
        background-color: #fff;
        border-radius: 50%;
        transition: all 0.3s ease;
        animation: blink 3s ease infinite;
    }

    .fabTriggerIcon .fabDot-1 {
        animation-delay: 0s;
    }

    .fabTriggerIcon .fabDot-2 {
        animation-delay: 0.3s;
    }

    .fabTriggerIcon .fabDot-3 {
        animation-delay: 0.6s;
    }

    .fabTriggerIcon .fabDotActive {
        animation: none;
    }

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fabTriggerActionActive {
    opacity: 1;
    transform: scale(4);
}

.fabActionContainer {
    transition: all 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
}

.fabActionBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 60px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 6px #767575;
    color: #341702;
    font-weight: bold;
    background-color: rgb(212 206 206 / 0.85);
}

    .fabActionBox:hover {
        cursor: pointer;
        background-color: rgb(52 23 2 / 0.85);
        color: #fff;
    }

.fabActionBoxShow {
    transform: scale(1);
}

.fabActionIcon {
    margin-left: 8px;
    width: 40px;
    height: 40px;
    padding: 5px;
    overflow: hidden;
/*    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #767575;
*/}

    .fabActionIcon img {
        width: 100%;
        height: auto;
    }

@media (max-width: 767px) {
    .hamburgerBox {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
    }

    .navbar-brand {
        margin: 0 auto;
    }

    .right-align {
        flex-direction: column;
        justify-content: initial;
        width: 0;
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(52 23 2 / 0.90);
        color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .showSideMenu {
        width: 50%;
    }

    .onlyOnMobile {
        display: block;
    }

    .closeSideMenu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: large;
    }

    .topMenuItemBox:first-child {
        margin-top: 30px;
    }

    .topMenuItemBox:active .topSubMenuBox {
        margin-bottom: 35px;
        display: block;
    }

    .topMenuItem {
        padding: 3px;
        cursor: default;
        text-transform: uppercase;
        width: 90%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .topSubMenuBox {
        position: initial;
        color: initial;
        box-shadow: initial;
        padding: 0;
        background-color: transparent;
        border-top: 1px solid #fff;
    }

        .topSubMenuBox a {
            margin-left: 5px;
        }

    .footerInfoBox {
        width:100%;
    }

    .infoContainer {
        width: 100%;
    }

    .infoBox {
        flex-direction: column;
    }

    .infoItemImg {
        margin: 0 auto;
    }

    .infoItemText {
        width: 100%;
    }

    .infoImgList {
        width: 100%;
        overflow: initial;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .infoImgList > img {
            width: 75%;
            height: auto;
        }

}

@media (min-width: 768px) {
    .footerInfoBox {
        width:30%;
    }
}
.spaceOnTop10px {
    margin-top: 10px;
}

.spaceOnBottom10px {
    margin-bottom: 10px;
}
