﻿


.pdf-container h2 {
    width: 100%;
    font-weight: bold;
    color: #1a1a1a;
    font-size: 24PX;
}
.pdf-container h3 {
    width: 100%;
    color: #c00d0e;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5PX;
    padding-top: 5PX;
}
.pdf-container img {
    transition-property: transform;
    transition-duration: 0.2s;
}
.pdf-container img:hover {
    transform: scale(1.1);
}
.pdf-list-latest {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    flex-direction:column;
}
.pdf-list-latest-title {
    width: 100%;
    font-weight: bold;
    color: #1a1a1a;
    padding-bottom: 5px;
    font-size:24px;
}
.pdf-list-latest-name {
    width: fit-content;
    font-weight: bold;
    color: #1a1a1a;
    padding-bottom: 5px;
}
a.pdf-list-latest-name:visited {
    color: #1a1a1a;
}
a.pdf-list-latest-name:hover {
    color: #c00d0e;
}
a.pdf-list-latest-name:active,
a.pdf-list-latest-name:link {
    font-weight: bold;
    color: #1a1a1a;
}
.pdf-list-latest-image {
    width: 300px;
    overflow: hidden;
}

.pdf-list {
    position: relative;
}

.pdf-list-content {

}
.pdf-list-content ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    vertical-align:top;
}
li.pdf-item {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem;
    width: 150px;
    flex-direction: column;
}

li.pdf-item .pdf-item-image {
    max-width: 150px;
    overflow: hidden;
}

li.pdf-item .pdf-item-text {
    width: 100%;
    font-weight: bold;
    color: #1a1a1a;
    padding-bottom: 5px;
}

li.pdf-item .pdf-item-text a:active,
li.pdf-item .pdf-item-text a:link,
li.pdf-item .pdf-item-text a:visited {
    font-weight: bold;
    color: #1a1a1a;
}
a.pdf-list-latest-name:visited {
    color: #1a1a1a;
}

li.pdf-item .pdf-item-text a:hover {
    color: #c00d0e;
}
