﻿/* 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%;
}

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 */
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    background-color: #f1f1f1;
}


    .tab button {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}



.font.font-aboutTitle {
    font-size: 41.5px;
    font-weight: 300 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.59px;
    color: #535353;
}

.w-20 {
    width: 20% !important;
}


.border-gold {
    border-color: #b99516 !important;
}

.nav-tabs .nav-link.active {
    border-color: #b99516;
}

.subButton {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    justify-content: center;
}
.subButton.en {
    flex-flow: wrap;
    max-width: 700px;
}
    

.subButton button {
    width: 14rem !important;
    height: 45px;
    border: solid 1px #bebebe;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    background-color: white;
    width: 90%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
}

    .subButton button.active {
        color: #fff;
        background-color: #bf9a0e;
        border: unset;
    }

    .subButton.en button {
        width: auto !important;
        flex-grow: 1;
        margin-bottom:15px;
    }

.subButton a {
    width: 40%;
    height: 45px;
    border: solid 1px #bebebe;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    background-color: white;
    width: 90%;
    padding-top: 10px;
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
}

    .subButton a.active {
        color: #fff;
        background-color: #bebebe;
    }

ol.breadcrumb {
    background-color: transparent;
}

    ol.breadcrumb li {
        color: #535353;
    }

.contentTitle p {
    border-color: #b99516 !important;
}

.font-gold {
    color: #bf9a0e !important;
}

.font-black {
    color: #535353 !important;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.select-none {
    border-style: none;
}

.button-gold {
    background-color: #b99515; /* gold*/
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    opacity: 0.8;
}

.contentBorder-top {
    border-top: solid 1px #b99516;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.img-backgray {
    background-color: #f3f3f3;
}

.bg-lightgray {
    background-color: #f3f3f3;
}


@media only screen and (max-width: 991px) {
    .subButton.nav {
        flex-flow: nowrap;
    }

    .subButton {
        width: auto !important;
        justify-content: flex-start;
        overflow-x: scroll;
    }

        .subButton button {
            margin-right: 5px;
            flex-shrink: 0 !important;
        }
}