@font-face {
        font-family: Suisse;
        src: url(fonts/Suisse/SuisseIntl-Regular.otf);
    }

:root {
  --primary-bg-color: rgb(65, 50, 205);
  --primary-color: rgb(170, 255, 7);
}
a {
    color: var(--primary-color);
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    color: var(--primary-bg-color);
    background-color: var(--primary-color);
}
body {
    background-color: var(--primary-bg-color);
    color: var(--primary-color);
    font-family: Suisse;
    text-align: left;
    font-size: 14pt;
    line-height: 1.4em;
    padding: 10px 25px;
    margin: auto;
    max-width: 1000px;
}


.master_title {
    font-size: 3em;
    font-weight: 100;
    text-align: left;
    color: var(--primary-bg-color);
    -webkit-text-stroke-width: 0.35em;
	-webkit-text-stroke-color: var(--primary-color);
    paint-order: stroke fill;
    line-height: 1.1em;
    max-width: 650px;
    margin: 70px 10px 50px 10px ;
    hyphens: auto;
}
.section {
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid var(--primary-color);
}
.teachers {
    list-style-type: none;
    padding: 0px;
    font-weight: 100;
}
.teachers a {
    color: var(--primary-color);
    text-decoration: none;
}
.teachers li {
    margin: 0;
    padding: 0;
    padding: 5px;
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    min-width: 100px;
}
.teachers li img {
    max-width: 300px;
    height: auto;
    mix-blend-mode:lighten;
}
.teacher_name {
    font-weight: bold;
}
.teacher_bio {
    margin-top: 10px;
    font-size: smaller;
}
.ects {
    opacity: 70%;
    font-variant: small-caps;
    font-size: small;
    white-space: nowrap;
}
.grid {
    vertical-align: top;
}
.grid_item, .uc {
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    min-width: 100px;
    margin-right: 10px;
    padding-right: 10px;
}
header {
    display: flex;
}
.fac {
    margin-right: auto;
}
footer {
    opacity:75%;
    line-height: 1.4em;
    padding-top: 10pt;
}

footer .contactos_nucleo {
    margin-top: 1em;
}

@media screen and (min-width: 600px){
    
body {
    padding: 10px 50px;
    font-size: 16pt;
}
.master_title {
    font-size: 3.5em;
    max-width: 450px;
    margin-left: 50px;
    margin-right: 50px;
    hyphens:none;
}
footer .contactos_nucleo {
    margin-top: 0;
}

}