@charset "UTF-8";

.title_image {
    background-image: url("../img/fabsat/title.jpg");
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    height: 50em;
    max-height: 60vw;
}

.projects_title {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.projects_image {
    max-width: 100%;
    max-height: 12em;
    margin: 0.5em;
}
