.navbar-brand {
    size: 40px;
}

.first-block {
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 72px;
    background-color: grey;
    padding: 50px;
    width: 100%;
}

.photo-block {
    width: 800px;
    height: 800px;
    margin-right: 3%;
    /* background-color: indianred; */
    z-index: 2;
}

.block-title {
    flex: 1;
    position: absolute;
    height: 200px;
    width: 40%;
    background-color: ivory;
    justify-self: center;
    align-self: center;
    z-index: 3;
    border-radius: 20px;
}

.title {
    font-weight: bold;
    text-align: center;
    margin-top: 7%;
    margin-bottom: 4%;
}

.title-content {
    text-align: center;
}

.citation {
    background-color: lightblue;
    opacity: 0.7;
    margin-bottom: 0px;
}

.citation-text {
    color: #842006;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding-left: 26%;
    padding-right: 26%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.skill {
    background-color: #333333;
    margin-top: -16px;
}

.skill-title {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    padding-top: 2%;
}
.skill-subtitle {
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 2%;
}

.img-fluid{
    width: 100%;
}

.img-fluid2{
    width: 60px;
    height: 60px;
}

.photo-col {
    padding-bottom: 40px;
}

.logo-circle {
    padding: 45px;
}

.rdv-mothblock {
    background-color: #818181;
}

.rdv-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-mothblock {
    padding-top: 2%;
}

.rdv-title {
    font-weight: bold;
    font-size: 26px;
}

.info-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.info-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 4%;
}

.p-info {
    margin-top: 3%;
    margin-left: 10px;
    color: rgba(00,00,00,0.4);
}
.p-info2 {
    margin-left: 10px;
    color: rgba(00,00,00,0.4);
    margin-top: 10px;
    text-decoration: none;
}

.time {
    align-items: flex-start;
}

.logo {
    width: 20px;
    height: 20px;
}

.link {
    text-decoration: none;
}

.link2 {
    text-decoration: none;
    color: black;
}