* {
    /* Disable pinch zoom */
    touch-action: pan-x pan-y;
    /* Disable text selection */
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

#embedded-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0);
    max-width: 100%;
    overflow-x: hidden;
    height: calc(100vh + 2px);
    width: 100vw;
    margin-top: -25px;
}

#language-select-container {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 20px;
}

#language-select {
    font-size: 2.5rem;
    background-color: rgb(49, 48, 48);
    color: white;
    border: 0px solid rgba(0, 0, 0, 0.2);
}

p {
    font-size: 0.8rem;
}

.nav {
    width: 100%;
    justify-content: space-around;
}

.nav-link.tab-title {
    padding: 0 !important;
    font-size: 2.5rem;
    width: 300px;
    line-height: 100%;
}

.nav-link2.tab-title {
    padding: 0 !important;
    font-size: 2.5rem;
    width: 230px;
    line-height: 140%;
}

h1 {
    padding-top: 0.5rem !important;
    font-size: 3rem !important;
    margin-bottom: 3.5rem !important;
    color: black;
}

h2 {
    padding-top: 0.5rem !important;
    font-size: 1.75rem !important;
    margin-bottom: 1rem !important;
    color: white;
}

a:hover {
    text-decoration: none !important;
}

.container-custom {
    height: calc(100vh - 72px);
}

.tab-title {
    border-radius: 0px !important;
    background-color: rgb(49, 48, 48);
    margin-right: 8px;
    margin-left: 8px;
    padding: 4px 10px;
    font-weight: 600;
    color: white !important;
}

.tab-title.nav-link.active {
    background-color: rgb(105, 102, 102) !important;
}

.tab-title.nav-link2.active {
    background-color: rgb(105, 102, 102) !important;
}

.tab-title-container {
    background-color: rgb(75, 75, 75);
    padding: 12px 0px;
}

.tab-content {
    height: calc(100vh - 40px);
}

.tab-pane {
    height: calc(100vh - 40px);
    overflow-y: hidden;
}

[data-tab="all"] > a {
    border: none;
}

[data-tab="dharam-yudh-morcha"] > a {
    border-left: 5px solid rgb(102, 117, 247);
}

[data-tab="1984"] > a {
    border-left: 5px solid rgb(95, 156, 95);
}

[data-tab="sikh-freedom"] > a {
    border-left: 5px solid rgb(192, 155, 108);
}

[data-tab="sikhs-canada"] > a {
    border-left: 5px solid rgb(116, 95, 156);
}
