#tabs {
    height: 65vh;
}

#tab_buttons {
    height: 5vh;
    background-color: #414f6b;
}

.tab_link {
    border: none;
    color: #a0a7b5;
    background-color: #414f6b;
    font-family: 'Oswald';
    font-size: 3vh;
    position: relative;
    margin-top: .25vh;
    left: 20vw;
}

.tab_active, .tab_link:hover {
    background-color: #a0a7b5;
    color: #414f6b;
}

.tab_content {
    height: 60vh;
    display: none;
}

#mountain_1 {
    background-image: url("../assets/tab_1.png");
    background-position: 0vw 100vh;
}

#mountain_2 {
    background-image: url("../assets/tab_2.png");
    background-size: 100vw;
    background-position: 0vw 100vh;
}

.tab_title {
    margin-top: 2vh;
    margin-left: 4vh;
    font-family: 'Bebas Neue';
    font-size: 4vh;
    color: #414f6b;
}

.tab_table {
    margin-left: 4vh;
    font-family: 'Lato';
    font-size: 1.5vh;
    color: #414f6b
}

.tab_table td {
    width: 10vw;
    height: 2.5vh;
}

.tab_schedule {
    background-color: white;
    height: 20vh;
    width: 18vw;
    position: relative;
    top: 10vh;
    left: 25vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}