/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* Mars Profile Modal Styles*/

.mars-profile__modal {

    padding: 50px;
    text-align: center;
}

.mars-profile__modal--warning {
    border: 8px solid #41C0AF;
    margin: 0 auto;
    border-radius: 20px;
}

.mars-profile__modal--success {
    border: 3px solid green;
}

.mars-profile__form-fields {
    list-style: none;

}

.mars-profile__form-item {
    display: inline-block;
    font-family: 'Mars Centra', sans-serif;
    font-weight: 400;
    margin: 20px;
    font-size: 2.5rem;
    color: darkred;
}

.mars-profile__message {
    font-family: 'Mars Centra', sans-serif;
    font-weight: 800;
    font-size: 3rem;
}

.mars-profile__message--success {
    color: green;

}

.mars-profile__message--warning {
    color: #00029d;
}

.mars-profile__link {
    font-family: 'Mars Centra', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    text-decoration: none;
}