#txt-logo{
    color: #fff;
}
#aurthor::before {
    content: "\2014\00A0";
}
#aurthor-name a{
    color: yellow;
}
@media screen and (min-width: 769px)
.section.is-long-ish {
    padding-bottom: 13rem;
}
.section.is-long-ish {
    padding-bottom: 12rem !important;
}
@media screen and (min-width: 769px)
.section.startups {
    padding-bottom: 9rem;
    margin-top: -14rem;
}
.section.startups {
    margin-top: -13rem;
    padding-bottom: 6rem;
}
.container.is-narrow {
    max-width: 1200px;
}
@media screen and (min-width: 769px)
.section.startups .startup-grid {
    margin-bottom: 6rem;
}
.section.startups .startup-grid {
    margin-bottom: 4rem;
}
@media screen and (min-width: 769px)
.section.startups .startup-grid .box {
    padding: 60px 35px;
}
.section.startups .startup-grid .box {
    padding: 40px;
}
.box {
    border-radius: 12px;
}
.section.startups .startup-grid .box img.logo {
    height: 42px;
    width: auto;
    margin-bottom: 2rem;
}
@media screen and (min-width: 769px)
.section.startups .startup-grid .box p {
    font-size: 18px;
}
.section.startups .startup-grid .box p {
    font-size: 16px;
    margin-bottom: 2rem;
}
.section p {
    margin-bottom: 2rem;
}
.section.startups .startup-grid .box a.link {
    font-weight: 400;
    font-size: 18px;
    border: none;
}
.footer .footer-logo-text {
    margin-top: 16px;
    padding-right: 20px;
}
.footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}
.footer .socials .social {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0,0,0,0.12);
    border-radius: 50%;
    margin: 0 6px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.footer .socials .social i {
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4rem;
}
.footer .footer-menu li {
    padding: 6px 0;
}
.footer .footer-menu li a {
    color: #000;
}
