.coloured-border {
    border: 4px solid #002B84;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0.8rem 1.2rem;
    border-radius: 1.4rem;
    color: #002B84;
    outline: none;
    border: none;
    border: 2px solid #002B84;
    background-color: #fff; 
    transition: 0.3s;
    cursor: pointer;
}

.button > a {
    height: auto;
    transition: 0.3s;
    color: #002B84;
}

.button:hover {  
    background-color: #002B84;
}

.button:hover > a {
    color: #fff; 
}

.white-background {
    background-color: #fff;
}

.pdf-icon {
    width: 2rem;
}

.colored-background {
    background-color: #002B84;
}

.parallax-home {
    background-image: url("../img/people-working.jpeg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-contact {
    background-image: url("../img/busy-people.jpeg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 800px) and (min-width: 0) {
    .parallax {
        background-attachment: scroll;
    }
}

/*@media screen and (min-width: 1000px)  {
    .slide-in-1 {
        position: relative;
        transform: translate(-50%, 0%);
        left: -100rem;
    }
    
    .slide-in-2 {
        position: relative;
        transform: translate(-50%, 0%);
        left: -100rem;
    }
    
    .slide-in-3 {
        position: relative;
        transform: translate(-50%, 0%);
        left: -100rem;
    }
    
    .slide-in-4 {
        position: relative;
        transform: translate(-50%, 0%);
        left: -100rem;
    }
}*/



.span {
    font-size: 1.75em;
    font-weight: 400;
    color: #1c252c;
}

.card-icon {
    color: #002B84;
    font-size: 3rem;
}