.logo {
    font-weight: bold;
    font-size: 22px;
}

.menu {
    height: 140px;
    font-size: 20px;
    font-weight: bold;
    color: #EA4335;
    cursor: pointer;
}

.menu:hover {
    background-color: rgb(240,240,240);
}

.menu-icon {
    width: 40px;
    padding-bottom: 10px;
}

.highlight-content {
    color: rgba(230,230,230,1);
    padding-top: 10px;
}

.doc-title {
    padding-bottom: 10px;
}

.doc-item {
    color: #777777;
}

.doc-item:hover {
    color: black;
    background-color: rgba(0, 0, 0, 0.025);
    border-radius: 0.25rem;
    cursor: pointer;
}

.doc-item-image {
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.doc-item-title {
    display: none;
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 60px;
    transform: translateY(-50%);
}

.doc-item-title-text {
    background-color: rgba(255,255,255,0.95);
    padding: 4px 0;
    text-align: center;
    font-size: 20px;
}

.doc-item-title2 {
    padding: 5px 0 5px 15px;
    font-size: 18px;
    font-weight: normal;
}

.embed-responsive-9by16::before {
    padding-top: 177.78%;
}