html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}

.inlineDiv, .inlineDiv>p {
    margin-bottom: 0;
    display: inline-block;
    visibility: hidden;
    animation-duration: 1s;
}

.contact {
    visibility: hidden;
}

.validation {
    color: red;
}

.message-pill {
    display: none;
    border: 1px solid rgb(105, 105, 105);
    padding: 1%;
    border-radius: 25px;
}

#sendmessage {
    display: none;
    color: green;
}

#errormessage {
    color: red;
}

#loader {
    width: 30px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: -64px;
}

.overlay {
    background-color: #fff;
    width: 100%;
    height: 100vh;
}

.overlay>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
}

.shrink-logo {
    transform: scale(0.66);
    transition-duration: 0.2s;
    margin-left: -28px;
}