/* Responsive students styles.

   @file       wolfram-principles/css/wolfram-principles.css.en
   @author     yhechler
   ========================================================================== */

.quotes {
    color: #f77700;
    font-size: 2.5rem;
    line-height: 1;
    vertical-align: middle;
}
.name {
    color: #535353;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin: 2rem 0 0 0;
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    .quotes {
        font-size: 1.5rem;
    }
}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    .quotes {
        font-size: 2.5rem;
    }
}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}
/* printer styles
   ========================================================================== */

@media print {
    #_careers-header {
        position: static !important;
    }
}