@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');

body {
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
}
hr {
    border-top: 1px solid #636363;
    margin: 0;
}
a, a:hover {
    text-decoration: none;
    color: inherit;
}
.topbar {
    margin: 20px 0 10px;
}
.topbar .icon {
    font-size: 0.85em;
    margin-bottom: 10px;
}
.topbar .icon i {
    font-size: 24px;
}
.logo {
    padding: 10px 0;
}
.hero {
    background: #636363;
    height: 250px;
    padding: 15px;
    text-align: right;
}
.intro {
    background: #000000;
    position: relative;
}
.intro .logo-wrapper {
    background-color: #636363;
    border: 3px solid #ffffff;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.intro .content {
    padding: 20px 0;
    text-align: center;
}
.intro h1 {
    font-size: 1.75em;
    line-height: normal;
    margin: 0px;
    font-weight: normal;
}
.intro h2 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0px;
}
.contact {
    text-align: center;
    margin: 80px 0 0;
}
.contact .link {
    display: block;
    background: #636363;
    border-radius: 5px;
    color: #ffffff;
    width: 70%;
    margin: 0 auto;
    padding: 15px 30px;
    text-align: center;
    text-transform: capitalize;
}
.contact .link i {
    margin-right: 5px;
}
.contact p {
    margin-bottom: 0;
}
.contact a {
    color: inherit;
}
.contact .info {
    margin-bottom: 25px;
}
.links-wrapper {
    margin: 30px 0;
    max-width: 380px;
    margin: 0 auto;
}
.links-wrapper .link {
    display: block;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.address {
    padding: 20px 0;
}
.share {
    text-align: center;
    margin: 20px 0;
}
.share p {
    margin-bottom: 20px;
}
.share .link {
    display: block;
    font-size: 0.85em;
}