em, i {
    font-style: italic;
}

/**
 * Logo.
 */
.logo {
    float: left;
    display:block;
}

.logo.add {
    margin-left:30px;
    float:right;
}

.logo img {
    transition: all .5s ease-in-out;
}

@media screen and (max-width: 600px) {
    .logo {
        float:none;
    }
    .logo.add {
        margin-left:0px;
        margin-top:15px;
        float:none;
         }
    .logo img {
        height: 60px;
    }
}

/**
 * Section
 */
section {
    clear: both;
    padding: 30px 30px 0px 92px;
}

section a {
    padding-left: 8px;
}

/**
 * Introduction.
 */
#introduction em {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size:18px;
    border-bottom:solid 1px #a3adb7;
    font-style: normal;
    width:100%;
    display: block;
    padding-bottom: 15px;
}

/**
 * Additional.
 */
#next-steps {
    display:table;
    width:100%;
}

/** Workplace **/
#workplace a {
    padding-left: 0.5rem;
}

/**
 * Column.
 */
.first {
    display:table-cell;
    width:50%;
    text-align: left;
    vertical-align: center;
}

.second {
    display:table-cell;
    width:50%;
    text-align: right;
    vertical-align: bottom;
}

@media screen and (max-width: 600px) {
    .first,
    .second {
        width: 100%;
        display: block;
        margin-bottom: 1.5em;
    }
}

/**
 * About.
 */
#about {
    margin-top: 30px;
    padding: 30px 30px 30px 92px;
    background: #0028a5;
    color:#ffffff;
}
#about h2 {
    color:#ffffff;
}
#about #questions a {
    color:#ffffff;
    transition: margin-right 0.2s ease-in-out;
}

#about #questions a:hover {
    margin-right: 5px;
}

#about #questions svg {
    fill: white;
    width: 16px;
    height: 18px;
    margin-left: 10px;
    margin-top: -7px;
}

@media screen and (max-width: 600px) {
    #about {
        margin-top: 0;
        padding-top: 1em;
        padding-bottom: .5em;
    }

    #about-title {
        padding: 0 1em;
    }
}


/**
 * Footer.
 */
#footer {
    padding:30px 30px 30px 92px;
    display:table;
    width:100%;
}

#footer section {
    padding: 10px 0 0;
    text-align: right;
}

#footer ul {
    list-style-type: none;
}

#footer #socials {
    position: relative; /* DO NOT REMOVE: important for popup */
    display: flex;
    gap: 10px;
    justify-content: end;
}

.internal.link {
    display: flex;
    gap: 10px;
    align-items: center;
}

.internal.link span {
    position:relative;
}

#footer #socials .svg {
    margin-right: 8px;
}

#footer .second span {
    color: black;
}

#footer .second svg {
    height: 24px;
    width: 24px;
}

#footer .print svg {
    height: 28px;
    width: 28px;
}

#follow-us a {
    margin-left: 5px;
}

#follow-us a:hover {
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    section {
        padding: 30px 0px 0px;
    }
    #about {
        margin-top:30px;
        padding:20px;
    }
    #footer {
        padding:30px 0 0;
    }

    #footer #socials {
        margin: 2em 0 2em;
        justify-content: start;
    }

    #footer #socials .print {
        display: none;
    }
    #footer section {
        text-align: left;
    }
    .internal.link.social {
        margin-left: 0px;
    }

    .button {
        width: 100%;
        display: block;
    }
}
