.test {
    color: red;
}

.main {
    margin: 0px;
    padding: 0px;

    background-image: url("/assets/images/banner-sos.jpg");
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.intro {
    margin-top: 15%;
    margin-bottom: 200px;
    background-color: rgba(28, 5, 79, 0.75);
    background-blend-mode: lighten;
}

.bottom {
    background-color: white;
    margin-left: 50px;
}

.mxg-heading {
    display: none;
}

.header {
    background-color: white;
}

.footer {
    background-color: #1C054F;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    left:0px;
    right:0px;
    bottom: 0px;
}

#arrow {
    position: fixed;
    right: 150px;
    bottom: 170px;
    width: 20%
}

.footer-text {
    font-family: 'raleway';
    color: #ffffff;
    margin-left: 50px;
    margin-right: 50px;
}

.footer-text2 {
    color: #D4C8E3;
}

.emphasize {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Raleway';
    color: #1C054F;
    vertical-align: top;
}

.description {
    font-size: 26px;
    font-family: 'Inter';
    /*color: #1B71AE;*/
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 600px;
    text-align: center;
}

.welcome {
    margin-left: 30px;
    margin-right: 30px;
    /*border-style: dashed;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*background-image: linear-gradient(to right, rgba(16,99,158), rgba(45,137,201));*/
}

.date {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.robot {
    margin-left: auto;
    width: 10%;
    height: 100vh;
    display: flex;
    justify-content: end;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.action-button {
    background-color: #7FC24B;
    border-radius: 90%;
    opacity: 100%;
    margin-bottom: 20px;
    padding: 20px;
}

.bold-text {
    font-weight: bold
}

.privacy-policy {
    color: #AC8CCA;
}

.content {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-image: url("./img/Website-CED-Mobility_small.png");
    background-position-x: right;
    Background-position-y: 40%;

    background-repeat: no-repeat;
    background-size: 50%;*/
    /*border-style: solid;*/
}

.information {


}

.logo {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 100px;
    margin-right: 30px;
}

span .ced {
    color: #FF9933;
    font-weight: bold;
}

.cards-list {
    display: flex;
    flex-direction: row;
    flex-direction: wrap;
    margin-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*.card:hover{
    background-image: linear-gradient(to right, rgba(25,5,79), rgba(86,35,142));
    color: white;
}*/
.card {
    padding: 10px;
    border-radius: 20px;
    font-family: 'Raleway';
    /*color: #1B71AE;*/
    margin-left: 10px;
    margin-right: 10px;
    transition: background-color 1s ease-out 100ms;
}

.icons {
    background-color: #7FC24B;
    margin: 5px;
    padding: 10px;
    border-radius: 8px;
    opacity: 1;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #1C054F;
}

.footer-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.sub-title {
    font-size: 20px;
    font-weight: bold;
    color: #1C054F;
}

.text-content {
    font-size: 16px;
}

a.footer-link:link {
    text-decoration: none;
    color: #D4C8E3;
}

a.footer-link:visited {
    text-decoration: none;
    color: #D4C8E3;
}

a.footer-link:hover {
    text-decoration: none;
    color: #AC8CCA;
}

a.footer-link:active {
    text-decoration: none;
    color: #AC8CCA;
}

a.email-link:link {
    text-decoration: none;
    color: #56238E;
}

a.email-link:visited {
    text-decoration: none;
    color: #56238E;
}

a.email-link:hover {
    text-decoration: none;
    color: #AC8CCA;
}

a.email-link:active {
    text-decoration: none;
    color: #AC8CCA;
}


/* Responsive layout - makes a column layout instead of a row layout */
@media (max-width: 900px) {
    
    .welcome {
        margin-left: 0px;
    }
    
    .description {
        padding-right: 25px;
        width: 30%
    }
    
    .cards-list {
        flex-direction: column;
    }

    .logo {
        margin-left: 20px;
    }

    .bottom {
        margin-left: 0px;
    }

    .footer {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 800px) {
    
    .description {
        font-size: 18px;
        padding-right: 25px;
        padding-left: 25px;
        width: 25%
    }

}

@media (max-width: 700px) {
    
    .description {
        font-size: 14px;
        padding-right: 15px;
        padding-left: 15px;
        width: 20%
    }
}

@media (max-width: 600px) {
    
    .description {
        font-size: 26px;
        width: 100%;
    }
}