/* Rust Dublin partner/sponsor fallback styles */

p.link,
h5 {
    font-family: 'Lato', sans-serif;
    color: #e8e1d7;
    text-align: center;
}

p.link {
    font-size: 22px;
}

a.Link1 {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 15px;
}

.logo {
    margin-top: 72px;
    text-align: center;
}

.img_log {
    max-width: 260px;
    max-height: 115px;
    width: auto;
    height: auto;
    object-fit: contain;
    text-align: center;
}

p.description {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 21px;
    line-height: 1.65;
    margin-top: 3%;
    color: #f4efe4;
    font-weight: 700;
}

h5 {
    font-size: 18px;
}

html,
body {
    min-height: 100vh;
}

.content {
    min-height: 100vh;
    height: auto;
    margin: 0 auto;
}

.footer {
    position: relative;
    bottom: 0;
}

#cont {
    width: 90%;
    margin: 0 auto;
}

.link_part {
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.link_part a {
    color: #e8e1d7;
    text-decoration: none;
}

.link_part a:hover {
    text-decoration: underline;
    opacity: 0.75;
}

.jobs {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
    border-radius: 15px;
    border: 1px solid rgba(232, 225, 215, 0.35);
    background: rgba(123, 27, 19, 0.52);
    color: #f4efe4;
    width: 50%;
    margin-top: 5%;
    margin-bottom: 4%;
    padding-left: 1%;
    padding-right: 1%;
}

.jlink {
    text-decoration: underline;
    color: #e8e1d7;
    font-size: 16px;
}

.jlink:hover {
    font-weight: bold;
    color: #f4efe4;
    font-size: 18px;
}
